From fa1af4c293224a85ce981a8ab8e7576e1e80883d Mon Sep 17 00:00:00 2001 From: StevenLiuWen Date: Sun, 25 Mar 2018 08:07:54 -0400 Subject: update --- .gitignore | 15 +++++++++++++++ Codes/training_hyper_params/hyper_params.ini | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac7b520 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ + +.idea/webServers.xml +Codes/__pycache__/unet.cpython-36.pyc +Codes/__pycache__/pix2pix.cpython-36.pyc +.idea/deployment.xml +.idea/ano_pred_cvpr2018.iml +.idea/codeStyles/codeStyleConfig.xml +.idea/misc.xml +.idea/vcs.xml +.idea/workspace.xml +.idea/modules.xml +.idea/codeStyles/codeStyleConfig.xml +.idea/codeStyles/codeStyleConfig.xml +.idea/codeStyles/codeStyleConfig.xml +.idea/codeStyles/codeStyleConfig.xml diff --git a/Codes/training_hyper_params/hyper_params.ini b/Codes/training_hyper_params/hyper_params.ini index 66b6e78..f906810 100644 --- a/Codes/training_hyper_params/hyper_params.ini +++ b/Codes/training_hyper_params/hyper_params.ini @@ -51,7 +51,7 @@ LAM_ADV = 0.05 # the percentage of the lp loss to use in the combined loss, # we found in smaller lp is slightly better in avenue, but not too much difference # LAM_LP = 1 is 84.9, LAM_LP = 0 may arrive to 85.1 -LAM_LP = 0 +LAM_LP = 0.001 # the percentage of the GDL loss to use in the combined loss LAM_GDL = 1 # the percentage of the different frame loss -- cgit v1.2.3-70-g09d2