We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1f1cf commit 173481fCopy full SHA for 173481f
art/utils.py
@@ -760,7 +760,7 @@ def load_batch(fpath: str) -> Tuple[np.ndarray, np.ndarray]:
760
"cifar-10-batches-py",
761
extract=True,
762
path=config.ART_DATA_PATH,
763
- url="http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz",
+ url="https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz",
764
)
765
766
num_train_samples = 50000
0 commit comments