coqui-tts/TTS
Agrin Hilmkil ced4cfdbbf Allow saving / loading checkpoints from cloud paths (#683)
* Allow saving / loading checkpoints from cloud paths

Allows saving and loading checkpoints directly from cloud paths like
Amazon S3 (s3://) and Google Cloud Storage (gs://) by using fsspec.

Note: The user will have to install the relevant dependency for each
protocol. Otherwise fsspec will fail and specify which dependency is
missing.

* Append suffix _fsspec to save/load function names

* Add a lower bound to the fsspec dependency

Skips the 0 major version.

* Add missing changes from refactor

* Use fsspec for remaining artifacts

* Add test case with path requiring fsspec

* Avoid writing logs to file unless output_path is local

* Document the possibility of using paths supported by fsspec

* Fix style and lint

* Add missing lint fixes

* Add type annotations to new functions

* Use Coqpit method for converting config to dict

* Fix type annotation in semi-new function

* Add return type for load_fsspec

* Fix bug where fs not always created

* Restore the experiment removal functionality
2021-08-09 18:02:36 +00:00
..
bin Allow saving / loading checkpoints from cloud paths (#683) 2021-08-09 18:02:36 +00:00
config Allow saving / loading checkpoints from cloud paths (#683) 2021-08-09 18:02:36 +00:00
server Fix `server.py` for multi-speaker models 2021-07-26 15:38:30 +02:00
speaker_encoder Allow saving / loading checkpoints from cloud paths (#683) 2021-08-09 18:02:36 +00:00
tts Allow saving / loading checkpoints from cloud paths (#683) 2021-08-09 18:02:36 +00:00
utils Allow saving / loading checkpoints from cloud paths (#683) 2021-08-09 18:02:36 +00:00
vocoder Allow saving / loading checkpoints from cloud paths (#683) 2021-08-09 18:02:36 +00:00
.models.json Update default vocoder for de-thorsten 2021-07-26 16:08:52 +02:00
VERSION Bump the version to 0.1.3 2021-07-26 21:32:27 +02:00
__init__.py Add tests for gruut phonemization 2021-06-25 14:41:05 +02:00
model.py Create base 🐸TTS model abstraction for tts models 2021-06-28 17:03:19 +02:00
trainer.py Allow saving / loading checkpoints from cloud paths (#683) 2021-08-09 18:02:36 +00:00