Open bemoregt opened 5 years ago
It is caused by the fact that the repository does not include the images. To run it, you need to have a folder ./data/dogscats/train with two folders in there. One for each category of images you want to test. In each of the folders there should be image files. I used google search to get images of dogs and put them in one folder and images of cats in the other. 200 of each should do the trick. This chrome extension can help you download the images: https://chrome.google.com/webstore/detail/bulk-image-downloader/lamfengpphafgjdgacmmnpakdphmjlji?hl=en
Hi, @hkoelewijn , @HenriKoelewijn
Ok, I'll try that.
and will report the result.
Thanks.
OK, It works~
Thanks a lot.
from @bemoregt
Hi, @HenriKoelewijn @hkoelewijn
I've met this error when run run_test().
What's wrong to me ?
Creating data generator Found 0 images belonging to 0 classes. Creating model WARNING:tensorflow:From /usr/local/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Colocations handled automatically by placer. Evaluating model
ZeroDivisionError Traceback (most recent call last)