DG-Font
DG-Font copied to clipboard
Update discriminator.py
More general for any image size
Nice update! Without this change, the shape of feat is (batch_size, num_dimensions, 2, 2) if we input 80 * 80 images. The shape is expected (batch_size, num_dimensions, 1, 1).