-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNS Installation issue #84
Comments
Thanks for your question. Could you let me know where did you run the above command? |
Thank you for your reply. I follow up on all instructions given on the github as follows: Building GNS on MacOS Also, I did the same for (on Windows 10): conda install -y pytorch torchvision torchaudio cpuonly -c pytorch After that, I downloaded the datasets as per instructions and run this command: Run GNS/MeshNet python3 -m gns.train --data_path="" --model_path="" --ntraining_steps=100 I tried the other ways too but failed to run the code. |
I am trying to install and run this: https://github.com/geoelements/gns |
Hello, I am also unable to install GNS on my ubuntu. Could you provide specific installation instruction? |
Dear Developers,
I am unable to install GNS on my macOS and also on Windows 10 (anaconda or WSL). Whenever I run this command I get erros:
python3 -m gns.train --data_path="" --model_path="" --model_file="model.pt" --train_state_file="train_state.pt" --ntraining_steps=100
It says:
/usr/bin/python3: No module named gns.train
I couldn't find step-by-step instructions on the installation of gns anywhere.
Thank you,
Ram
The text was updated successfully, but these errors were encountered: