> The Description of Model. The paper present this model.
...
...
@@ -8,13 +8,13 @@
> There could be various architecture about some model. Represent the architecture of your implementation.
## Features(optional)
## Dataset
> Represent the distinctive feature you used in the model implementation. Such as distributed auto-parallel or some special training trick.
> Provide the information of the dataset you used. Check the copyrights of the dataset you used, usually you need to provide the hyperlink to download the dataset, scope and data size.
## Dataset
## Features(optional)
> Provide the information of the dataset you used. Check the copyrights of the dataset you used, usually you need to provide the hyperlink to download the dataset.
> Represent the distinctive feature you used in the model implementation. Such as distributed auto-parallel or some special training trick.
## Requirements
...
...
@@ -28,6 +28,10 @@
## Quick Start
> How to take a try without understanding anything about the model.
> Maybe include:
> * run train,run eval,run export
> * Ascend version, GPU version,CPU version
> * offline version,ModelArts version
## Script Description
...
...
@@ -35,15 +39,15 @@
### Scripts and Sample Code
> Explain every file in your project.
> Show the scope of project(include children directory), Explain every file in your project.
### Script Parameter
> Explain every parameter of the model. Especially the parameters in `config.py`.
> Explain every parameter of the model. Especially the parameters in `config.py`. If there are multiple config files, please explain separately.
## Training
> Provide training information.
> Provide training information. Include usage and log.
### Training Process
...
...
@@ -55,28 +59,57 @@ e.g. Run the following command for distributed training on Ascend.
> Provide the guidelines about how to run transfer training based on an pretrained model.
### Distribute Training
> Same as Training
## Evaluation
### Evaluation Process
### Evaluation Process 910
> Provide the use of evaluation scripts.
### Evaluation Result
### Evaluation Result 910
> Provide the result of evaluation.
## Export
### Export Process
> Provide the use of export scripts.
### Export Result
> Provide the result of export.
## Evaluation 310
### Evaluation Process 310
> Provide the use of evaluation scripts.
### Evaluation Result 310
> Provide the result of evaluation.
...
...
@@ -134,10 +167,13 @@ e.g. you can reference the following template
## Contributions
This part should not exist in your readme.
If you want to contribute, please review the [contribution guidelines](https://gitee.com/mindspore/models/blob/master/CONTRIBUTING.md) and [how_to_contribute](https://gitee.com/mindspore/models/tree/master/how_to_contribute)