未验证 提交 5b1d0fb9 编写于 作者: G gaotingquan

docs: rm lr_mult_list in train cmd

上级 86fc68b9
...@@ -310,8 +310,7 @@ python3 -m paddle.distributed.launch \ ...@@ -310,8 +310,7 @@ python3 -m paddle.distributed.launch \
--gpus="0,1,2,3" \ --gpus="0,1,2,3" \
tools/train.py \ tools/train.py \
-c ./ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0.yaml \ -c ./ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0.yaml \
-o Arch.name=ResNet101_vd \ -o Arch.name=ResNet101_vd
-o Arch.lr_mult_list="[1.0, 1.0, 1.0, 1.0, 1.0]"
``` ```
验证集的最佳指标为 `91.60%` 左右,当前教师模型最好的权重保存在 `output/ResNet101_vd/best_model.pdparams` 验证集的最佳指标为 `91.60%` 左右,当前教师模型最好的权重保存在 `output/ResNet101_vd/best_model.pdparams`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册