Skip to content

AttributeError: 'Trainer' object has no attribute 'run_evaluation' #12097

Discussion options

You must be logged in to vote

hey !

this was removed in the previous release.

You can try:

trainer.validating = True
trainer.reset_val_dataloader()
trainer.val_loop.run()
trainer.training = True

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
1 reply
@hassiahk
Comment options

Comment options

You must be logged in to vote
10 replies
@rohitgr7
Comment options

@hassiahk
Comment options

@ananthsub
Comment options

@rohitgr7
Comment options

@hassiahk
Comment options

Answer selected by hassiahk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment