Skip to content

Commit 484cadd

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Remove unused vars in utils
(cherry picked from commit 8d3c2fd)
1 parent b243860 commit 484cadd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

art/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ def load_cifar10(raw=False):
200200
from keras.utils.data_utils import get_file
201201
from art import DATA_PATH
202202

203-
min_, max_ = 0., 1.
204-
205203
path = get_file('cifar-10-batches-py', untar=True, cache_subdir=DATA_PATH,
206204
origin='http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz')
207205

0 commit comments

Comments
 (0)