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

No module named 'upfirdn2d_cuda' #165

Open
IUUI11 opened this issue Sep 9, 2022 · 4 comments
Open

No module named 'upfirdn2d_cuda' #165

IUUI11 opened this issue Sep 9, 2022 · 4 comments

Comments

@IUUI11
Copy link

IUUI11 commented Sep 9, 2022

when I run this command "python -m torch.distributed.launch --nproc_per_node=8 train.py
--config configs/projects/munit/afhq_dog2cat/ampO1.yaml"
or "python -m torch.distributed.launch --nproc_per_node=1 inference.py --config configs/projects/munit/afhq_dog2cat/ampO1.yaml --output_dir projects/munit/output/afhq_dog2cat" , always said
image

@IUUI11
Copy link
Author

IUUI11 commented Sep 12, 2022

1662969740(1)

@MeimShang
Copy link

You should install Imaginaire at first, follow the install instruction in readme.md

@Gienapp
Copy link

Gienapp commented Nov 8, 2022

For me the solution was to activate the conda environment before installing the third party libraries.

@ingaj89
Copy link

ingaj89 commented Nov 16, 2023

Your modules may be build to the “wrong” location so python doesn’t find them. You can add “—user” to the python setup.py install command so the modules will be installed to /use/lib/python/dist-packages.
Or look at other options to set a custom install path for setuptools.

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

4 participants