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?
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?