deepkyu's picture
initial commit
1ba3df3
raw
history blame
No virus
382 Bytes
logging:
dry_run: False
device: cuda
log_dir: /ssd1/hksong/LOG/font
seed: ftgan-patch-full
freq:
train: 100 # step
nepochs_decay: 100
gan_loss: lsgan
lambda_L1: 100
lambda_classifier: ~
trainer: base
savefiles: [
'*.py',
'data/*.*',
'datasets/*.*',
'models/*.*',
'configs/*.*',
'utils/*.*',
'trainer/*.*',
]