Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What has the model done during a warm-up time? #2

Open
erow opened this issue Mar 24, 2021 · 0 comments
Open

What has the model done during a warm-up time? #2

erow opened this issue Mar 24, 2021 · 0 comments

Comments

@erow
Copy link

erow commented Mar 24, 2021

  model = Model(dm, LOG_DIR+FILE_ID+'.log', args)
  model.set_up_train()
  model.initialize()
  model.train(niter=NITER, siter=SITER, piter=PITER, save_dir=SAVE_SUBDIR, asset_dir=ASSET_SUBDIR)
  model.restore(save_dir=SAVE_SUBDIR)

I am not familiar with tensorflow, but it seems the model only initiates its params during the warm-up time. However, the algorithm in your paper shows that the model updates the params through the whole training process. It would be strange if the warm-up process only initiates some params.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant