Change learning_rate and max_steps after loading models #1332
Unanswered
jenaparadies
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
it was previously discussed here: #988
I can't find a way to change e.g. max_steps in the models after they've been set up or loaded. As you can see in the example below, the models are built with max_steps=500, and immediately after I want to change it to 100. But the models are all trained with max_steps=500. This is particularly bad after saving and loading a model, since the learning_rate is also baked into the model, so if a model is stuck, you have to start from scratch.
Here is the example from the tutorial:
Beta Was this translation helpful? Give feedback.
All reactions