Commit Graph

103 Commits

Author SHA1 Message Date
Ben Andrew
a79818f5c6 Enable trainlist/vallist files for dataset importing 2022-02-12 22:11:37 +00:00
Ben Andrew
d00fdd7166 Add trainlist/vallist files to dataset export 2022-02-11 20:44:32 +00:00
Ben Andrew
c62fdd017a formatting 2022-02-06 21:02:24 +00:00
BenAAndrew
dfa91b08aa Add jik876 credit 2021-12-12 21:15:33 +00:00
BenAAndrew
0f95f87da0 Add missing comment 2021-12-12 21:09:40 +00:00
BenAAndrew
61a654d7ec Fix results fetching 2021-12-09 18:22:41 +00:00
BenAAndrew
e95fd925c3 Fix test to run on cpu architecture 2021-12-08 17:46:45 +00:00
BenAAndrew
c965b552e2 Add comments and tests 2021-12-06 19:57:24 +00:00
BenAAndrew
e6ffbdac4c Move model utils to models.py 2021-12-06 17:21:43 +00:00
BenAAndrew
989a43a416 Add hifigan training to app 2021-12-05 17:07:07 +00:00
BenAAndrew
67232de44e Fix checkpoint loading 2021-12-04 21:02:08 +00:00
BenAAndrew
0bf3570bd6 Fix tests 2021-11-28 19:54:18 +00:00
BenAAndrew
9fcd00ee2b Clean text before checking for invalid characters in training 2021-11-28 18:59:43 +00:00
BenAAndrew
61c4f66e11 formatting 2021-11-28 18:56:59 +00:00
BenAAndrew
c36972478a Tidy up dataset constants 2021-11-28 18:50:45 +00:00
BenAAndrew
404cac3928 Move get_invalid_characters to utils 2021-11-28 18:41:19 +00:00
BenAAndrew
0965a3c8b2 Remove prints 2021-11-28 16:31:05 +00:00
BenAAndrew
b2d0cf9dbb Fix clip playback for unlabelled clips 2021-11-28 15:20:02 +00:00
SirBitesalot
61b2636c10 Improved invalid symbols message for ambiguous characters 2021-11-28 15:00:10 +01:00
BenAAndrew
051a1fbccd Fix English synthesis 2021-11-26 17:15:58 +00:00
BenAAndrew
512b0ca63e Fix character encoding for load symbols 2021-11-25 17:38:03 +00:00
BenAAndrew
67bbb333bf Fix formatting 2021-11-25 17:37:52 +00:00
BenAAndrew
301fd10a0c Improve dataset validation and errors 2021-11-24 20:19:06 +00:00
BenAAndrew
e2b80a4b42 Add support for custom symbols to clean_text 2021-11-24 16:58:46 +00:00
BenAAndrew
f2f6fed8a2 Fix training GIF ordering bug 2021-10-05 18:41:42 +01:00
BenAAndrew
aa58df3aaa Fix typo 2021-09-18 16:37:17 +01:00
BenAAndrew
22f0d60adf Add comments 2021-09-18 16:33:43 +01:00
BenAAndrew
f5fcf51481 Pass voice name to download 2021-09-18 16:26:28 +01:00
BenAAndrew
91194f2508 Fix caching issue 2021-09-18 15:59:23 +01:00
BenAAndrew
f1b8bfffde Download alignment timelapse 2021-09-18 13:23:16 +01:00
BenAAndrew
cfc3e39538 Save alignment images 2021-09-17 18:26:16 +01:00
BenAAndrew
1eec01882a Add alignment sentence option 2021-09-17 17:45:31 +01:00
BenAAndrew
f19194aeca Fix circular import 2021-09-17 17:10:28 +01:00
BenAAndrew
562f833d84 init 2021-09-17 17:06:15 +01:00
BenAAndrew
33bf281f59 Move inflect_engine to constant 2021-09-08 18:51:17 +01:00
BenAAndrew
85b3e21654 Merge branch 'main' of https://github.com/BenAAndrew/Voice-Cloning-App into main 2021-09-06 21:58:09 +01:00
BenAAndrew
3ebff6489f Add alphabet path to training CLI 2021-09-06 21:57:51 +01:00
BenAAndrew
fe5b6cba4b Ignore formatting on NVIDIA_ALPHABET 2021-09-06 21:03:47 +01:00
BenAAndrew
b5a5d1f2b5 Formatting 2021-09-06 20:59:28 +01:00
BenAAndrew
7f88b10787 Update validation message 2021-09-06 20:50:53 +01:00
BenAAndrew
d68ec8723e Add avgmax_attention to validation 2021-09-06 20:15:20 +01:00
CookiePPP
a6016d4380 'another commit' (this is a blank commit) 2021-09-05 20:14:25 +01:00
CookiePPP
9dd81af93b Merge branch 'main' of https://github.com/CookiePPP/Voice-Cloning-App into main 2021-09-05 19:45:57 +01:00
CookiePPP
3a082d11c3 added docstrings and symbols saving to checkpoints 2021-09-05 19:45:45 +01:00
Cookie
37dee6a821 Delete compression.py 2021-09-05 08:51:29 +01:00
Cookie
bab86c897f reset iters_per_checkpoint to 1000 2021-09-05 08:51:07 +01:00
CookiePPP
a8adc579ff final working commit. Updated Learning Rate to 4e-4, updated scaling to sqrt(batch_size), added alignment strength metric, fixed typo in warm_start 2021-09-05 08:49:43 +01:00
CookiePPP
8f2dce0c5c enumerate typo 2021-09-05 05:53:44 +01:00
CookiePPP
d23d0ec33f doc typo 2021-09-05 05:43:16 +01:00
CookiePPP
18c02315a8 added transfer learning support for symbols embedding 2021-09-05 05:39:44 +01:00