pytorch_fnet
pytorch_fnet copied to clipboard
Issue running download_and_train.py
Dear Mr. fcollman,
I followed the instruction in the readme file and created an envr using conda on a windows 10 machine. However, when I tried to run the download_and_train.py from the command prompt I get the following error message (see attached image). It seems to have issues with the following line (line10): >from fnet.cli.init import save_default_train_options
I am a novice in python and any help would be greatly appreciated.
Thank you for your time and help.
Hi, unfortunately we don't have much experience using pytorch on windows, but this seems related to getting a basic pytorch import to work and not anything specific to fnet. I'd recommend looking at the pytorch installation instructions, you might need to use a different conda channel.
For example, from the pytorch website..https://pytorch.org/
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
Thank you for the quick response. I will give it a try.
Just wondering if you were able to fix the problem