cat_vs_dog_v2 / helpers.py
AustinL's picture
Upload 7 files
77581ef
raw
history blame contribute delete
No virus
76 Bytes
# Custom code used by the model.
def is_cat(x):
return x[0].isupper()