-
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
Unable to see any ouput #42
Comments
That error says apparently you are attempting to evaluate this on 1 image of size 224 x 3 px. Could be a preprocessing error though - can you give some more details on your input images? How many images are in the folder, what's the file extension? |
Thanks for replying. At the moment I am using just one image with extension jpg. Its dimensions are 224x224 and 24bit. |
Hello, do solve this problem? |
I am facing similar issue. My model uses 1 x 120 x 120 (channels x width x height) black and white images. My dataset has 300 x 300 (channels x width x height) black and white images. I resized the images to 120x120 while feeding data to my model. When I used quiver to display conv layer outputs, input loads, but shows 'No data for this layer' error. Any solution?? |
I am trying to run a simple example using trained network vgg16
After this I can see the webpage, but when I click on image and then the layer, it displays "no data for this layer". And this is displayed for all the layers.
I can see following error on the console:
I used 224x224 image as an input.
What might I be missing here?
The text was updated successfully, but these errors were encountered: