tonio73 / dnnviewer

Deep Neural Network viewer
https://tonio73.github.io/dnnviewer/
MIT License
18 stars 2 forks source link

Support for Activation layer in Keras models #40

Closed tonio73 closed 4 years ago

tonio73 commented 4 years ago

Activation is either a parameter on a layer or a specific layer of type "Activation"

Add support for the latter: set the activation structural property on previous layer.

Note: the case in which the previous layer already has an activation (not the linear activation) is not handled