AllenCellModeling / pytorch_fnet

Three dimensional cross-modal image inference
Other
151 stars 61 forks source link

Issue running download_and_train.py #174

Open TerDiv4 opened 4 years ago

TerDiv4 commented 4 years ago

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_trainoptions 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

fcollman commented 4 years ago

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

TerDiv4 commented 4 years ago

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

jamila-griffith commented 5 months ago

Just wondering if you were able to fix the problem