diff --git a/demo/text-classification/README.md b/demo/text-classification/README.md index 8637e80acbb027d1504bd80323a4dd63831f457a..39a5341f593708a0900cfc4b6fe8e8ee61ff4453 100644 --- a/demo/text-classification/README.md +++ b/demo/text-classification/README.md @@ -140,10 +140,13 @@ hub.finetune_and_eval(task=cls_task, data_reader=reader, feed_list=feed_list, co * `strategy`: Finetune优化策略 ## VisualDL 可视化 + +Finetune API训练过程中会自动对关键训练指标进行打点,启动程序后执行下面命令 ```bash $ visualdl --logdir $CKPT_DIR/vdllog -t 0.0.0.0 ``` 用浏览器打开http://localhost:8040 即可看到训练过程中指标的变化情况 +TODO: 新增截图 ## 模型预测