Open grgkopanas opened 1 year ago
I tried it in a completely different setup, different cluster/hardware and got the same error.
I see, can you provide the output of pip freeze
(with this env activated)? It could be that you're on a differnet version of pytorch and it doesn't work for some reason. I did my development on 2.0.1
. I'll dump my pip freeze
on Monday so we can look for differences.
Thank you for suggesting this, torch 2.0.1 helped but it also needed to pip install tensorboard - should be added in the env setup.
Does this make the code work overall? I'll try to fix this is an update rather than pinning old dependencies
As far as I can tell the code works fine with 2.0.1
Hi,
Trying to run the torch version I get the following error. Have you ever seen that before? It seems like it's not even on the code-base but rather some pytorch-lightning internals.
I installed by creating a conda environment with python >3.10 and then
pip install -e ./
I have changed nothing in the code.