From f4e67a1a58bb6be92b853586c6584a8b74899250 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Wed, 19 Jun 2019 00:39:26 +0800 Subject: [PATCH] Update README.md --- demo/text-classification/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/text-classification/README.md b/demo/text-classification/README.md index 6499eaa4..b847b2e8 100644 --- a/demo/text-classification/README.md +++ b/demo/text-classification/README.md @@ -142,7 +142,6 @@ Finetune API训练过程中会自动对关键训练指标进行打点,启动 $ visualdl --logdir $CKPT_DIR/vdllog -t ${HOST_IP} ``` 其中${HOST_IP}为本机IP地址,如本机IP地址为192.168.0.1,用浏览器打开192.168.0.1:8040,其中8040为端口号,即可看到训练过程中指标的变化情况 -TODO: 新增截图 ## 模型预测 -- GitLab