From 8e6aedccee7df04b405a70a6f190232e816b6c4c Mon Sep 17 00:00:00 2001 From: erogol <erogol@hotmail.com> Date: Mon, 18 May 2020 12:00:10 +0200 Subject: [PATCH] update readme --- tf/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tf/README.md b/tf/README.md index 24e09a06..04b6936c 100644 --- a/tf/README.md +++ b/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. \ No newline at end of file +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.