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 a2b9be547d450d49ef230e37821f503838a5dcee..0000000000000000000000000000000000000000 --- 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 bc5f8983a5aa6b0b2ba3d560bc4c2391995794a4..0000000000000000000000000000000000000000 --- 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 0ccf44e6370f765857204317f172c866865b4b35..0000000000000000000000000000000000000000 --- 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 770f9ff516a630ff031b94bb2c8a2b41c1686eec..0000000000000000000000000000000000000000 --- 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 1306627e24bec0888600fb88fcaa937e5f01dbd7..0000000000000000000000000000000000000000 --- 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 -} - - -