Skip to content
Snippets Groups Projects
Commit 90df91cb authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

update gan training loss weights

parent 8b750004
No related branches found
No related tags found
No related merge requests found
......@@ -434,9 +434,9 @@ if __name__ == "__main__":
lr_g=0.001,
lr_decay_factor_g=0.99,
lr_decay_epoch_g=1,
l2_weight=1.0,
gdl_weight=1.0,
adv_weight=20.0,
l2_weight=0.25,
gdl_weight=0.25,
adv_weight=0.5,
snapshot_dir=args.snapshot_dir,
snapshot_epoch=args.snapshot_epoch,
logger=logger,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment