Skip to content

Commit 0ede07a

Browse files
changed to gen_steps to 5
1 parent 28845fd commit 0ede07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GAN/DCGAN/training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def training(opt):
2323
work_device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
2424
FEATURE_D = 128
2525
Z_DIM = 100
26-
GEN_TRAIN_STEPS = 2
26+
GEN_TRAIN_STEPS = 5
2727
BATCH_SIZE = opt.batch_size
2828

2929
if opt.logs:

0 commit comments

Comments
 (0)