cougar-or-not icon indicating copy to clipboard operation
cougar-or-not copied to clipboard

An API for identifying cougars v.s. bobcats v.s. other USA cat species

Results 7 cougar-or-not issues
Sort by recently updated
recently updated
newest added

Not the issue really... Hi, how did you upload the 83MB file to GitHub? Best I can think of is split command, but it ends in chunks max of 25MB?

Now v1 is shutting down.

I'm trying to build Docker image but I got the following error: Step 9/11 : RUN python cougar.py ---> Running in e2f64e470329 Traceback (most recent call last): File "cougar.py", line...

I think you should add normalization cat_data = ImageDataBunch.from_name_re( cat_images_path, cat_fnames, r"/([^/]+)_\d+.jpg$", ds_tfms=get_transforms(), size=299, )**.normalize(imagenet_stats)**

ConvLearner changed to create_cnn and there was a small error in how predictions rendered. This pull request should allow everything to work as before.

If we visit this URL: https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html, it's not downloading anything and raising an error: ``` raise ReadTimeoutError(self._pool, None, 'Read timed out.') pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='download.pytorch.org', port=443): Read timed out. ```

Thanks for sharing this repo! While trying it out I got some errors due changes in fast.ai library. Feel free to cancel this PR and set the version of fastai...