Cutting existing Keras model into a submodel?

前端 未结 0 2030
温柔的废话
温柔的废话 2021-02-11 06:29
kerasmodel = keras.applications.EfficientNetB0(include_top=False, input_shape=(224,224,3), classes=1000     weights=None)

# this doesn\'t work
models.Model(inputs=keras         


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