Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout for visualizer with custom dataset #40

Open
humzaiqbal opened this issue Jan 9, 2017 · 6 comments
Open

Timeout for visualizer with custom dataset #40

humzaiqbal opened this issue Jan 9, 2017 · 6 comments

Comments

@humzaiqbal
Copy link

humzaiqbal commented Jan 9, 2017

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
Copy link
Member

are there error logs in the terminal?

@humzaiqbal
Copy link
Author

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
Copy link
Member

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

@humzaiqbal
Copy link
Author

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

@jakebian
Copy link
Member

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

@humzaiqbal
Copy link
Author

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

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

No branches or pull requests

2 participants