Skip to content

Commit

Permalink
fixed project page links
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Kögel authored and FabienCardinaux committed Jul 3, 2023
1 parent 3237f7d commit b5c70d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tvcgmm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Then access the demo in the browser at `localhost:<port>`

## Results

Please see our [project page](project_page/index.html) for audio samples and experiment results.
Please see our [project page](https://sony.github.io/ai-research-code/tvcgmm) for audio samples and experiment results.

## Citation

Expand Down
6 changes: 3 additions & 3 deletions tvcgmm/model/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sony Adapted FastSpeech 2 + TVCGMM - PyTorch Implementation

This is an adapted FastSpeech 2 pytorch implementation accompanying the paper [**Towards Robust FastSpeech 2 by Modelling Residual Multimodality**](https://sony.github.io/ai-research-code/tvc-gmm).
This is an adapted FastSpeech 2 pytorch implementation accompanying the paper [**Towards Robust FastSpeech 2 by Modelling Residual Multimodality**](https://sony.github.io/ai-research-code/tvcgmm).
It is based on the PyTorch implementations of Microsoft's text-to-speech system [**FastSpeech 2: Fast and High-Quality End-to-End Text to Speech**](https://arxiv.org/abs/2006.04558v1) by [Chien 2020](https://github.com/ming024/FastSpeech2) and [Liu 2020](https://github.com/xcmyz/FastSpeech).
The hifigan implementation is taken from [Kong 2020](https://github.com/jik876/hifi-gan).

Expand All @@ -9,7 +9,7 @@ Along with bugfixes and code reorganization, two major changes have been introdu
- Trivariate-Chain Gaussian Mixture Modelling (Loss: `model/loss.py`, Sampling: `interactive_tts.py`)

## Demo
Audio samples of this implementation can be found [on its project page](https://sony.github.io/ai-research-code/tvc-gmm).
Audio samples of this implementation can be found [on its project page](https://sony.github.io/ai-research-code/tvcgmm).
After downloading the checkpoints and putting them into `output/ckpt/<checkpoint name>` an interactive demo server can be started with `python demo.py --checkpoint libritts_tvcgmm_k5 --device cpu --port 9000` and accessed in the browser at [localhost:9000](http://localhost:9000).

## Quickstart
Expand Down Expand Up @@ -93,4 +93,4 @@ If you use TVC-GMM or any of our code in your project, please cite:
year={2023},
booktitle={Proc. Interspeech 2023}
}
```
```

0 comments on commit b5c70d4

Please sign in to comment.