keplr-io / quiver

Interactive convnet features visualization for Keras
https://keplr-io.github.io/quiver/
MIT License
1.75k stars 223 forks source link

Timeout for visualizer with custom dataset #40

Open humzaiqbal opened 7 years ago

humzaiqbal commented 7 years ago

So I'm running the visualizer on a dataset of (None, 8, 200, 1) images with 50 datasets. I want to display the predictions for each image but when I pass in the classes range(1, 51) as follows server.launch(model, range(1, 51), top=4, port=5001), and I try to look at the output for a particular image and layer, it does not display anything

jakebian commented 7 years ago

are there error logs in the terminal?

humzaiqbal commented 7 years ago

No, at the bottom below the list of images in my directory there is just this loading icon

screen shot 2017-01-09 at 9 08 12 pm
jakebian commented 7 years ago

You're saying your terminal window is not logging any errors at all when this happens?

humzaiqbal commented 7 years ago

nope, the terminal is just displaying a GET request for a particular output

jakebian commented 7 years ago

Is there any errors in the javascript console in the browser?

humzaiqbal commented 7 years ago

Yeah there is. It says Uncaught (in promise) TypeError: e[1].split is not a function