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 SINGLE line of code performs a forward pass to produce output ? #18

Open
Raja-Salman-Tariq opened this issue Apr 10, 2021 · 0 comments

Comments

@Raja-Salman-Tariq
Copy link

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 ?

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