Skip to content
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

environment issue #8

Open
taehoon-yoon opened this issue Mar 12, 2023 · 2 comments
Open

environment issue #8

taehoon-yoon opened this issue Mar 12, 2023 · 2 comments

Comments

@taehoon-yoon
Copy link

Hi, Thanks for your project.
I carefully followed installation guide which you've provided, after that I tried to evaluate Neuro fluid using
python eval_e2e.py --resume_from $MODEL_PATH --dataset DATASET_NAME
But I met error like following.

Traceback (most recent call last):
  File "/home/taehoon/Desktop/NeuroFluid/tmp.py", line 2, in <module>
    import open3d.ml.torch as ml3d
  File "/home/taehoon/anaconda3/envs/fluid-env/lib/python3.7/site-packages/open3d/ml/torch/__init__.py", line 42, in <module>
    _torch.__version__))
Exception: Version mismatch: Open3D needs PyTorch version 1.12.*, but version 1.13.1+cu116 is installed!

It seems like Open3d does not support pytorch version 1.13.1+cu116?
So my question is, can I know your pytorch version used for this project?

Thanks!

@syguan96
Copy link
Owner

syguan96 commented Mar 13, 2023

Hi, the pytorch wheel we use is downloaded from
open3d_downloads. See this page: https://github.com/isl-org/open3d_downloads/releases?page=2.

From this issue (isl-org/open3d_downloads#2), it looks like that Open3d has moved to torch_1.12. But I have never tried this.

@taehoon-yoon
Copy link
Author

Sorry for the late reply. I've managed to solve the environmental issue.
Anyway I was walking through your code and found out at end2end training step, according to end2end.yaml, it seems that
to train end2end it requires '/data/syguan/fluid_simulation/release/ckpts/trans/transv3_694999.pt' .
According to your paper, you've used pretrained Deep Lagrangian Fluid model, so is transv3_694999.pt equal to pretrained_model_weights.pt?

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants