Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
osanseviero
/
fastai_cat_vs_dog_fork2
like
0
Image Classification
generic
Model card
Files
Files and versions
Community
5161138
fastai_cat_vs_dog_fork2
/
helpers.py
osanseviero
Experiment with helpers
5f31b46
over 3 years ago
raw
Copy download link
history
blame
Safe
76 Bytes
# Custom code used by the model.
def
is_cat
(
x
):
return
x[
0
].isupper()