-
Notifications
You must be signed in to change notification settings - Fork 1.8k
It cannot work with nni-0.9 version but work with nni-0.7 version #1375
Comments
Thanks for your feedback. |
Hello, ERROR [ 'Read GPU summary failed with error: ', FYI, my dispatcher's log is and there is no directory named 'script' under folder '/tmp/nni' Thank you for you help! |
Hi, |
Hey, Thank you for you help! Have a nice day! |
@liuzhe-lz my logs is described as follows: (3)nnimanager.log : |
Seems it's related to TPE tuner's |
@suiguoxin will fix it soon |
@peipeipig Please check your quniform usage, the format is {"_type":"quniform","_value":[low, high, q]} |
@peipei-pig any feedback? are you still having the issue on your side? thanks. |
@scarlett2018 it was solved. |
I use nni-0.7 version it can work very well.But today I update new version:
(1) pip uninstall nni-0.7-py3-none-manylinux1_x86_64.whl
(2) pip install nni-0.9-py3-none-manylinux1_x86_64.whl
then I run script cmd: nnictl create --config config.xml
I find some errors in nnimanager.log.
[2019-7-26 15:01:00] INFO [ 'Starting experiment: UCMnCLlE' ]
[2019-7-26 15:01:00] INFO [ 'Change NNIManager status from: INITIALIZED to: RUNNING' ]
[2019-7-26 15:01:00] INFO [ 'Add event listeners' ]
[2019-7-26 15:01:00] INFO [ 'Run local machine training service.' ]
[2019-7-26 15:01:00] WARNING [ 'gpu_metrics file does not exist!' ]
[2019-7-26 15:01:01] INFO [ 'NNIManager received command from dispatcher: ID, ' ]
[2019-7-26 15:01:05] ERROR [ 'Read GPU summary failed with error: ',
SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at GPUScheduler.updateGPUSummary (/usr/local/miniconda3/nni/training_service/local/gpuScheduler.js:69:40) ]
[2019-7-26 15:01:10] ERROR [ 'Error: This socket has been ended by the other party\n at Socket.writeAfterFIN [as write] (net.js:402:12)\n at IpcInterface.sendCommand (/usr/local/minic
onda3/nni/core/ipcInterface.js:47:38)\n at NNIManager.pingDispatcher (/usr/local/miniconda3/nni/core/nnimanager.js:282:29)' ]
[2019-7-26 15:01:10] INFO [ 'Change NNIManager status from: RUNNING to: ERROR' ]
If I reinstall nni-0.7 version,it can work well again. How can I solve this problem?
nni Environment:
The text was updated successfully, but these errors were encountered: