Closed micahjsmith closed 4 years ago
Note the created directory is nonempty, it just doesn't have TRAIN
at that expected path:
(mitd3m) ubuntu:~/sandbox$ tree -L 6
.
└── data
├── 31_urbansound.tar.gz
└── datasets
└── special
└── 31_urbansound
├── 31_urbansound_dataset
│ ├── datasetDoc.json
│ ├── media
│ └── tables
├── 31_urbansound_problem
│ ├── dataSplits.csv
│ └── problemDoc.json
├── SCORE
│ ├── dataset_TEST
│ ├── problem_TEST
│ └── targets.csv
├── TEST
│ ├── dataset_TEST
│ └── problem_TEST
└── TRAIN
├── dataset_TRAIN
└── problem_TRAIN
@csala is this a bug with mit-d3m or is this a problem with how the tarfile was created?
I'm afraid it is an error on the dataset creation. Those datasets/special
levels should not be there.
This dataset was created manually, on its own, because of it being far bigger than all the other ones in the repository (hence the special
part of the path), and possibly I made something wrong when I created it.
I can confirm the point above, and I am currently generating and uploading a new tar.gz with the right structure. I'll close this once I have checked that it works.
@csala was this fixed?
this appears to have been fixed
Description
load_d3mds fails on the specific dataset
31_urbansound
, I am not sure if this is a bug with mit_d3m library or if the dataset on S3 has been uploaded improperly.What I Did