Doc discussion.
Created by: qingqing01
The basic document specification is as follows, but not limited to. The doc of DeepSpeech (https://github.com/paddlepaddle/deepspeech) is a good reference. The following is just an example. Each model can adjust flexibly.
At first, declare the version of Paddle. For example:
The minimum PaddlePaddle version needed for the code sample in this directory is v0.10.0. If you are on a version of PaddlePaddle earlier than v0.10.0, please update your installation.
Introduction
The introduction of model structure. But not limited to.
Data Preparation
If download data automatically, skip this part.
Training a Model
Data Augmentation Pipeline
Describe the data augmentation pipeline, but not limited to. Better have the convergent curve
Evaluation
How to test model.
Inference and Visualization
How to do inference by Python API. Better to visualize the results.
Finetuning
How to load a model to fine-tune.
Released Models
Need the URL of Released Models