Skip to content

Commit 173481f

Browse files
author
Beat Buesser
committed
Update URL for cifar-10
Signed-off-by: Beat Buesser <[email protected]>
1 parent eb1f1cf commit 173481f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def load_batch(fpath: str) -> Tuple[np.ndarray, np.ndarray]:
760760
"cifar-10-batches-py",
761761
extract=True,
762762
path=config.ART_DATA_PATH,
763-
url="http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz",
763+
url="https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz",
764764
)
765765

766766
num_train_samples = 50000

0 commit comments

Comments
 (0)