You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: