frozen specific layer in mnist model

前端 未结 0 1727
粉色の甜心
粉色の甜心 2020-12-08 06:06

I have a dumb question about freezing specific layers in the MNIST model: the model I have is:

mnist_model = keras.Sequential(
    [
     keras.Input(shape=(2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题