Spaces:
Build error
Build error
File size: 601 Bytes
08e131b b0cad4d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
title: Tokio Recognizer
emoji: 🏃
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 3.12.0
app_file: app.py
pinned: false
license: unlicense
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
The dataset we are using is the Standford Dog Dataset (http://vision.stanford.edu/aditya86/ImageNetDogs/)
As this dataset were built using ImageNet images, the images can be normalized using the mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225] this will assure that the neural network will have and mean of 0 and standar deviation of 1 |