mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-10-29 09:38:56 +08:00
tracker loss
This commit is contained in:
@ -357,7 +357,7 @@ class StrokesBatchStep(BatchStepProtocol):
|
||||
|
||||
hook_model_outputs(self.encoder, 'encoder')
|
||||
hook_model_outputs(self.decoder, 'decoder')
|
||||
tracker.set_scalar("loss.*", True)
|
||||
tracker.set_scalar("loss.total.*", True)
|
||||
|
||||
def prepare_for_iteration(self):
|
||||
if MODE_STATE.is_train:
|
||||
|
||||
Reference in New Issue
Block a user