updated args

This commit is contained in:
William Falcon
2019-06-25 20:25:34 -04:00
parent 45331b396f
commit 7527167f69
+1 -1
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