Skip to content
Snippets Groups Projects
Commit 4f5e3a32 authored by Michael Langguth's avatar Michael Langguth
Browse files

Also change defaults for context_frames in ours_gan- and ours_vae-model.

parent 36efa0a7
No related branches found
No related tags found
No related merge requests found
Pipeline #70262 passed
...@@ -11,5 +11,5 @@ ...@@ -11,5 +11,5 @@
"state_weight": 0.0, "state_weight": 0.0,
"nz": 32, "nz": 32,
"max_epochs":2, "max_epochs":2,
"context_frames":10 "context_frames":12
} }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"lr": 0.001, "lr": 0.001,
"nz":16, "nz":16,
"max_epochs":2, "max_epochs":2,
"context_frames":10, "context_frames":12,
"weight_recon":1, "weight_recon":1,
"loss_fun": "rmse", "loss_fun": "rmse",
"shuffle_on_val": true "shuffle_on_val": true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment