-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[nnUNet/PyTorch] PyTorch Libary Import Error with most recent release #1113
Comments
Downgrading torchmetrics to |
Unfortunately after modifying the torchmetrics version I am now running into a different traceback error:
This error seems to persist no matter what text I enter following the |
Have you tried running with Another fix for torchmetrics is to upgrade pytorch lightning to 1.5.10 (there are issues with 1.6.0 at the moment) |
1 similar comment
Have you tried running with Another fix for torchmetrics is to upgrade pytorch lightning to 1.5.10 (there are issues with 1.6.0 at the moment) |
`cannot import name 'get_num_classes' from 'torchmetrics.utilities.data'` solved in this comment: NVIDIA/DeepLearningExamples#1113 (comment)
Related to nnUNet/PyTorch(s)
(e.g. GNMT/PyTorch or FasterTransformer/All)
Describe the bug
Within Docker container, typing
python main.py --help
produces a traceback error.To Reproduce
Steps to reproduce the behavior:
sudo docker run -it nnunet:latest /bin/bash
python main.py --help
The text was updated successfully, but these errors were encountered: