Very slow training for lung nodule CT detection #577
Unanswered
Thibescobar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am just getting into MONAI for a lung nodule detection project. The proposed model in the model zoo seems the go-to to me. I managed to launch a training using the bundle commands, but I find it relatively slow...
There are 507 iterations. For 300 epochs (default), it thus gives 300×507=152100 iterations in total.
My concern is that an iteration take approximately 30s. If we do the calculation it makes 152100×30=4563000s s=1268h=53d...
If someone has some help it would be great.
Thank you !
My configuration is:
Computer: Laptop Dell Precision 7670
OS: Windows 10 Professional (22H2)
System type: x64
GPU: NVIDIA RTX A3000 12GB
CPU: 12th Gen Intel(R) Core(TM) i7-12850HX 2.10 GHz
RAM: 32GB
Python version: 3.10.14
MONAI version: 1.3.0
MONAI Weekly version: 1.4.dev2414
Pytorch version: torch 2.2.2+cu118
cuDNN version:
- 8.7 given by
conda activate monailuna && python >>> import torch >>> torch.backends.cudnn.version()
(I think this is this one)- 8.6 installed outside the active conda env at
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDNN
CUDA version:
- 11.8 given by
conda activate monailuna && python >>> import torch >>> torch.version.cuda
(I think this is this one)- 11.7 given by
nvcc --version
(version installed outside the active conda env)- 12.2 given by
nvidia-smi
(compatible version but not the one installed?)Terminal example:
Edit:
Related to Project-MONAI/MONAI#7619
Beta Was this translation helpful? Give feedback.
All reactions