sahilkhose / StackGAN-BERT

PyTorch implementation of StackGAN paper using BERT embeddings
MIT License
12 stars 4 forks source link

Generator 2 conv2d #4

Closed sahilkhose closed 3 years ago

sahilkhose commented 3 years ago

https://github.com/sahilkhose/ganctober/blob/37aa750ab95d381bb44a6654eb20174d7c98dacc/src/layers.py#L145

Same argument as Issue #3

sahilkhose commented 3 years ago

Resolving this issue due to lack of clarity in the paper. The implementation details are not clearly stated in the paper. Or are considered obvious. We will adapt the code in accordance to what practices are used in vision and GAN architectures.