From 7adb61a44596785925417828dfbda86c55d53228 Mon Sep 17 00:00:00 2001 From: gong1 <b.gong@fz-juelich.de> Date: Wed, 13 Jul 2022 17:04:15 +0200 Subject: [PATCH] remove files for hparams --- .../convLSTM_gan/model_hparams_template.json | 14 -------------- .../era5/mcnet/model_hparams_template.json | 10 ---------- .../era5/ours_gan/model_hparams_template.json | 17 ----------------- .../ours_vae_l1/model_hparams_template.json | 15 --------------- .../era5/vae/model_hparams_template.json | 14 -------------- 5 files changed, 70 deletions(-) delete mode 100644 video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json delete mode 100644 video_prediction_tools/hparams/era5/mcnet/model_hparams_template.json delete mode 100644 video_prediction_tools/hparams/era5/ours_gan/model_hparams_template.json delete mode 100644 video_prediction_tools/hparams/era5/ours_vae_l1/model_hparams_template.json delete mode 100644 video_prediction_tools/hparams/era5/vae/model_hparams_template.json diff --git a/video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json b/video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json deleted file mode 100644 index a2b9be54..00000000 --- a/video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json +++ /dev/null @@ -1,14 +0,0 @@ - -{ - "batch_size": 4, - "lr": 0.001, - "max_epochs":20, - "context_frames":12, - "loss_fun":"rmse", - "shuffle_on_val":false, - "recon_weight":0.6 - -} - - - diff --git a/video_prediction_tools/hparams/era5/mcnet/model_hparams_template.json b/video_prediction_tools/hparams/era5/mcnet/model_hparams_template.json deleted file mode 100644 index bc5f8983..00000000 --- a/video_prediction_tools/hparams/era5/mcnet/model_hparams_template.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "batch_size": 10, - "lr": 0.001, - "max_epochs": 2, - "context_frames": 12 -} - - - diff --git a/video_prediction_tools/hparams/era5/ours_gan/model_hparams_template.json b/video_prediction_tools/hparams/era5/ours_gan/model_hparams_template.json deleted file mode 100644 index 0ccf44e6..00000000 --- a/video_prediction_tools/hparams/era5/ours_gan/model_hparams_template.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "batch_size": 16, - "lr": 0.0002, - "beta1": 0.5, - "beta2": 0.999, - "l1_weight": 100.0, - "l2_weight": 0.0, - "kl_weight": 0.0, - "video_sn_vae_gan_weight": 0.0, - "video_sn_gan_weight": 0.1, - "vae_gan_feature_cdist_weight": 0.0, - "gan_feature_cdist_weight": 10.0, - "state_weight": 0.0, - "nz": 32, - "max_epochs":2, - "context_frames":12 -} diff --git a/video_prediction_tools/hparams/era5/ours_vae_l1/model_hparams_template.json b/video_prediction_tools/hparams/era5/ours_vae_l1/model_hparams_template.json deleted file mode 100644 index 770f9ff5..00000000 --- a/video_prediction_tools/hparams/era5/ours_vae_l1/model_hparams_template.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "batch_size": 32, - "lr": 0.001, - "beta1": 0.9, - "beta2": 0.999, - "l1_weight": 1.0, - "l2_weight": 0.0, - "kl_weight": 1e-05, - "video_sn_vae_gan_weight": 0.0, - "video_sn_gan_weight": 0.0, - "state_weight": 0.0, - "nz": 32, - "max_epochs":2, - "context_frames":12 -} diff --git a/video_prediction_tools/hparams/era5/vae/model_hparams_template.json b/video_prediction_tools/hparams/era5/vae/model_hparams_template.json deleted file mode 100644 index 1306627e..00000000 --- a/video_prediction_tools/hparams/era5/vae/model_hparams_template.json +++ /dev/null @@ -1,14 +0,0 @@ - -{ - "batch_size": 10, - "lr": 0.001, - "nz":16, - "max_epochs":2, - "context_frames":12, - "weight_recon":1, - "loss_fun": "rmse", - "shuffle_on_val": true -} - - - -- GitLab