You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Describe the issue:
I can use the source code to run nni on my computer,but when I was trying to modify the code to meet my needs,it occurred some mistakes. I referred some examples to modify my code(like regression/classification of sklearn,mnist-keras),because the framework is different,when I first try to modify my code and use powershell to run it,it occurred a lot mistakes.
Today I modified my code once again,it could run successfully in pycharm,but it failed in powershell.
crying,I think I need some help.
NNI uses PyYAML to parse config files which... unfortunately has some strange limitations.
We are fixing this for next release.
For now you can replace tabs in your search space file with spaces and it should work.
NNI uses PyYAML to parse config files which... unfortunately has some strange limitations. We are fixing this for next release. For now you can replace tabs in your search space file with spaces and it should work.
Does it mean that I need to replace "sigmoid" or others with space?
or replace "momentum" (and others) with space?
I mean, seems the search space file is using tabs as indent. You can try to indent with spaces.
I am sorry to reply you now and misunderstand the meanning of your words. But the example ran successfully by your method.
To tell you the truth,I didn't understand your meaning at first(I modified the search space file by copying the source code,so I don't think the search space file has mistake.but.... it has...)
Like this(the file was opened by text,because I ran the example on the other computer):
Describe the issue:
I can use the source code to run nni on my computer,but when I was trying to modify the code to meet my needs,it occurred some mistakes. I referred some examples to modify my code(like regression/classification of sklearn,mnist-keras),because the framework is different,when I first try to modify my code and use powershell to run it,it occurred a lot mistakes.
Today I modified my code once again,it could run successfully in pycharm,but it failed in powershell.
crying,I think I need some help.
Environment:
code
search space
config
some files
error
The text was updated successfully, but these errors were encountered: