Skip to content
Snippets Groups Projects
Commit 013cb956 authored by Alex Lee's avatar Alex Lee
Browse files

Update number of iterations of each stage and total number of iterations to match the paper.

parent 0a22bf5d
Branches
Tags 0.50.0
No related merge requests found
...@@ -641,8 +641,9 @@ class SV2PVideoPredictionModel(VideoPredictionModel): ...@@ -641,8 +641,9 @@ class SV2PVideoPredictionModel(VideoPredictionModel):
multi_latent=False, multi_latent=False,
latent_std_min=-5.0, latent_std_min=-5.0,
latent_channels=1, latent_channels=1,
num_iterations_1st_stage=100000, num_iterations_1st_stage=50000,
kl_anneal_steps=(200000, 220000), kl_anneal_steps=(100000, 120000),
max_steps=200000,
decay_steps=(0, 0), # do not decay the learning rate (doing so produces blurrier images) decay_steps=(0, 0), # do not decay the learning rate (doing so produces blurrier images)
) )
# Notes on equivalence with reference implementation: # Notes on equivalence with reference implementation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment