Skip to content

Commit 40541bd

Browse files
committed
update can doc
1 parent aaf077e commit 40541bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/doc_ch/algorithm_rec_can.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs
6060
python3 tools/train.py -c configs/rec/rec_d28_can.yml
6161
-o Train.dataset.transforms.GrayImageChannelFormat.inverse=False
6262
```
63-
- 默认每训练1个epoch(1,105次iteration)进行1次评估,若您更改训练的batch_size,或更换数据集,请在训练时作出如下修改
63+
- 默认每训练1个epoch(1105次iteration)进行1次评估,若您更改训练的batch_size,或更换数据集,请在训练时作出如下修改
6464
```
6565
python3 tools/train.py -c configs/rec/rec_d28_can.yml
6666
-o Global.eval_batch_step=[0, {length_of_dataset//batch_size}]

0 commit comments

Comments
 (0)