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
I try the commands with pip install -r requirements. And I got so many mistakes, sush as
"No module named 'pytorch_lightning.utilities.cli'".
However, I do find the pytorch-lightning 2.0.2 pypi_0 pypi with "conda list".
So could the author provide the exact version of the pytorch-lightning[extra], torchvision?
I am new with the pytorch-lightning, the install commands is also greatly helpful for me!
The text was updated successfully, but these errors were encountered:
And the error is ModuleNotFoundError: No module named 'pytorch_lightning.utilities.cli'
It seems the lightning is the former vision. Could anybody provide the availble vision of the Pytorch_lightning?
This has resolved my issue.
Please load the lightninhCli and load as follow from pytorch_lightning.cli import LightningCLI from lightning_fabric.utilities.cloud_io import _load as pl_load
I try the commands with pip install -r requirements. And I got so many mistakes, sush as
"No module named 'pytorch_lightning.utilities.cli'".
However, I do find the pytorch-lightning 2.0.2 pypi_0 pypi with "conda list".
So could the author provide the exact version of the pytorch-lightning[extra], torchvision?
I am new with the pytorch-lightning, the install commands is also greatly helpful for me!
The text was updated successfully, but these errors were encountered: