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

Can we remove the version for the dependencies in environment.yaml #122

Open
XiaoyanQian opened this issue Mar 15, 2023 · 5 comments
Open

Comments

@XiaoyanQian
Copy link

Will this work?

environment.yaml

name: mesh_funcspace
channels:

  • conda-forge
  • pytorch
  • defaults
    dependencies:
  • cython
  • imageio
  • numpy
  • numpy-base
  • matplotlib
  • matplotlib-base
  • pandas
  • pillow
  • pyembree
  • pytest
  • python
  • pytorch
  • pyyaml
  • scikit-image
  • scipy
  • tensorboardx
  • torchvision
  • tqdm
  • trimesh
  • pip
  • pip:
    • h5py
    • plyfile
@liu-bohan
Copy link

Don't think so, since PyTorch used in this project, v1.0.0, is such an old version, and newer versions may lead to incompatibility problems. in summary, executable but don't recommend .

@XiaoyanQian
Copy link
Author

But I have cuda 11.4; there is also incompatibility of PyTorch of V1.0.0, right?

@liu-bohan
Copy link

According to PyTorch.org , Yes. you can try CUDA 10.0 on Ubuntu20.04 as a reference, which worked for me

@XiaoyanQian
Copy link
Author

Thank you so much, But I have no cuda 10.0. Could we keep cuda 11.4 and cuda 10.0 in one server?

@hahahahahahahap
Copy link

of course. you can keep them in one server

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

3 participants