Closed JiaojiaoYe1994 closed 4 years ago
Hi, I had answered your question two days ago, please kindly referer the issues from issue 10, here I copy the answer again: The problem is caused by different torchvision versions. There are two solutions:
1.downgrading your torchvision 2.change File "/home/zjlab/yejiaojiao/test/rethinking_performance_estimation_in_NAS/utils.py", line 31 from shape = trn_data.train_data.shape to shape = trn_data.data.shape
When I try to train by random search, I met the following error. Does Data has different folder structure?