mahyar-amiri / keras-visualizer

A Keras Model Visualizer
MIT License
25 stars 2 forks source link

Activation function name in output layer is printed wrong #2

Closed yhpark-knu closed 1 year ago

yhpark-knu commented 3 years ago

Thanks for the package keras-visulaizer. As the plots in the examples 1 in the readme.md file, the name of the activation function is printed 'relu' in stead of 'sigmoid' activation.

SledgeHammer01 commented 2 years ago

I am also seeing this issue.

vkopey commented 2 years ago

Please fix this error.

mahyar-amiri commented 1 year ago

Hi, I apologize for the delay in replying.

The output layer's activation function name bug has been fixed in the new version.

Thanks for your feedback.