AggMan96 / RK-Net

Code for RK-Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such file or directory: './model/RK-Net'

ZhiyiHe1997 opened this issue · comments

thanks for your sharing project, but some problems happen to me when i try to reproduce experiment results in your paper , as following shows
File "train.py", line 364, in
os.mkdir(dir_name)
FileNotFoundError: [Errno 2] No such file or directory: './model/RK-Net'

RK-Net/train.py

Line 361 in 14356da

dir_name = os.path.join('./model',name)

could you please tell what should i do to solve this probelm?
thanks again!