Skip to content

Commit 95e96a3

Browse files
committed
Add link to Colab notebook for model conversion in README
1 parent 814eddb commit 95e96a3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/cppwin/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This contains code (and libs, if using Windows) necessary to make portable programs for inference with FastSpeech2 (MFA-aligned phonetic) and MB-MelGAN on desktop, along with a simple example. The aforementioned models have to be exported in Tensorflow SavedModel format to be used.
44

5+
If you want to convert your model to the format that this program expects, you can check out the notebook: [<img src="https://colab.research.google.com/assets/colab-badge.svg">](https://colab.research.google.com/drive/1qRzNLZaZu_TtUYv-OH7N7xXD3vXtxD_z?usp=sharing)
6+
57
It includes a set of easily understandable and modular classes including a simple English text preprocessor, so you can easily copy and integrate them into your program.
68

79
Inference is even easier than in Python.
@@ -74,8 +76,3 @@ For Windows x64 and Ubuntu 18.04 x64 (gcc version 7.5.0), precompiled libraries
7476
- **CppFlow** (TF C API -> C++ wrapper): [https://github.com/serizba/cppflow](https://github.com/serizba/cppflow)
7577
- **AudioFile** (for WAV export): [https://github.com/adamstark/AudioFile](https://github.com/adamstark/AudioFile)
7678

77-
78-
79-
80-
81-

0 commit comments

Comments
 (0)