-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gecco-Torch fails on "Sanity Checking Dataloader" #1
Comments
I tried it in a completely different setup, different cluster/hardware and got the same error. |
I see, can you provide the output of |
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.
The text was updated successfully, but these errors were encountered: