RetroExplainer
RetroExplainer copied to clipboard
Pytorch-lightning version issue
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''