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
After training a model, you can get the weights for each layer by calling the .get_weights() method. The "weights" are the numerical values of the parameters of the layer, as a list of arrays.
You can then visualize these weights, or use them to initialize new layers (pass a "weights" argument to each layer). Check out the code itself for more detail, until there is a documentation available.
Hi, fchollet,
After training the model using CNN, how to extract feature by the pre-trained model?
The text was updated successfully, but these errors were encountered: