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
Make sure that all significant models save the model space (graph, variables, and definitions) properly and have a script that allows for (1) loading of most recent model, and (2) evaluation of new input.
The text was updated successfully, but these errors were encountered:
@nfmcclure just checking to see if you want help with this. I have some examples of model save/restore in the context of transfer learning using the MNIST data set.
In my examples, I partition the MNIST digits into even and odd data sets. I train a CNN model to recognize even digits. The even digit model is saved to disk. The even digit model is restored from disk and trained on the odd digit data set with updating only the layers used for classification.
Make sure that all significant models save the model space (graph, variables, and definitions) properly and have a script that allows for (1) loading of most recent model, and (2) evaluation of new input.
The text was updated successfully, but these errors were encountered: