Commit Graph

135 Commits (36f229449f31dc140ee286043ea5f1f0d90ce394)

Author SHA1 Message Date
rafaelvalle 05dd8f91d2 README.md: adding submodule init to README 2018-11-27 11:55:40 -08:00
rafaelvalle 5d66c3deab adding waveglow submodule 2018-11-27 11:53:20 -08:00
Rafael Valle f02704f338
Merge pull request #96 from NVIDIA/clean_slate
Clean slate
2018-11-27 08:06:00 -08:00
rafaelvalle ba8cf36198 requirements.txt: removing pytorch 0.4 from requirements. upgrading to 1.0 2018-11-27 08:04:21 -08:00
rafaelvalle b5e0a93946 inference.ipynb: updating inference file with relative paths 2018-11-27 08:04:04 -08:00
rafaelvalle 58b0ec61bd README.md: updating requirements and inference demo 2018-11-27 08:03:34 -08:00
rafaelvalle 1ad939df1a inference.ipynb: setting relative model paths 2018-11-27 07:45:09 -08:00
rafaelvalle 32b9a135d0 utils.py: updating 2018-11-25 22:34:38 -08:00
rafaelvalle ce29e13959 train.py: updating 2018-11-25 22:34:34 -08:00
rafaelvalle 1ea6ed5861 text/symbols.py: updating symbols 2018-11-25 22:34:26 -08:00
rafaelvalle cdfde985e5 text/__init__.py: remove stop token 2018-11-25 22:34:11 -08:00
rafaelvalle e314bb4cd0 stft.py: fix filter winlength error 2018-11-25 22:33:52 -08:00
rafaelvalle 4af4ccb135 model.py: rewrite 2018-11-25 22:33:38 -08:00
rafaelvalle 1ec0e5e8cd layers.py: rewrite 2018-11-25 22:33:32 -08:00
rafaelvalle 249afd8043 inference.ipynb: import taco2model to be public 2018-11-25 22:33:16 -08:00
rafaelvalle 1b243d5d5a hparams.py:rewrite 2018-11-25 22:33:05 -08:00
rafaelvalle d0aa9e7d32 distributed.py: rewrite 2018-11-25 22:32:54 -08:00
rafaelvalle 1683a57ae5 data_utils.py: rewrite 2018-11-25 22:32:47 -08:00
Rafael Valle fc0cf6a89a
Merge pull request #53 from cobr123/patch-1
add pillow
2018-07-02 14:32:21 -07:00
cobr123 8de38495be
add pillow 2018-07-02 19:35:51 +03:00
rafaelvalle 7eb045206c README.md: updating readme to explicitly mention that mel representation of WaveNet and Tacotron2 must be the same 2018-06-14 11:25:42 -07:00
rafaelvalle c67005f1be Dockerfile: adding jupyter to dockerfile 2018-06-14 10:30:01 -07:00
rafaelvalle cb3794796f Dockerfile: removing return from Dockerfile 2018-06-12 21:38:03 -07:00
Rafael Valle a8de973923
Merge pull request #37 from yoks/master
`used_saved_learning_rate`  fix
2018-06-12 09:00:14 -07:00
yoks a0ae2da05f
`used_saved_learning_rate` fix
`used_saved_learning_rate` name change to `use_saved_learning_rate`
2018-06-12 16:53:12 +03:00
rafaelvalle 34066ac4fc requirements.txt: setting torch to 0.4.0 2018-06-11 08:16:31 -07:00
rafaelvalle 12ab5ba89c model.py: setting weight initialization to xavier uniform 2018-06-07 20:28:52 -07:00
rafaelvalle d10da5f41e hparams.py: commenting n_frames_per_step to indicate that currently only 1 frame per step is supported now 2018-06-07 13:02:23 -07:00
rafaelvalle 5f0ea06c41 hparams.py: adding use saved learning rate param 2018-06-05 08:12:49 -07:00
rafaelvalle 22bcff1155 hparams.py: adding use saved learning rate param 2018-06-05 08:12:35 -07:00
rafaelvalle 2e934478a4 README.md: being explicit about action 2018-06-04 17:12:32 -07:00
rafaelvalle 8ae231b10b README.md: more explicit about demo audio 2018-06-04 16:56:22 -07:00
rafaelvalle 4d733d1bdd README.md: including demo.wav in readme 2018-06-04 16:55:17 -07:00
rafaelvalle b4e52404ab adding demo.wav file 2018-06-04 16:46:36 -07:00
Rafael Valle 064629c9bc
Merge pull request #23 from NVIDIA/attention_full_mel
model.py: attending to full mel instead of prenet and dropout mel
2018-05-20 12:25:54 -07:00
Rafael Valle d5b64729d1 model.py: moving for better readibility 2018-05-20 12:22:06 -07:00
Rafael Valle 977cb37cea model.py: attending to full mel instead of prenet and dropout mel 2018-05-18 06:59:09 -07:00
Rafael Valle da30fd8709
Merge pull request #20 from NVIDIA/fp16_path
Fp16 patch, not path!
2018-05-15 09:55:19 -07:00
Rafael Valle 27b1767cb2 train.py: fixing typo 2018-05-15 09:53:33 -07:00
Rafael Valle 817cd403d4 Merge branch 'master' of https://github.com/NVIDIA/tacotron2 into load_mel_from_disk 2018-05-15 09:51:41 -07:00
Rafael Valle 1071023017 train.py: patching score_mask_value formerly inf, not concrete value, for compatibility with pytorch 2018-05-15 09:50:56 -07:00
Rafael Valle cd851585cb loss_scaler.py: patching loss scaler for compatibility with current pytorch 2018-05-15 09:50:08 -07:00
Rafael Valle bd42cb6ed7
Merge pull request #19 from NVIDIA/load_mel_from_disk
Load mel from disk
2018-05-15 08:54:24 -07:00
Rafael Valle 2da7a2ebab README.md: describing how to load mel from disk 2018-05-15 08:50:21 -07:00
Rafael Valle 62d2c8b957 data_utils.py: adding support for loading mel from disk 2018-05-15 08:42:06 -07:00
Rafael Valle 2d41ea0682 hparams.py: adding load_mel_from_disk params 2018-05-15 08:41:03 -07:00
Rafael Valle 20568643cb Merge branch 'master' of https://github.com/NVIDIA/tacotron2 2018-05-06 08:58:07 -07:00
Rafael Valle dcd925f6c8 model.py: mixed squeeze target. fixing 2018-05-06 08:58:01 -07:00
Raul Puri 4ac6ce9ab5
ipynb typo 2018-05-05 17:30:08 -07:00
Raul Puri c67ca6531e
force single gpu in inference.ipynb 2018-05-05 17:29:09 -07:00