version 0.0.2
Browse files- dataset_infos.json +3 -3
- loading_script.py +1 -1
dataset_infos.json
CHANGED
|
@@ -41,11 +41,11 @@
|
|
| 41 |
"builder_name": "point-cloud-mnist",
|
| 42 |
"config_name": "point-cloud-mnist",
|
| 43 |
"version": {
|
| 44 |
-
"version_str": "
|
| 45 |
"description": null,
|
| 46 |
-
"major":
|
| 47 |
"minor": 0,
|
| 48 |
-
"patch":
|
| 49 |
},
|
| 50 |
"splits": {
|
| 51 |
"train": {
|
|
|
|
| 41 |
"builder_name": "point-cloud-mnist",
|
| 42 |
"config_name": "point-cloud-mnist",
|
| 43 |
"version": {
|
| 44 |
+
"version_str": "0.0.2",
|
| 45 |
"description": null,
|
| 46 |
+
"major": 0,
|
| 47 |
"minor": 0,
|
| 48 |
+
"patch": 2
|
| 49 |
},
|
| 50 |
"splits": {
|
| 51 |
"train": {
|
loading_script.py
CHANGED
|
@@ -9,7 +9,7 @@ import numpy as np
|
|
| 9 |
|
| 10 |
import datasets
|
| 11 |
|
| 12 |
-
_VERSION = "0.0.
|
| 13 |
|
| 14 |
# _CITATION = """\
|
| 15 |
# @article{lecun2010mnist,
|
|
|
|
| 9 |
|
| 10 |
import datasets
|
| 11 |
|
| 12 |
+
_VERSION = "0.0.2"
|
| 13 |
|
| 14 |
# _CITATION = """\
|
| 15 |
# @article{lecun2010mnist,
|