Eren Golge
|
2634abbbd5
|
Merge pull request #92 from yweweler/yweweler-fix-model-dict-restore
Fix NameError: name 'model_dict' is not defined
|
2018-12-31 15:43:29 +01:00 |
|
Yves-Noel Weweler
|
10524b885c
|
Fix NameError: name 'model_dict' is not defined
Closes #91
|
2018-12-31 13:29:39 +01:00 |
|
Eren Golge
|
e78911bf88
|
Merge pull request #90 from TomzxForks/features/dockerfile
Initial Dockerfile
|
2018-12-28 14:03:40 +01:00 |
|
Tom Rochette
|
2b69a76e5d
|
Add minimal instructions for using the Dockerfile
|
2018-12-24 14:34:10 -05:00 |
|
Tom Rochette
|
e410dd7a3a
|
Initial Dockerfile
|
2018-12-24 14:34:10 -05:00 |
|
Eren Golge
|
d5d8458093
|
Update README.md
notebook example
|
2018-12-19 12:52:30 +01:00 |
|
Eren Golge
|
3094a09157
|
Update README.md
Colab example link
|
2018-12-19 12:40:02 +01:00 |
|
Eren Golge
|
20ee7c0b9a
|
Merge pull request #80 from bajibabu/master
Small typos
|
2018-12-18 21:13:55 +01:00 |
|
Bajibabu Bollepalli
|
a97e4b2884
|
Update extract_features.py
linear_len is undefined if args.only_mel is set
|
2018-12-18 15:50:44 +02:00 |
|
Bajibabu Bollepalli
|
dce5a05e80
|
Update train.py
|
2018-12-18 15:49:24 +02:00 |
|
Eren Golge
|
4b51b5c1e6
|
Merge pull request #77 from yweweler/patch-1
Add tqdm to requirements.txt
|
2018-12-16 13:43:31 +01:00 |
|
Yves-Noel Weweler
|
e35c5f463e
|
Add tqdm to requirements.txt
While tqdm is contained in setup.py it is missing in the requirements.txt
|
2018-12-15 14:55:53 +01:00 |
|
Eren Golge
|
3a72d75ecd
|
Merge branch 'master' of github.com:mozilla/TTS
|
2018-12-12 17:08:39 +01:00 |
|
Eren Golge
|
8d865629a0
|
partial model initialization
|
2018-12-12 15:43:58 +01:00 |
|
Eren Golge
|
703be04993
|
bug fix
|
2018-12-12 12:02:10 +01:00 |
|
Eren Golge
|
22d62aee5b
|
partial model initialization
|
2018-12-11 17:53:08 +01:00 |
|
Eren Golge
|
619c73f0f1
|
Init data_loaders by function beginning of each train and eval run
|
2018-12-11 17:52:43 +01:00 |
|
Eren Golge
|
dc3d09304e
|
Cache attention annot vectors for the whole sequence.
|
2018-12-11 16:06:02 +01:00 |
|
Eren Golge
|
211a20a47a
|
README update
|
2018-12-11 16:04:10 +01:00 |
|
Eren Golge
|
1ac037d780
|
Update README and comments on argsparse
|
2018-12-11 15:50:58 +01:00 |
|
Eren Golge
|
7dfdbae00e
|
Fixing demo server and html page
|
2018-12-11 15:10:56 +01:00 |
|
Eren Golge
|
2ec55e2369
|
print avg spec length in training
|
2018-12-11 15:08:02 +01:00 |
|
Eren Golge
|
0b35e8e949
|
correct import statements for tests
|
2018-12-11 15:07:50 +01:00 |
|
Eren Golge
|
6488d5e305
|
nug fix
|
2018-11-28 16:37:59 +01:00 |
|
Eren Golge
|
7730ef6bff
|
Merge branch 'dev' of github.com:mozilla/TTS into dev
|
2018-11-28 16:34:03 +01:00 |
|
Eren Golge
|
cdaaff9dbb
|
Modularize memory reshaping in decoder layer
|
2018-11-28 16:31:29 +01:00 |
|
Eren Golge
|
bb2a88a984
|
Rename LR scheduler
|
2018-11-26 14:09:42 +01:00 |
|
Eren Golge
|
c98631fe36
|
bug fix
|
2018-11-24 17:23:46 +01:00 |
|
Eren Golge
|
f6bf5b3d74
|
trim silence if enabled
|
2018-11-23 17:06:22 +01:00 |
|
Eren Golge
|
0f0bde935c
|
trim silence if enabled
|
2018-11-23 16:58:26 +01:00 |
|
Eren Golge
|
22dcc4f7d0
|
small print formatting
|
2018-11-22 17:03:53 +01:00 |
|
Eren Golge
|
36efaa789d
|
bug fix in testing phase
|
2018-11-21 15:42:10 +01:00 |
|
Eren Golge
|
3a99ee9492
|
contiguous on data loader
|
2018-11-20 14:56:19 +01:00 |
|
Eren Golge
|
660f8c7b66
|
print average text length, fix for Nancy preprocessor
|
2018-11-20 12:54:33 +01:00 |
|
Eren Golge
|
b8ca19fd2c
|
Update toy server for the recent updates
|
2018-11-19 15:27:22 +01:00 |
|
Eren Golge
|
0cca7920fc
|
config change for lr=0.0001 with no scheduler
|
2018-11-13 15:18:14 +01:00 |
|
Eren Golge
|
161a26c9dd
|
Plot mel spectrogram if required
|
2018-11-13 12:10:40 +01:00 |
|
Eren Golge
|
4838d16fec
|
config and comment updates
|
2018-11-13 12:10:12 +01:00 |
|
Eren Golge
|
bf8be66584
|
make learning rate schedule optional
|
2018-11-05 14:07:13 +01:00 |
|
Eren Golge
|
6550db5251
|
Formatting, fixing import statements, logging learning rate, remove optimizer restore cuda call
|
2018-11-05 14:05:04 +01:00 |
|
Eren Golge
|
440f51b61d
|
correct import statements
|
2018-11-03 23:19:23 +01:00 |
|
Eren Golge
|
bb04a1c6e0
|
optional lr schedule
|
2018-11-03 19:47:28 +01:00 |
|
Eren Golge
|
0b6a9995fc
|
change import statements
|
2018-11-03 19:15:06 +01:00 |
|
Eren Golge
|
d96690f83f
|
Config updates and add sigmoid to mel network again
|
2018-11-02 17:27:31 +01:00 |
|
Eren Golge
|
4681f935b4
|
Test updates
|
2018-11-02 16:41:56 +01:00 |
|
Eren Golge
|
c8a552e627
|
Batch update after data-loss
|
2018-11-02 16:13:51 +01:00 |
|
Eren
|
f53f9cb360
|
Merge branch 'master' of https://github.com/Mozilla/TTS
|
2018-10-25 14:05:55 +02:00 |
|
Eren
|
1ae3b3e442
|
Enable CPU training and fix restore_epoch
|
2018-10-25 14:05:27 +02:00 |
|
Eren
|
e00c3f5044
|
Fix the restore_epoch
|
2018-10-25 13:56:33 +02:00 |
|
Eren Golge
|
5af506b7f4
|
Merge pull request #55 from 0xMilly/master
Update README.md
|
2018-10-18 02:12:10 +02:00 |
|