- Requirements now points to 1.5.0 TensorFlow
- Residual block in CycleGAN was not using first convolutional layer
- Batch loading support from magenta repo for FastGen config
- NSynth batch processing code from magenta repo
get_model
function innsynth
module now attempts to download and untar the model from the magenta website.utils.download
functions default to local dir- Separate encode functionality in nsynth module.
- MDN activation fn
- Fix gauss pdf
- Allow for batch=1 in DRAW code
- Add mdn to init
- Remove tanh activation from variational layer
- Add librispeech train code to fastwavenet module
- Add Mixture Density Network code from course in mdn module
Fixed model loading during charrnn infer method. No longer checks for ckpt name and will attempt to load regardless.
Initial release