From 0ca2d8ce3a33e87cc08a4e958e2c9433d0386d20 Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Wed, 30 Mar 2022 20:30:50 +0300 Subject: [PATCH] Update preprocess.py --- examples/keras/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/keras/preprocess.py b/examples/keras/preprocess.py index b87d3e8..27d039c 100644 --- a/examples/keras/preprocess.py +++ b/examples/keras/preprocess.py @@ -4,10 +4,10 @@ import numpy as np from PIL import Image, ImageOps -# Notice Preprocess class Must be named "Preprocess" from clearml import StorageManager +# Notice Preprocess class Must be named "Preprocess" class Preprocess(object): def __init__(self): # set internal state, this will be called only once. (i.e. not per request)