microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14k stars 1.81k forks source link

Dispatcher terminiated reporting cuda unavailable issue #5727

Closed Rxannro closed 9 months ago

Rxannro commented 9 months ago

Describe the issue: When I start an experiment, it stops after one trail and gives the error below. But my code can run on GPU on its own without error, and GPU is available at the time.

Environment:

Configuration:

Log message:

This same warning repeats for many times

Rxannro commented 9 months ago

If I manually add a customized trail, it runs normally