magenta / ddsp

DDSP: Differentiable Digital Signal Processing
https://magenta.tensorflow.org/ddsp
Apache License 2.0
2.83k stars 331 forks source link

Improve customizability and usability of data pipelines #146

Open adarob opened 4 years ago

adarob commented 4 years ago

I'm opening this to address points raised in #142 and #145.

2 clear action items raised by those issues are:

  1. Make it easier to add new features. Ideally these would be added in one place (e.g., the DataProvider) instead of 2 (i.e., the DataProvider and prepare_tfrecord_lib).
  2. Create a tutorial demonstrating how to add features and use custom tfrecord files.
barisbozkurt commented 4 years ago

Thanks for the efforts. If view/testing of an outsider would be helpful, I volunteer.