8000 Tags · scf4/ddsp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: scf4/ddsp

Tags

v3.1.0

Toggle v3.1.0's commit message
Update RecordProvider to allow centered padding datasets.

* Small helper function to core for NaNs.

PiperOrigin-RevId: 427597538

v1.9.0

Toggle v1.9.0's commit message
Add Viterbi decoding to PretrainedCREPE, allows hmm decoding during t…

…raining.

PiperOrigin-RevId: 417506797

v1.7.0

Toggle v1.7.0's commit message
Merge pull request magenta#399 from lukewys:update-urmp-dataloader

PiperOrigin-RevId: 411589575

v1.6.2

Toggle v1.6.2's commit message
Add gin config for basic vst.

PiperOrigin-RevId: 386146954

v1.3.0

Toggle v1.3.0's commit message
* Scripts for converting Checkpoints to SavedModels, and SavedModels …

…to TFJS and TFLite Models.

* Revert Inference models to inheriting from ddsp.training models, rather than a base class (more reliable).
* More robust search for latest checkpoint and latest operative config. Throw error if not found instead of failing silently, put initial train and eval calls in a try statement as the files might not exist yet.
* Helper function for printing shapes of a nested dictionary of tensors.
* Verbose messages on model loading to let you know if you're not actually loading weights.

Not fully functional yet, relies on TF2.5, but that breaks CREPE atm. Should be able to get it working by running:
`pip install -U tensorflow==2.5.0rc0`
after pip installing ddsp

PiperOrigin-RevId: 367523871

v1.2.0

Toggle v1.2.0's commit message
Version Bump.

PiperOrigin-RevId: 363518399

v1.1.0

Toggle v1.1.0's commit message
Enable other types of amplitude resampling besides `windowed`.

PiperOrigin-RevId: 362970612

v1.0.0

Toggle v1.0.0's commit message
Typo fix, = -> ==

PiperOrigin-RevId: 351692228

v0.14.0

Toggle v0.14.0's commit message
Version bump

PiperOrigin-RevId: 339778119

v0.13.0

Toggle v0.13.0's commit message
Refactor model. Optionally return dict from __call__(), remove get_co…

…ntrols().

PiperOrigin-RevId: 339775023
0