-
Notifications
You must be signed in to change notification settings - Fork 223
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
Comments
are there error logs in the terminal? |
You're saying your terminal window is not logging any errors at all when this happens? |
nope, the terminal is just displaying a GET request for a particular output |
Is there any errors in the javascript console in the browser? |
Yeah there is. It says |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 classesrange(1, 51)
as followsserver.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 anythingThe text was updated successfully, but these errors were encountered: