cat-dog-classifier / process.py
zerishdorelser's picture
uploaded 8 files
a37d47e verified
raw
history blame contribute delete
107 Bytes
import tensorflow as tf
def process(image):
image= tf.cast(image/255, tf.float32)
return image