You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reusing the model a number of times, but everytime I do so I use run_reflections.py. I beleive this script causes the entire model to be recompiled.
I would like that instead of calling run_reflection.py and creating the model from scratch everytime, I can simply call the single line of code which is responsible for the forward pass/output generation and get my output. Could anyone specify how I could achieve this ?
The text was updated successfully, but these errors were encountered:
Hi !
I'm reusing the model a number of times, but everytime I do so I use run_reflections.py. I beleive this script causes the entire model to be recompiled.
I would like that instead of calling run_reflection.py and creating the model from scratch everytime, I can simply call the single line of code which is responsible for the forward pass/output generation and get my output. Could anyone specify how I could achieve this ?
The text was updated successfully, but these errors were encountered: