Commit graph

184 commits

Author SHA1 Message Date
dscripka
ef118bd271 fixed bug in generate_adversarial_clips function [skip ci] 2023-10-24 21:28:19 -04:00
dscripka
19d59519ee
Merge pull request #66 from HepoH3/patch-1
Fix typo in README.md
2023-10-21 12:19:25 -04:00
Andrei Solodovnikov
79b0e84983
Fix typo in README.md 2023-10-20 10:02:59 +03:00
dscripka
6f42200fe2
Merge pull request #56 from MeinAccount/test_clips_folder
Properly create cv11_test_clips-Folder
2023-10-18 19:29:05 -04:00
Magnus Kühn
8ec1286cff Properly create cv11_test_clips-Folder 2023-10-13 09:26:44 +02:00
David Scripka
2d663e8c68 Removed stray print statement [skip ci] 2023-10-12 21:15:20 -04:00
dscripka
9a23c43ab4 Fixed bug when downloading phonemizer model [skip ci] 2023-10-12 12:01:30 -04:00
dscripka
a99d5f732f README updates [skip ci] 2023-10-11 21:58:00 -04:00
dscripka
acb12ed061
Merge pull request #48 from dscripka/auto_training
Auto training
2023-10-11 21:49:39 -04:00
dscripka
b2a3ee6c3e fixed merged conflicts 2023-10-11 21:43:48 -04:00
dscripka
b318bfed32 Added acknowledgements to readme [skip ci] 2023-10-11 21:35:48 -04:00
dscripka
ace14736e1 Added links to updated colab notebooks in Readme [skip ci] 2023-10-10 21:51:23 -04:00
dscripka
fd15e8cd68
Merge pull request #50 from dscripka/remove_model_files
Remove model files
2023-10-09 20:43:38 -04:00
dscripka
ed90629c46 adjusted readme [skip ci] 2023-10-09 20:38:17 -04:00
dscripka
5b76e49621 remove lfs from github actions yamls 2023-10-09 20:26:29 -04:00
dscripka
9e43889745 missing requirement for tests 2023-10-09 20:22:32 -04:00
dscripka
b7e3c3dbaf
Update tests.yml 2023-10-09 20:17:04 -04:00
dscripka
7b7a73d501 covered edge case for missing folder [skip ci] 2023-10-09 20:13:15 -04:00
dscripka
185cda5343 Remove git-lfs files and configuration 2023-10-09 19:54:53 -04:00
dscripka
9f394d7abc Added VAD model, adjusted download function behavior to skip files that already exist [skip ci] 2023-10-08 21:29:40 -04:00
dscripka
74839d5ca2 Added model download utility functions and updated model metadata for official models 2023-10-08 21:03:21 -04:00
David Scripka
1ae41de488 Adjusted training config example [skip ci] 2023-10-07 21:32:03 -04:00
David Scripka
ef50fcf1c1 Fixed bugs in auto-training process, removed deprecated arguments [skip ci] 2023-10-07 21:27:43 -04:00
dscripka
3594e594c7 added missing dependency [skip ci] 2023-10-07 12:06:06 -04:00
dscripka
62818e52fa Fixed argparse issue [skip ci] 2023-10-05 22:19:05 -04:00
David Scripka
4833873913 Updated autotraining function to save checkpoints based on percentiles instead of fixed thresholds 2023-10-02 21:57:22 -04:00
dscripka
a07006136f Passing flake8 and mypy tests locally [skip ci] 2023-10-01 21:40:09 -04:00
David Scripka
fd36a564cd Adjusted warning message 2023-10-01 20:43:41 -04:00
David Scripka
dfdeaa2f8d Small adjustments to training config file and train.py 2023-10-01 20:18:48 -04:00
dscripka
7d27b9bd93 Edits to README and example training notebooks [skip ci] 2023-09-10 21:35:45 -04:00
dscripka
6700161d94 fixed bad arg [skip ci] 2023-09-10 21:01:38 -04:00
dscripka
fdab81fe28 Moved tflite conversion outside of training class for more portability [skip ci] 2023-09-10 20:36:36 -04:00
dscripka
8ecb4930ef Moved tflite conversion to its own function [skip ci] 2023-09-05 21:12:39 -04:00
dscripka
83d8bae37c Convert clips to 16-bit PCM before saving [skip ci] 2023-09-05 07:58:37 -04:00
dscripka
0620cd0835 Fixed merge conflicts [skip ci] 2023-09-04 20:44:45 -04:00
dscripka
8ad5248179 More edits to example auto training notebook [ckip ci] 2023-09-04 20:26:14 -04:00
dscripka
7cafd26551 Edits to example notebook for auto training [skip ci] 2023-09-04 19:36:06 -04:00
dscripka
e0f0c0e6dd Updated requirements to fix gaps, edits to example notebook to work with Google colab [skip ci] 2023-09-04 19:11:17 -04:00
dscripka
6a64b19cc9 Updated requirements for full install [skip ci] 2023-09-04 13:57:49 -04:00
dscripka
f3e74cd8c4 Working example of automatic model training complete [skip ci] 2023-09-04 11:15:50 -04:00
dscripka
d7e2626980 Partial draft of automatic model training example notebook, updates to train.py [skip ci] 2023-09-03 22:54:26 -04:00
dscripka
1815ca5478 Added example YML file for training new models 2023-09-03 20:33:44 -04:00
dscripka
ef46734e66 Updated requirements for full installation [skip ci] 2023-09-03 20:22:28 -04:00
dscripka
82b2418ae9 Fixed mypy and flake8 issues, added train.py [ckip ci] 2023-09-03 17:33:43 -04:00
dscripka
dbd3f7ac99 Updated github actions to autopush to PyPi on new tag [skip ci] 2023-09-02 11:45:27 -04:00
dscripka
1eec2158c5 increment version [skip ci] 2023-09-02 11:37:00 -04:00
dscripka
d8ed6cb98e
Merge pull request #46 from dscripka/variable_input_size
Variable input size
2023-09-02 10:21:03 -04:00
dscripka
ee0a31891e Adjusted tests to remove dependencies on optional libraries (fixes #32) 2023-08-25 22:25:40 -04:00
dscripka
7056d28a3e Fixed bugs in handling of variable input data sizes and adjusted tests 2023-08-25 22:07:12 -04:00
dscripka
3dbc16e11e Increased test coverage, fixed issue with multi-class models 2023-08-25 16:56:17 -04:00