diff options
| -rw-r--r-- | .gitignore | 15 | ||||
| -rw-r--r-- | Codes/training_hyper_params/hyper_params.ini | 2 |
2 files changed, 16 insertions, 1 deletions
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 |
