efficientnet
efficientnet copied to clipboard
scrpit to freeze keras model file and inference example file
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.