yanx27 / EverybodyDanceNow_reproduce_pytorch

Everybody dance now reproduced in pytorch
MIT License
605 stars 173 forks source link

pix2pixHD raise('Generator must exist!') TypeError: exceptions must derive from BaseException #42

Open benoitoutlook opened 5 years ago

benoitoutlook commented 5 years ago

Traceback (most recent call last): File "train_pose2vid.py", line 127, in main() File "train_pose2vid.py", line 41, in main model = create_model(opt) File "/XXX/EverybodyDanceNow_reproduce_pytorch/src/pix2pixHD/models/models.py", line 15, in create_model model.initialize(opt) File "/XXX/EverybodyDanceNow_reproduce_pytorch/src/pix2pixHD/models/pix2pixHD_model.py", line 64, in initialize self.load_network(self.netG, 'G', opt.which_epoch, pretrained_path)
File "/XXX/EverybodyDanceNow_reproduce_pytorch/src/pix2pixHD/models/base_model.py", line 60, in load_network raise('Generator must exist!') TypeError: exceptions must derive from BaseException

Any help is appreciated!

cndxpy commented 4 years ago

you fixed?

chenzaiV6 commented 4 years ago

need help too

chenzaiV6 commented 4 years ago

windows ,python3.6.5 ,anaconda

ahhays commented 4 years ago

Same

thinklikeanarchitect commented 3 years ago

same problem with Google Colab:(

Aquahugs commented 3 years ago

Im also having this problem :(

quleileileilei commented 1 year ago

Have anyone solved this problem? I need help too.