randomNAS_release icon indicating copy to clipboard operation
randomNAS_release copied to clipboard

About arch saving

Open ProfXGiter opened this issue 6 years ago • 4 comments

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?

ProfXGiter avatar Jun 18 '19 14:06 ProfXGiter

It should work after you make the directory.

liamcli avatar Jun 20 '19 16:06 liamcli

Actualy I already made the directory,and after the training, it shows the bug.

ProfXGiter avatar Jun 21 '19 08:06 ProfXGiter

can you check you made ./tmp/arch and not /tmp/arch

liamcli avatar Jun 22 '19 17:06 liamcli

Yeah, I already check and run again, still show the error.

ProfXGiter avatar Jun 26 '19 00:06 ProfXGiter