-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add CNN model #54
base: master
Are you sure you want to change the base?
Add CNN model #54
Conversation
The linter is giving me fits - for some reason one of the imports that works in my code isn't working here. Not sure what is up... |
Now also resolves #55 |
It looks like these issues with Pylint are common for modules that have C libraries attached because it isn't able to recognize the C elements. We may just have to pick a workaround. |
Need to add the ability to recognize and work with images in |
Adds a CNN model for predicting book ratings from cover art.
Closes #53