fastai_cat_vs_dog / helpers.py
osanseviero's picture
osanseviero HF staff
Experiment with helpers
5f31b46
# Custom code used by the model.
def is_cat(x):
return x[0].isupper()