You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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''
The text was updated successfully, but these errors were encountered:
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''The text was updated successfully, but these errors were encountered: