Skip to content

Commit 68b6764

Browse files
committed
u
1 parent cce4890 commit 68b6764

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
data/
22
__pycache__/
3-
events.out.*
3+
events.out.*
4+
*.pyc

parse_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def get_GAN_config():
3131
# Data Config
3232

3333
# Training or Testing Config
34+
parser.add_argument('--lambda_wgan', type=float, help='weight of the wgan loss')
3435

3536
# Result Config
3637
parser.add_argument('--result_dir', type=str, help='Directory to save results')

0 commit comments

Comments
 (0)