quiver
quiver copied to clipboard
Interactive convnet features visualization for Keras
I can see the images I placed inside the folder, but on the left panel nothing in shown. I am using load_model from keras to use my own trained model...
I'm trying to install and run quiver to visualize a Keras model I've trained. Running Windows 10 and Anaconda. I installed quiver with git on a fresh conda environment ```...
After bugfixing the issues in #83 and the issue in #78, feeding a mobilenetv3 model will not show the model tree on the left side of the panel, but no...
ImportError: cannot import name 'imsave' --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in ----> 1 from scipy.misc import imsave 2 from quiver_engine.server import launch 3 4 5 launch(model=model, input_folder='./img',port=7000) ImportError:...
Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...
Bumps [codecov](https://github.com/codecov/codecov-node) from 1.0.1 to 3.7.1. Release notes Sourced from codecov's releases. v3.6.4 Fix for Cirrus CI v3.6.3 AWS Codebuild fixes + package updates v3.6.2 command line args sanitised v3.6.1...
Hi i just was curious if i can use this for multi label tabular data. Since my table has 1000 columns as input data and target has 19 columns, can...
I am trying to run a simple example using trained network vgg16 ``` from vgg16 import VGG16 from quiver.quiver_engine.server import launch model = VGG16() launch(model, classes=['cat','dog'], input_folder='./imgs') # i have...
Hi, My name is [Tirthajyoti ](https://github.com/tirthajyoti) and I write popular articles (not too technical but mainly for beginners in DS and ML) on data science and machine learning. I just...
I get the following error message when running `pip install quiver_engine` on Windows 10 with Anaconda 3: ``` Building wheels for collected packages: quiver-engine Running setup.py bdist_wheel for quiver-engine ......