Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 9, 2019
1 parent 0585b34 commit 441880b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Expand Up @@ -236,7 +236,7 @@ def train(target_vars, saver, sess, logger, dataloader, resume_iter, logdir):
np.random.uniform(
0,
FLAGS.rescale,
FLAGS.batch_size)) > 0.05)
FLAGS.batch_size) > 0.05)
data_corrupt[replay_mask] = replay_batch[replay_mask]

feed_dict = {X_NOISE: data_corrupt, X: data, Y: label}
Expand Down

0 comments on commit 441880b

Please sign in to comment.