prototypical-networks icon indicating copy to clipboard operation
prototypical-networks copied to clipboard

Installation of setup under windows

Open funaizheng opened this issue 3 years ago • 4 comments

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'

funaizheng avatar Jun 26 '21 09:06 funaizheng

I meeting the same issue. Do you solved it?

purple7seven avatar Jul 06 '21 08:07 purple7seven

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

xiaohancl avatar Aug 24 '21 06:08 xiaohancl

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

AviralTripathim22ma012 avatar Feb 27 '23 14:02 AviralTripathim22ma012

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

fabian57fabian avatar Sep 29 '23 12:09 fabian57fabian