Replies: 1 comment 1 reply
-
Hi @stang29, could you please try the latest version of MONAI-weekly or consider downgrading your PyTorch version to below 2.6? There are some issues introduced in version 2.6 that have been addressed in the latest release. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I was trying to run the simple MONAI Auto3DSeg "Hello World" Example from (https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto3dseg_hello_world.ipynb) and I keep getting this error after the runner.run() command:
This also happens when I try to run the MONAI Auto3DSeg AutoRunner (https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto_runner.ipynb).
Environment:
Python version: Python 3.11.11
GPU: A100 (from google colab)
(Running in jupyter notebook in google colab)
print_config() output:
In one of the many iterations of trying to debug, I had all the optional dependencies also installed but I still got the error, so I don't think it's related to that. I've also triple checked my pathnames, I'm wondering if it has something to do with the fact that it's trying to access google drive, but I'm not sure. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions