From 4c55b123435829da615b3190ddb29e60072aef8d Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Wed, 30 Mar 2022 20:31:05 +0300 Subject: [PATCH] Update preprocess.py --- examples/pytorch/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/preprocess.py b/examples/pytorch/preprocess.py index 75d6815..2803f37 100644 --- a/examples/pytorch/preprocess.py +++ b/examples/pytorch/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)