Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay committed Aug 12, 2019
1 parent e6b08d1 commit 829ff42
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,23 +257,6 @@ def name(self): return 'Ganomaly'
def __init__(self, opt, dataloader):
super(Ganomaly, self).__init__(opt, dataloader)

# # -- Discriminator attributes.
# self.pred_real = None
# self.feat_real = None
# self.fake = None
# self.latent_i = None
# self.latent_o = None
# self.out_d_fake = None
# self.feat_fake = None
# self.err_d = None

# # -- Generator attributes.
# self.out_g = None
# self.err_g_bce = None
# self.err_g_l1l = None
# self.err_g_enc = None
# self.err_g = None

# -- Misc attributes
self.epoch = 0
self.times = []
Expand Down

0 comments on commit 829ff42

Please sign in to comment.