BicycleGAN-pytorch
BicycleGAN-pytorch copied to clipboard
Pytorch implementation of BicycleGAN with implementation details
Results
3
BicycleGAN-pytorch issues
Sort by
recently updated
recently updated
newest added
I'm testing this and trying to train edges2shoes model. When I run `python train.py --root=data/edges2shoes --result_dir=result --weight_dir=weight` I get `ValueError: Expected more than 1 value per channel when training, got...
thanks for you sharing, i have read the bicycleGAN paper, but i am confused that whether lager Batchsize will have a bad influence or not . Because you implementation also...