updated args
This commit is contained in:
parent
89a79a5d3c
commit
4c556e9880
|
@ -212,7 +212,7 @@ class Trainer(TrainerIO):
|
||||||
pdb.set_trace()
|
pdb.set_trace()
|
||||||
|
|
||||||
# give model a chance to do something with the outputs
|
# give model a chance to do something with the outputs
|
||||||
val_results = model.validation_end(outputs)
|
val_results = model.module.validation_end(outputs)
|
||||||
|
|
||||||
# enable train mode again
|
# enable train mode again
|
||||||
model.train()
|
model.train()
|
||||||
|
|
Loading…
Reference in New Issue