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

Training notebook fails from pytorch-lightning "unexpected keyword argument" #90

Open
gaito-20 opened this issue Oct 14, 2023 · 1 comment

Comments

@gaito-20
Copy link

Describe the bug
The given google colab notebook for the trainer fails

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Trainer Google Colab
  2. Execute the cells
  3. 2nd cell fails at model.train(train_df=train_df[:100], test_df=test_df[:50], batch_size=2, max_epochs=3,use_gpu=True)
  4. See error

Expected behavior
An initial execution to succeed.

Screenshots
image

@AstroNoodles
Copy link

Has this been updated yet? Just ran the Trainer.ipynb notebook and got the same error. Seems to be hidden deep down in how Lightning works

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