pytorch_fnet icon indicating copy to clipboard operation
pytorch_fnet copied to clipboard

Issue running download_and_train.py

Open TerDiv4 opened this issue 4 years ago • 3 comments

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. Error in download_and_train

TerDiv4 avatar May 03 '20 17:05 TerDiv4

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

fcollman avatar May 03 '20 21:05 fcollman

Thank you for the quick response. I will give it a try.

TerDiv4 avatar May 08 '20 21:05 TerDiv4

Just wondering if you were able to fix the problem

jamila-griffith avatar Apr 10 '24 04:04 jamila-griffith