Implementation of Binary Image Classification#79
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| numpy | ||
| google-api-python-client No newline at end of file | ||
| tensorflow | ||
| tensorflow-gpu |
There was a problem hiding this comment.
When I try to run pip3 install -r requirements.txt the tensorflow-gpu module can not be found. Returning these errors: ERROR: Could not find a version that satisfies the requirement tensorflow-gpu (from versions: none) and
ERROR: No matching distribution found for tensorflow-gpu
|
I reviewed the pull request and for the most part the code looks good. Here are just a couple things I thought needed attention.
|
I'll be able to address all of your concerns in the new pull request. Thanks for bringing up the issues it will really help me to focus on specific areas where changes are required. |
Binary Image classification has been implemented which can be tested using the following command:
python visual data/
data/ is the directory where different classes images should be present like sad and happy