Commit Graph

154 Commits (057de7a2a050e50c3ec8ee8f7d0a1423e254d8db)

Author SHA1 Message Date
Keith Ito e35859d0b0 Remove dependency on inflect 2018-02-05 16:41:56 -08:00
Keith Ito 92b4379165 Remove dependency on unidecode 2018-02-05 16:41:56 -08:00
Keith Ito fd83b876a4 Update README 2018-02-05 16:41:56 -08:00
Keith Ito 1f58edd56d Apache 2 license 2018-02-05 14:28:23 -08:00
Keith Ito 8edcd55b3f
Merge pull request #106 from rafaelvalle/melspectrogram_offset
adding offset to melspectorgram
2018-01-18 18:42:17 -08:00
Rafael Valle 37f04cb0f1 adding offset to melspectorgram 2018-01-16 10:25:34 -08:00
Keith Ito 43762dc456
Update install instructions to mention TensorFlow 1.4 2017-11-08 11:47:20 -08:00
Keith Ito 08989cc355 Add a comment about the max_iters error 2017-10-16 09:35:43 -07:00
Keith Ito 6612fd3ef6 Merge pull request #61 from greenkeytech/tf1.4fix
fix for tensorflow 1.4.0
2017-10-14 09:28:03 -07:00
Matthew Goldey 7b09826434 fix for tensorflow 1.4.0 2017-10-13 14:56:00 -05:00
Keith Ito 268995c08c Merge pull request #58 from r9y9/utf8
Use UTF-8 explicitly
2017-10-06 09:12:07 -07:00
Ryuichi Yamamoto e198279ef2 Use UTF-8 explicitly
Fixes #57
2017-10-06 18:24:51 +09:00
Keith Ito 9fc433a870 Merge pull request #50 from keithito/trim-audio
Trim audio at the first silence
2017-09-26 09:53:14 -07:00
Keith Ito d88640b7c0 Detect endpoint at first long silence 2017-09-26 09:51:22 -07:00
Keith Ito e61fa839f9 Remove dead code 2017-09-26 08:46:21 -07:00
Keith Ito faf7b8d083 Trim silence from output
Remove reduction of max_iters in eval and demo_server.
2017-09-25 10:03:03 -07:00
Keith Ito 522826dd77 Merge pull request #41 from keithito/tf-griffin-lim
Add TensorFlow implementation of Griffin-Lim
2017-09-12 20:58:42 -07:00
Keith Ito 2460969dc9 Clarify comment 2017-09-12 20:52:20 -07:00
Keith Ito 564c75d1ae Remove TF from requirements and add to install instructions 2017-09-12 20:43:01 -07:00
Keith Ito 9190f660bc Add TensorFlow Griffin-Lim implementation
Based on @kyubyong's code:
https://github.com/Kyubyong/tensorflow-exercises/blob/master/Audio_Processing.ipynb

Requires TF 1.3
2017-09-12 20:04:39 -07:00
Keith Ito ab5dae1e18 Fix broken link 2017-09-07 10:52:47 -07:00
Keith Ito b49b901b82 Add @MXGray's results to README 2017-09-06 21:38:41 -07:00
Keith Ito 9262f440b2 Clarification about passing hparams flag at eval time 2017-09-04 22:08:26 -07:00
Keith Ito 53a840c030 Merge pull request #40 from keithito/simplify-input
Make text processing simpler and more configurable
2017-09-04 21:55:46 -07:00
Keith Ito c4e14ad3b9 Rename "pipeline" to "cleaners"
No need to introduce new terminology.
2017-09-04 21:54:23 -07:00
Keith Ito 9e1ea7a879 Clean up 2017-09-04 21:37:58 -07:00
Keith Ito c724ac2f4c Reference cleaner docs in TRAINING_DATA.md 2017-09-04 21:32:26 -07:00
Keith Ito edd0925213 Use single quotes 2017-09-04 21:20:25 -07:00
Keith Ito d49a938a71 Update documentation 2017-09-04 21:20:25 -07:00
Keith Ito 479976b6c5 Simplify text processing, make it easier to adapt to non-English data. 2017-09-04 20:04:59 -07:00
Keith Ito 0894cd9bf2 Make power a hyperparameter 2017-09-03 12:36:09 -07:00
Keith Ito 6a793ba8c4 Update model download instructions
Some versions of tar require the "j" flag to decompress
2017-08-22 17:42:26 -04:00
Keith Ito ae82a7c1ae Merge pull request #21 from keithito/data-instructions
Add documentation on preprocessing training data.
2017-08-14 11:04:09 -04:00
Keith Ito 3c211e7a19 Add documentation on preprocessing training data. 2017-08-14 11:02:19 -04:00
Keith Ito 516ff9db55 Update README to point at latest model 2017-07-25 09:23:30 -04:00
Keith Ito b53447196d Add note about gradient clipping fix 2017-07-24 11:20:29 -04:00
Keith Ito aca83c8298 Merge pull request #7 from candlewill/patch-3
use clipped_gradients not the original gradients
2017-07-24 11:17:50 -04:00
Yunchao He 99518173c0 use clipped_gradients not the original gradients
To my understanding, it's better to use the `clipped_gradients` not the original `gradients`. Is that right?
2017-07-24 17:32:07 +08:00
Keith Ito cdf389bf0b Merge pull request #4 from candlewill/patch-2
specify encoding method
2017-07-17 13:29:16 -04:00
Keith Ito 7ebe9ba6bc Merge pull request #3 from candlewill/patch-1
specify encoding method
2017-07-17 13:28:59 -04:00
Yunchao He 1cfac99798 specify encoding method
specify encoding method
2017-07-17 22:53:06 +08:00
Yunchao He 9081c76b9a specify encoding
specify encoding=utf-8
2017-07-17 22:44:06 +08:00
Keith Ito cdcca53f54 Fix indentation in README 2017-07-15 18:42:46 -04:00
Keith Ito b675f0efa8 Update README to reference 500k samples and model. 2017-07-15 18:40:56 -04:00
Keith Ito 8b514cfffb Update README 2017-07-12 08:36:29 -07:00
Keith Ito 5d332df86b Merge pull request #1 from keithito/audio-quality
Small tweaks to improve audio quality
2017-07-12 08:35:34 -07:00
Keith Ito b01c2382cc Update README 2017-07-12 08:24:03 -07:00
Keith Ito d8910bcb84 Scale audio to use full 16-bit range 2017-07-12 08:21:40 -07:00
Keith Ito cc9ee0073b Raising magnitude to higher power prior to GL seems to reduce artifacts. 2017-07-12 08:16:23 -07:00
Keith Ito 3ad67c9d02 Spell miscellaneous right 2017-07-08 19:16:39 -04:00