未验证 提交 1023c320 编写于 作者: Z Zeyu Chen 提交者: GitHub

Merge pull request #16 from Steffy-zxf/update_text_classification_demo_readme

Update the file readme of demo text-classification
......@@ -143,9 +143,9 @@ hub.finetune_and_eval(task=cls_task, data_reader=reader, feed_list=feed_list, co
Finetune API训练过程中会自动对关键训练指标进行打点,启动程序后执行下面命令
```bash
$ visualdl --logdir $CKPT_DIR/vdllog -t 0.0.0.0
$ visualdl --logdir $CKPT_DIR/vdllog -t ${HOST_IP}
```
用浏览器打开http://localhost:8040 即可看到训练过程中指标的变化情况
其中${HOST_IP}为本机IP地址,如本机IP地址为192.168.0.1,用浏览器打开192.168.0.1:8040,其中8040为端口号,即可看到训练过程中指标的变化情况
TODO: 新增截图
## 模型预测
......@@ -154,7 +154,7 @@ TODO: 新增截图
配置脚本参数
```
CKPT_DIR=".ckpt_chnsentiment/best_model"
python cls_predict.py --checkpoint_dir $CKPT_DIR --max_seq_len 128
python predict.py --checkpoint_dir $CKPT_DIR --max_seq_len 128
```
其中CKPT_DIR为Finetune API保存最佳模型的路径, max_seq_len是ERNIE模型的最大序列长度,*请与训练时配置的参数保持一致*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册