0.0.3
Browse files- dataset_infos.json +2 -2
- point-cloud-mnist.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": "0.0.
|
| 45 |
"description": null,
|
| 46 |
"major": 0,
|
| 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.3",
|
| 45 |
"description": null,
|
| 46 |
"major": 0,
|
| 47 |
"minor": 0,
|
| 48 |
+
"patch": 3
|
| 49 |
},
|
| 50 |
"splits": {
|
| 51 |
"train": {
|
point-cloud-mnist.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.3"
|
| 13 |
|
| 14 |
# _CITATION = """\
|
| 15 |
# @article{lecun2010mnist,
|