Replies: 2 comments 1 reply
-
Hi @rajanish4, could you please try |
Beta Was this translation helpful? Give feedback.
-
Hi @KumoLiu Thanks for the information, I am new to autorunner and not really sure where to change this. I am using this tutorial from Monai: https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto3dseg_autorunner_ref_api.ipynb |
Beta Was this translation helpful? Give feedback.
-
Hi, I am currently running auto3dseg by first using BundleGen.generate and then i use the algo.train() method to start all networks sequentially. My problem is that the program always runs on device 0 even if i set os.environment['CUDA_VISIBLE_DEVICES'] = '3' or any other number (I have 4 gpus). Can you please help me with setting the gpu for autorunner?
Beta Was this translation helpful? Give feedback.
All reactions