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 43457d9 commit a19258eCopy full SHA for a19258e
art/utils.py
@@ -755,7 +755,7 @@ def load_batch(fpath: str) -> Tuple[np.ndarray, np.ndarray]:
755
"cifar-10-batches-py",
756
extract=True,
757
path=config.ART_DATA_PATH,
758
- url="http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz",
+ url="https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz",
759
)
760
761
num_train_samples = 50000
0 commit comments