Skip to content

Commit

Permalink
[database] Fixes mnist URL for local unitest (#2988)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Feb 11, 2024
1 parent be4d1d3 commit f9ad5f1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"snapshot": false,
"files": {
"train_data": {
"uri": "1.0/train-images-idx3-ubyte.gz",
"uri": "https://mlrepo.djl.ai/dataset/cv/ai/djl/basicdataset/mnist/1.0/train-images-idx3-ubyte.gz",
"sha1Hash": "0e0d45c28981154deda73aabc437dc09aa5a4fd1",
"size": 9822052
},
"train_labels": {
"uri": "1.0/train-labels-idx1-ubyte.gz",
"uri": "https://mlrepo.djl.ai/dataset/cv/ai/djl/basicdataset/mnist/1.0/train-labels-idx1-ubyte.gz",
"sha1Hash": "af3fbf34a4396c1ee1a6128dfde57812d8abe06e",
"size": 28902
},
"test_data": {
"uri": "1.0/t10k-images-idx3-ubyte.gz",
"uri": "https://mlrepo.djl.ai/dataset/cv/ai/djl/basicdataset/mnist/1.0/t10k-images-idx3-ubyte.gz",
"sha1Hash": "5a939b565aa3e5063d816efc7f3dfb721135648d",
"size": 1634335
},
"test_labels": {
"uri": "1.0/t10k-labels-idx1-ubyte.gz",
"uri": "https://mlrepo.djl.ai/dataset/cv/ai/djl/basicdataset/mnist/1.0/t10k-labels-idx1-ubyte.gz",
"sha1Hash": "0e4e66587e3a14f5775793e2ae10d1c48be8ae46",
"size": 4542
}
Expand Down

0 comments on commit f9ad5f1

Please sign in to comment.