taki0112 / UGATIT

Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
MIT License
6.17k stars 1.05k forks source link

Testing does not work! #120

Open Lauenburg opened 2 years ago

Lauenburg commented 2 years ago

I am trying to test the trained model using the command:

python main.py --dataset maps --light True --phase test

However, the testing always seems to fail loading the model weights. It finishes with the following output and without any generated images:

. . .

##### Weight #####
# adv_weight :  1
# cycle_weight :  10
# identity_weight :  10
# cam_weight :  1000
 [*] Load FAILURE
 [*] Test finished!