Skip to content

Commit

Permalink
1. Debugging.
Browse files Browse the repository at this point in the history
Signed-off-by: Micha Livne <[email protected]>
  • Loading branch information
michalivne committed Jul 12, 2021
1 parent 4330d19 commit d3c655b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,6 @@ def eval_epoch_end(self, outputs, mode):
getattr(self, f'{mode}_loss_{dataloader_idx}').reset()

# add logs if available
# FIXME: TEST ME
import pudb; pudb.set_trace()
log_dict = {}
for x in output:
if "log" in x:
Expand Down

0 comments on commit d3c655b

Please sign in to comment.