CNN classification added to computer vision#4350
Conversation
dhruvmanila
left a comment
There was a problem hiding this comment.
Good job so far!
Another doubt: does this fall under computer vision or should be in the machine learning, I don't know much about it so you can guide me on this one :)
You should either turn on pre-commit (instruction in CONTRIBUTING.md) or look at the logs and fix the errors (mostly it would be related to formatting). Running black should be done as well.
|
|
Hi, is there still issue with my code ? my code hasn't been merged |
dhruvmanila
left a comment
There was a problem hiding this comment.
Sorry for taking so long and thank you for your patience! This looks like it's ready to be merged except for just one nitpick :)
Also, there's no need to create a directory for one file, you can put the file on it's own in computer_vision/cnn_classification.py
dhruvmanila
left a comment
There was a problem hiding this comment.
LGTM! 🎉
Thank you for your contribution and welcome to the community!
* cnn classification file * black formatted * flake8 corrected * added cnn classification * Delete requirements.txt * Update cnn_classification.py * Create cnn_classification.py * using keras from tensorflow only * update tensorflow * Update cnn_classification.py * Delete computer_vision/cnn_classification directory
|
The new version of Tensorflow seems to be causing these tests to fail. |
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.