updated args

This commit is contained in:
William Falcon 2019-06-25 20:25:34 -04:00
parent 45331b396f
commit 7527167f69
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class ExampleModel(RootModule):
# return loss_val, tqdm_dic
output = OrderedDict({
'loss_val': loss_val,
'tng_loss': loss_val,
})
return output