tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.31k stars 1.55k forks source link

Add test and fake data for nsynth #154

Closed cyfra closed 5 years ago

cyfra commented 5 years ago

Nsyth dataset is missing unittest and fake data.

Please follow https://github.com/tensorflow/datasets/blob/master/docs/add_dataset.md#testing-mydataset

captain-pool commented 5 years ago

@cyfra Can you assign this to me? I'll make the tests for both commonvoice and nsynth.

cyfra commented 5 years ago

@captain-pool - Thanks!

captain-pool commented 5 years ago

@cyfra Take a look. There's some bug with nsynth dataset builder, I created a new issue for that.(#170) That's a critical bug and it needs to be fixed for the unittest to start working.