Skip to content

Commit

Permalink
Update execute_func.py
Browse files Browse the repository at this point in the history
revise logging naming
  • Loading branch information
choyingw authored Nov 12, 2023
1 parent 26ac783 commit 45e7e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execute_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def log(self, mode, inputs, outputs, losses):

writer.add_image(
"out_{}/{}".format(s, j),
normalize_image(outputs[("out", s)][j]), self.step)
normalize_image(outputs[("inverse_depth_output", s)][j]), self.step)

# automasking
writer.add_image(
Expand Down Expand Up @@ -1100,4 +1100,4 @@ def load_model_multi(self):
except ValueError:
print("Can't load Adam - using random")
else:
print("Cannot find Adam weights so Adam is randomly initialized")
print("Cannot find Adam weights so Adam is randomly initialized")

0 comments on commit 45e7e3f

Please sign in to comment.