jmkim0309 / fewshot-egnn

MIT License
273 stars 65 forks source link

root question #16

Open haolianxinyi opened 4 years ago

haolianxinyi commented 4 years ago

Hi, your model is quite amazing. But as I use windows, my root is always invalid, what more is supposed to change except tt.arg.dataset_root in train.py. Only change this with the absolute path of the file mini_imagenet_train.pickle always rise FileNotFoundError.

jianbingguozi60ge commented 4 years ago

Hi, your model is quite amazing. But as I use windows, my root is always invalid, what more is supposed to change except tt.arg.dataset_root in train.py. Only change this with the absolute path of the file mini_imagenet_train.pickle always rise FileNotFoundError.

I have encountered the same path problem as you. Have you solved it now?