-
Notifications
You must be signed in to change notification settings - Fork 17
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
Convert pretrained .torch model (including weights) #34
Comments
Hi! To trace a model, we need to perform inference on it. Do you have the inference script? |
Hi! What do you exactly mean? I have my Thank you for your response! |
I think nobuco converts a torch model to a keras model without losing the parameters. You can try to figure out the outputs with a same input. |
Hi, I am new to your library and would quickly like to know if I could convert a pre-trained torch model to keras. I mean, from what I see in the README, what is converted is the model code, but if we have the weights in the .torch model, how do we put them to the new keras model?
Maybe this question is very obvious, but I don't see the direct way to do it.
Thanks in advance
The text was updated successfully, but these errors were encountered: