Li Jianshu

Results 2 comments of Li Jianshu

After setting the flag, do we need to re-compile the model before the parameters can be frozen? Here is a quotation from https://keras.io/getting-started/faq/ ``` How can I "freeze" Keras layers?...

I think you are right. The re-compilation makes the weights frozen. Do you go further to re-compile the model inside the make_trainable() function? I perform a similar stuff, the program...