This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Facing GPU Configuration Issues in Running NNI Experiment #5721
Unanswered
Baiyun-u-smartAI
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
-
Hello NNI Community,
I've been working on a neural architecture search using the NNI tutorial example. The code runs successfully without GPU configuration. However, when I try to modify it for GPU usage with
exp.config.trial_gpu_number = 1
andexp.config.training_service.use_active_gpu = True
, it fails.Here are the error logs:
experiment.log
My conda environment is as follows:
I've tried troubleshooting but to no avail. I would greatly appreciate any insights or suggestions from the community. If anyone has faced similar issues or knows a fix, please share your experience. Thank you very much for your help!
Best regards,
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions