-
Notifications
You must be signed in to change notification settings - Fork 263
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
ConvolutionalNN prediction #70
Comments
Hi @SaakshiNarula, thanks for your questions
You'll need to use Python 3.6.6 and install the deps using pip install -r requirements.txt (please refer to the README.md for more details) |
absl-py==0.11.0 |
Hi I was just trying to run /examples/convolutional_model.py using the sample images you have provided. I have 2 questions around that-
I am not sure I understand how you generate input for the CNN but regardless of that, I have a question about train-test split. You train the model on train_images and use test_images for validation...Shouldn't there be a validation set for validation and the test_images be used for prediction?
I was also trying to predict output on a single test image as marked in the image. But I get this error below, and I am guessing is not the way to input to the CNN here, could you guide me on how i can do this?
The text was updated successfully, but these errors were encountered: