Skip to content

How to correct load weights in my model. #497

Answered by manujosephv
dpvargas asked this question in Q&A
Discussion options

You must be logged in to vote

I think you need to use the low-level API for this (its in the docs). When you call fit, we re-initialize the model (i,e, random weights).

In the Low Level API, you have access to the model and you can load weights to the model and just "train" the model.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dpvargas
Comment options

Answer selected by dpvargas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants