tengteng95 / Pose-Transfer

Code for the paper Progressive Pose Attention for Person Image Generation in CVPR19 (Oral).
MIT License
734 stars 160 forks source link

TransferModel object has no attribute 'net_BP' #76

Closed Meimeiainaonao closed 4 years ago

Meimeiainaonao commented 4 years ago

Thanks for your code.

Here is an error about saving the latest model(epoch 3, total_steps 10000).

AttributeError: TransferModel object has no attribute 'net_BP'

Pls help.