Official implementation of MU-GAN
*Python 3
*PyTorch 0.4.0
Train:
sudo CUDA_VISIBLE_DEVICES=x python3 train.py --img_size 128 --experiment_name 128_shortcut1_inject1_none --gpu --num_workers x --batch_size x
Test:
sudo CUDA_VISIBLE_DEVICES=x python3 test_x_x.py --experiment_name 128_shortcut1_inject1_none --test_int 1.0 --gpu --load_epoch x
Currently, the different variants of the code are in a mess. We will reorganize the code when we return to school.
This code refers to the projects:AttGAN-PyTorch Thanks for their excellent work!