Closed ghost closed 1 year ago
Added a script to freeze Keras model file (h5) into the Tensorflow model file (pb). Also added example ipython file for frozen model inference.
Is it possile to freeze only the first 2 layers ?
Yes, I guess it is possible. Please have a look at this link.
Added a script to freeze Keras model file (h5) into the Tensorflow model file (pb). Also added example ipython file for frozen model inference.