Skip to content

Study Keras: market share of different ways in writing Keras model

Yang Yang(Tony) edited this page Apr 24, 2019 · 4 revisions

Functional API

Resnet: https://github.com/raghakot/keras-resnet#L231

Subclassing keras.model

Clone this wiki locally