提交 2455d422 编写于 作者: C chenxuyi 提交者: Meiyim

update propeller readme

上级 e577a780
......@@ -18,11 +18,6 @@ Propeller provide the following benefits:
- create checkpoint files and recover from failures
- save visualizable results
## install
```script
pip install --user .
```
## Getting Started
```python
......@@ -71,6 +66,7 @@ pip install --user .
# Start training!
propeller.train_and_eval(BowModel, hparams, run_config, train_ds, eval_ds)
```
More detail see example/toy/
## Main Feature
1. train_and_eval
......
......@@ -19,10 +19,6 @@ Propeller 具有下列优势:
- 创建检查点文件并从故障中恢复
- 保存可视化的摘要结果
## install|安装
pip install --user .
## Getting Started|快速开始
```python
......@@ -70,6 +66,7 @@ pip install --user .
# 开始训练!
propeller.train_and_eval(BowModel, hparams, run_config, train_ds, eval_ds)
```
详细详细请见example/toy/
## 主要构件
1. train_and_eval
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册