quiver
quiver copied to clipboard
Interactive convnet features visualization for Keras
Results
32
quiver issues
Sort by
recently updated
recently updated
newest added
Global Average and Max Pooling are used as an alternative to FC layers. they are very handy for vizualization. what quiver can do is show the convolution layers output that...
feature request
Complex model's do not display in browser. I think this linked to having a model.engine.training.Model inside of a model.engine.training.Model. Example follows... My model's json. Inputs 400x400 grayscale images. model.to_json() `'{"class_name":...