updated args
This commit is contained in:
parent
078bbc5df5
commit
9b46f13230
|
@ -97,7 +97,7 @@ class ExampleModel(RootModule):
|
|||
|
||||
# output = {'y_hat': y_hat, 'val_loss': loss_val.item(), 'val_acc': val_acc}
|
||||
output = OrderedDict({
|
||||
'loss_val': loss_val,
|
||||
'val_loss': loss_val,
|
||||
'val_acc': torch.tensor(val_acc),
|
||||
})
|
||||
return output
|
||||
|
|
Loading…
Reference in New Issue