-
Notifications
You must be signed in to change notification settings - Fork 181
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
How inference is done after training model? #24
Comments
Even I am trying to do the same thing. My doubt is whether there is a simpler way to load the layers of the model? Since the model is saved using But I am confused as to how to load the layers of the model for simple testing on an image. Below is permalink where the model where the model layers are loaded. bottom-up-attention-vqa/main.py Lines 37 to 39 in f51446b
Is it necessary to use @hengyuan-hu @ZhuFengdaaa Hope you guys could help. Thanks in advance. |
like this line, this implementation uses number of tokens to construct the embedding layer. |
There is no such example or sample code given for inference.
Supposing, I have trained my model, how do I use it for prediction?
@ZhuFengdaaa can u help me
Thanks in advance
The text was updated successfully, but these errors were encountered: