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

Tags: fletcherist/ddsp

Tags

v0.2.0

Toggle v0.2.0's commit message
Simplify and refactor RnnFcDecoder. Takes a list of input keys (from …

…the preprocessor output) and builds a fully connected stack for each of them.

Bump to version v0.2.0 as this will require old models to add a single line to their operative gin configs.
`RnnFcDecoder.input_keys = ('f0_scaled', 'ld_scaled')`

PiperOrigin-RevId: 309095767

v0.1.0

Toggle v0.1.0's commit message
Refactor losses accounting within model.

* Remove use of `self.add_loss()` as it requires cumbersome keeping tracking of a parallel list of loss_names for tensorboard summaries.
* Forward `__call__()` on model now has `return_losses` keyword argument that if True also returns a dictionary of all the losses on that pass, including 'total_loss'.
* Needed to use the functional form (instead of a self.losses_dict property) to handle some tf.function() headaches that arose from side-effects.
* Bumps version to v0.1.0. The version should have actually been bumped at v0.0.7 which made a minor revision change.

PiperOrigin-RevId: 308137442

v0.0.10

Toggle v0.0.10's commit message
Bump pip version.

PiperOrigin-RevId: 305145826

v0.0.7

Toggle v0.0.7's commit message
Colab tensorflow_version 2.x. Fix some bad links.

PiperOrigin-RevId: 294136404
Change-Id: I65f75d99e65dce3326d28cdafd5ca969fbdb36ca

v0.0.6

Toggle v0.0.6's commit message
Adding some more docs and READMEs

PiperOrigin-RevId: 292658348
Change-Id: I281f21394a3391f39fb8cf29eb72c5248e769585
0