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

Add CNN model #54

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft

Add CNN model #54

wants to merge 38 commits into from

Conversation

adam-broussard
Copy link
Owner

Adds a CNN model for predicting book ratings from cover art.

Closes #53

@adam-broussard adam-broussard added the enhancement New feature or request label May 13, 2022
@adam-broussard adam-broussard self-assigned this May 13, 2022
@adam-broussard
Copy link
Owner Author

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...

@adam-broussard
Copy link
Owner Author

Now also resolves #55

@adam-broussard adam-broussard linked an issue May 14, 2022 that may be closed by this pull request
@adam-broussard
Copy link
Owner Author

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.

@adam-broussard
Copy link
Owner Author

See also here and here.

@adam-broussard adam-broussard linked an issue May 27, 2022 that may be closed by this pull request
@adam-broussard adam-broussard linked an issue May 29, 2022 that may be closed by this pull request
@adam-broussard adam-broussard marked this pull request as draft May 30, 2022 14:32
@adam-broussard
Copy link
Owner Author

Need to add the ability to recognize and work with images in .png format or convert all .png images to .jpg.

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

Successfully merging this pull request may close these issues.

Add the BIG Goodreads Dataset Add random seeds to CNN Tune CNN Image Dimensions Prepare CNN Data
1 participant