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

Pytorch-lightning version issue #16

Open
HowardLi1984 opened this issue Aug 4, 2024 · 0 comments
Open

Pytorch-lightning version issue #16

HowardLi1984 opened this issue Aug 4, 2024 · 0 comments

Comments

@HowardLi1984
Copy link

Hi Yu,

Pytorch-lightning does not support " pl.Trainer.add_argparse_args(parser) " in 2.x.x version. Thus, it is better to install pytorch-lightning version > 1.5 and < 2.0

In README.md, you can change:
conda install pytorch-lightning -c conda-forge'' to conda install pytorch-lightning=1.9.4 -c conda-forge''

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

1 participant