jakesnell / prototypical-networks

Code for the NeurIPS 2017 Paper "Prototypical Networks for Few-shot Learning"
MIT License
1.11k stars 252 forks source link

Installation of setup under windows #25

Open funaizheng opened 3 years ago

funaizheng commented 3 years ago

There is a problem running train。 FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\LENOVO\AppData\Local\conda\conda\envs\pytorch\lib\site-packages\protonets-0.0.1-py3.8.egg\protonets\data\../../data/omniglot\splits\vinyals\train.txt'

purple7seven commented 3 years ago

I meeting the same issue. Do you solved it?

xiaohancl commented 3 years ago

我也遇到同样的问题,请问您是怎么处理的

AviralTripathim22ma012 commented 1 year ago

I also face the same problem, it will be very helpful if you provide solution.

fabian57fabian commented 1 year ago

You have to place the omniglot dataset in right place to start the training. I solve the problem by internally saving data and separating base datasets from custom datasets.

You can check it out here: https://github.com/fabian57fabian/prototypical-networks-few-shot-learning