Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: on_train_epoch_end() missing 1 required positional argument: 'outputs' #10

Open
Veblent opened this issue Oct 14, 2024 · 1 comment

Comments

@Veblent
Copy link

Veblent commented Oct 14, 2024

As soon as the first epoch completes training, I am getting this error.

Kindly help me on this.

Thanks

@baiguiang
Copy link

baiguiang commented Nov 11, 2024

“on_train_epoch_end(self, trainer, pl_module, output):”改为
on_train_epoch_end(self,trainer,pl_module):
这似乎是 pytorch lightining 上较新版本的更新问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants