Closed shuo1024 closed 1 month ago
I used these commands : $ git clone https://github.com/Lornatang/CGAN-PyTorch.git $ cd CGAN-PyTorch/ $ pip3 install -r requirements.txt $ cd weights/ $ python3 download_weights.py
and this error
File “CGAN-PyTorch/CGAN-PyTorch/weights/download_weights.py", line 14, in from cgan_pytorch.models import cgan ModuleNotFoundError: No module named 'cgan_pytorch' python version: Python 3.12.4
I used these commands : $ git clone https://github.com/Lornatang/CGAN-PyTorch.git $ cd CGAN-PyTorch/ $ pip3 install -r requirements.txt $ cd weights/ $ python3 download_weights.py
and this error
File “CGAN-PyTorch/CGAN-PyTorch/weights/download_weights.py", line 14, in
from cgan_pytorch.models import cgan
ModuleNotFoundError: No module named 'cgan_pytorch'
python version: Python 3.12.4