keisen / tf-keras-vis

Neural network visualization toolkit for tf.keras
https://keisen.github.io/tf-keras-vis-docs/
MIT License
313 stars 45 forks source link

don't clone model by default if modeifier is None #51

Closed eyaler closed 3 years ago

eyaler commented 3 years ago

if you are not modifying the model i guess there should be no reason to clone it by default

keisen commented 3 years ago

Hi @eyaler , Thank you for pointing it out! and sorry for late reply. As you said, I believe that the behavior is inappropriate. It will be improved in next version.

Thanks!