-
Build your model in keras
model = Model(...)
-
Launch the visualization dashboard with 1 line of code
quiver_engine.server.launch(model, input_folder='./imgs')
- Explore layer activations on all the different images in your input folder.
Build your model in keras
model = Model(...)
Launch the visualization dashboard with 1 line of code
quiver_engine.server.launch(model, input_folder='./imgs')