mirror of https://github.com/coqui-ai/TTS.git
update readme
parent
523fa5dfd2
commit
8e6aedccee
12
tf/README.md
12
tf/README.md
|
@ -1,4 +1,12 @@
|
|||
## Utilities to Convert Models to Tensorflow2
|
||||
You can find some utilities to convert Torch models to Tensorflow with an experimental Tacotron2 implemenation in Tensorflow2 (>=2.2). However, our released Torch models may not work with this module due to additional changes layer naming convention. Therefore, you need to train new models to be converted to TF.
|
||||
Here there are utilities to convert trained Torch models to Tensorflow (2.2>=).
|
||||
|
||||
This is an experimental release. If you encounter an error, please put an issue or in the best send a PR but you are mostly on your own.
|
||||
We currently support Tacotron2 with Location Sensitive Attention.
|
||||
|
||||
Be aware that our old Torch models may not work with this module due to additional changes in layer naming convention. Therefore, you need to train new models or handle these changes.
|
||||
|
||||
We do not plan to share training scripts for Tensorflow in near future. But any contribution in that direction would be more than welcome.
|
||||
|
||||
To see how you can use TF model at inference, check the notebook.
|
||||
|
||||
This is an experimental release. If you encounter an error, please put an issue or in the best send a PR but you are mostly on your own.
|
||||
|
|
Loading…
Reference in New Issue