Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Support for tf.keras #20

Open
mmesensol opened this issue Nov 14, 2018 · 3 comments
Open

Support for tf.keras #20

mmesensol opened this issue Nov 14, 2018 · 3 comments

Comments

@mmesensol
Copy link

Is it possible to add support for models created with tf.keras instead of keras?

Otherwise, do you know of a similar tool with such support?

Thanks

@Hemantr05
Copy link

Hemantr05 commented Nov 15, 2018 via email

@mmesensol
Copy link
Author

Thanks. I was able to get it to work by hacking around the ann_visualizer/visualize.py file and replacing keras.* by tf.keras.* in different ways. It wasn't very straightforward, though.

Still, I got stuck because ANN Visualizer like that my model's first layer is a Flatten. Is there a way to make it work, or is such a limitation by design?

Thanks

@Hemantr05
Copy link

Hemantr05 commented Nov 18, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants