DG-Font icon indicating copy to clipboard operation
DG-Font copied to clipboard

Update discriminator.py

Open Johnson-yue opened this issue 4 years ago • 1 comments

More general for any image size

Johnson-yue avatar Apr 30 '21 03:04 Johnson-yue

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).

yukistavailable avatar Dec 09 '22 07:12 yukistavailable