Lornatang / CGAN-PyTorch

Simple implementation of conditional general adverse nets in pytorch machine learning framework
Apache License 2.0
48 stars 14 forks source link

No module named 'cgan_pytorch' #5

Closed shuo1024 closed 1 month ago

shuo1024 commented 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