Open fealke opened 1 year ago
Hi! Could you please check the lightning version by pip list | grep lightning
?
This is the output of the command
lightning 2.0.0
lightning-cloud 0.5.52
lightning-utilities 0.9.0
pytorch-lightning 2.1.1
@fealke Uninstall these four libraries and reinstall lightning by pip install lightning==2.0.0
should solve the problem.
pip install lightning==2.0.0 even after a cache purge just reinstalls the 4 packages in colabs
Unfortunately, even after removing all packages and reinstalling lightning==2.0.0, the error remains that last.ckpt cannot be accessed due to symbolic links.
Hello, I was just trying to run all steps of the given prolificdreamer commands of the Colab. The first one worked as intended:
which resulted in
... Test results saved to outputs/prolificdreamer/a_detailed_green_fern_in_a_wooden_pot@20231108-074143/save
Now, in the refinment part, I used this command:
and got the following issue:
Does anyone know how to solve this problem in Colab? I would be very grateful for any help. Many thanks in advance!