randomNAS_release
randomNAS_release copied to clipboard
About arch saving
I ran the code "random_weight_share.py" , in the final, it shows "File "random_weight_share.py", line 163, in main with open('./tmp/arch', 'w') as f: IsADirectoryError: [Errno 21] Is a directory: './tmp/arch'"
Is ti need to add a txt file in the path like "./tmp/arch/arch.txt" ? Or I miss some details?
It should work after you make the directory.
Actualy I already made the directory,and after the training, it shows the bug.
can you check you made ./tmp/arch and not /tmp/arch
Yeah, I already check and run again, still show the error.