mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
updated args
This commit is contained in:
@@ -75,7 +75,7 @@ class ExampleModel(RootModule):
|
||||
# return loss_val, tqdm_dic
|
||||
|
||||
output = OrderedDict({
|
||||
'loss_val': loss_val,
|
||||
'tng_loss': loss_val,
|
||||
})
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user