-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.txt
More file actions
34 lines (30 loc) · 851 Bytes
/
config.txt
File metadata and controls
34 lines (30 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Parameters needed for training:
# parameter for training of new model 1/2/n
# 1 - first model
# 2 - second model
# n - without training
-t n
###############################################
# Parameters needed for augmenting:
# model which you want used for augmenting 1/2/n
# 1 - first model
# 2 - second model
# n - without generating
-m n
# file of target GAN for augmenting
-tg target_gan_mk_2.h5
# file of non target GAN for augmenting
-ng non_target_gan_mk_2.h5
# parameter to determine how much you want augment dataset
# it is set in percents
-p 150
# parameter which determines averaging window
-w 1
###############################################
# Optimal parameters
# saving training progress as images T(True)/F(False)
-e F
# save input signals as images T(True)/F(False)
-gi F
# save output signals as images T(True)/F(False)
-go T