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

Error When Setup #209

Open
xinran1129305 opened this issue Mar 16, 2024 · 0 comments
Open

Error When Setup #209

xinran1129305 opened this issue Mar 16, 2024 · 0 comments

Comments

@xinran1129305
Copy link

installing RFdiffusion...
installing ColabDesign...
downloading RFdiffusion params...
/content/RFdiffusion/util.py:255: UserWarning: Using torch.cross without specifying the dim arg is deprecated.
Please either pass the dim explicitly or simply use torch.linalg.cross.
The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:63.)
Z = torch.cross(Xn, Yn)

ModuleNotFoundError Traceback (most recent call last)
in

/content/RFdiffusion/inference/utils.py in
6 import torch
7 import torch.nn.functional as nn
----> 8 from diffusion import get_beta_schedule
9 from scipy.spatial.transform import Rotation as scipy_R
10 from util import rigid_from_3_points

1 frames
/content/RFdiffusion/util_module.py in
5 from opt_einsum import contract as einsum
6 import copy
----> 7 import dgl
8 from util import base_indices, RTs_by_torsion, xyzs_in_base_frame, rigid_from_3_points
9

ModuleNotFoundError: No module named 'dgl'

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

1 participant