soumith / dcgan.torch

A torch implementation of http://arxiv.org/abs/1511.06434
Other
1.46k stars 414 forks source link

Is there an ImageNet-trained DCGAN torch model available? #52

Closed vasavig closed 7 years ago

vasavig commented 7 years ago

I found npy format here: https://github.com/Newmu/dcgan_code/tree/master/models. But this model's generator generates 32x32 images. I was wondering if there's a dcgan model trained on ImageNet with a fineSize=64, available in torch.

Thanks!

soumith commented 7 years ago

it is not available.