Skip to content

Commit

Permalink
cleanup discriminator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
artcg committed Mar 12, 2021
1 parent 6af7a32 commit 483fc86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions discriminator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
from utils.custom_ops import custom_fc, custom_conv2d
from generator import decoder

if False: # This to silence pyflake
custom_ops


def began_discriminator(D_I, batch_size, num_filters, hidden_size, image_size,
scope_name="discriminator", reuse_scope=False):
Expand Down

0 comments on commit 483fc86

Please sign in to comment.