ddsp
ddsp copied to clipboard
DDSP: Differentiable Digital Signal Processing
Hi, Thanks for this awesome library! I am trying to install DDSP with `pip install ddsp` on my Mac M1 within a conda environment including `tensorflow-deps`, `tensorflow-macos`, and `tensorflow-metal` as...
I'm trying to use ddsp in conjunction with a library that requires a recent numpy version and thus a recent numba version `numba>0.51`. I don't think this 2-year old temporary...
I am working in one save the earth project (lonely!), Which is [described here][1] and one of the Idea is using AI Music codes and one Smart trash bin for...
Just for your information, I've noticed that `pip install ddsp` is again taking ages on Colab. Also, trying to pip-compile its transitive dependencies currently fails with ``` $ pip-compile requirements.in...
Open source URMP dataset pipeline
Hi! Nice to meet you:) I'm wondering how did you calculate the vibration rate in this function? Or I mean what's your definition in vibrato_rate in this project? `get_vibrato_feature(pitch_deviation, note_mask,...
Apologies if I've missed them somewhere obvious, but are pretrained weights for the NSynth autoencoder model available anywhere? If not, is there any chance those could be published?
Hi, I'm trying to train my own model. The process seems to fail constantly on the home stretch - the model.zip file cannot be found. Anybody having the same issue...
Hi, I am trying to run the "train_autoencoder" notebook but I get the following error:  I am using a sample of the nsynth dataset (downloaded wav files from [here](https://magenta.tensorflow.org/datasets/nsynth#files))....
Hi I have a question regarding the training of DDSP. As this model has a harmonic + noise architecture I would assume this could work on bird vocalisation datasets. I...