This repository was 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
Uh oh!
There was an error while loading. Please reload this page.
-
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,
zlc@baiyunu.edu.cn
Beta Was this translation helpful? Give feedback.
All reactions