76 Commits (1ea6ed586167802c5bd5bbc9c955c25461300d18)
 

Author SHA1 Message Date
  rafaelvalle 1ea6ed5861 text/symbols.py: updating symbols 6 years ago
  rafaelvalle cdfde985e5 text/__init__.py: remove stop token 6 years ago
  rafaelvalle e314bb4cd0 stft.py: fix filter winlength error 6 years ago
  rafaelvalle 4af4ccb135 model.py: rewrite 6 years ago
  rafaelvalle 1ec0e5e8cd layers.py: rewrite 6 years ago
  rafaelvalle 249afd8043 inference.ipynb: import taco2model to be public 6 years ago
  rafaelvalle 1b243d5d5a hparams.py:rewrite 6 years ago
  rafaelvalle d0aa9e7d32 distributed.py: rewrite 6 years ago
  rafaelvalle 1683a57ae5 data_utils.py: rewrite 6 years ago
  Rafael Valle fc0cf6a89a
Merge pull request #53 from cobr123/patch-1 6 years ago
  cobr123 8de38495be
add pillow 6 years ago
  rafaelvalle 7eb045206c README.md: updating readme to explicitly mention that mel representation of WaveNet and Tacotron2 must be the same 6 years ago
  rafaelvalle c67005f1be Dockerfile: adding jupyter to dockerfile 6 years ago
  rafaelvalle cb3794796f Dockerfile: removing return from Dockerfile 6 years ago
  Rafael Valle a8de973923
Merge pull request #37 from yoks/master 6 years ago
  yoks a0ae2da05f
`used_saved_learning_rate` fix 6 years ago
  rafaelvalle 34066ac4fc requirements.txt: setting torch to 0.4.0 6 years ago
  rafaelvalle 12ab5ba89c model.py: setting weight initialization to xavier uniform 6 years ago
  rafaelvalle d10da5f41e hparams.py: commenting n_frames_per_step to indicate that currently only 1 frame per step is supported now 6 years ago
  rafaelvalle 5f0ea06c41 hparams.py: adding use saved learning rate param 6 years ago
  rafaelvalle 22bcff1155 hparams.py: adding use saved learning rate param 6 years ago
  rafaelvalle 2e934478a4 README.md: being explicit about action 6 years ago
  rafaelvalle 8ae231b10b README.md: more explicit about demo audio 6 years ago
  rafaelvalle 4d733d1bdd README.md: including demo.wav in readme 6 years ago
  rafaelvalle b4e52404ab adding demo.wav file 6 years ago
  Rafael Valle 064629c9bc
Merge pull request #23 from NVIDIA/attention_full_mel 6 years ago
  Rafael Valle d5b64729d1 model.py: moving for better readibility 6 years ago
  Rafael Valle 977cb37cea model.py: attending to full mel instead of prenet and dropout mel 6 years ago
  Rafael Valle da30fd8709
Merge pull request #20 from NVIDIA/fp16_path 6 years ago
  Rafael Valle 27b1767cb2 train.py: fixing typo 6 years ago
  Rafael Valle 817cd403d4 Merge branch 'master' of https://github.com/NVIDIA/tacotron2 into load_mel_from_disk 6 years ago
  Rafael Valle 1071023017 train.py: patching score_mask_value formerly inf, not concrete value, for compatibility with pytorch 6 years ago
  Rafael Valle cd851585cb loss_scaler.py: patching loss scaler for compatibility with current pytorch 6 years ago
  Rafael Valle bd42cb6ed7
Merge pull request #19 from NVIDIA/load_mel_from_disk 6 years ago
  Rafael Valle 2da7a2ebab README.md: describing how to load mel from disk 6 years ago
  Rafael Valle 62d2c8b957 data_utils.py: adding support for loading mel from disk 6 years ago
  Rafael Valle 2d41ea0682 hparams.py: adding load_mel_from_disk params 6 years ago
  Rafael Valle 20568643cb Merge branch 'master' of https://github.com/NVIDIA/tacotron2 6 years ago
  Rafael Valle dcd925f6c8 model.py: mixed squeeze target. fixing 6 years ago
  Raul Puri 4ac6ce9ab5
ipynb typo 6 years ago
  Raul Puri c67ca6531e
force single gpu in inference.ipynb 6 years ago
  Raul Puri 78d5150d83
inference (distributed) dataparallel patch 6 years ago
  Rafael Valle 424b2f5bf0 README.md: fixing typo as pointed out by @syoyo 6 years ago
  Rafael Valle a38429e629
Merge pull request #6 from NVIDIA/padding-patch-0.4 6 years ago
  Raul Puri b20765a3dc 0.4 scalar tensor padding update 6 years ago
  Raul Puri 2a394f4aaa
integer maxlen for padding 6 years ago
  Rafael Valle 2c545ac800
Merge pull request #4 from NVIDIA/mask-utils-0.4 6 years ago
  Raul Puri 6fbba8ef0f
mask utils update for 0.4 cuda 6 years ago
  Rafael Valle c141726a96 requirements.txt: updating tensorflow requirements 6 years ago
  Rafael Valle 535042a584 README.md: updating readme to include docker setup 6 years ago