Skip to content
Snippets Groups Projects
Commit 05161b21 authored by anzhengqi's avatar anzhengqi
Browse files

modify network yolov3_darknet53 readme little bug

parent 1d8fe960
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ optional arguments:
bash run_distribute_train.sh dataset/coco2014 yolov3_darknet53_noquant.ckpt rank_table_8p.json
```
The above shell script will run distribute training in the background. You can view the results through the file `train_parallel[X]/log.txt`. The loss value will be achieved as follows:
The above shell script will run distribute training in the background. You can view the results through the file `train_parallel0/log.txt`. The loss value will be achieved as follows:
```bash
# distribute training result(8p)
......
......@@ -208,7 +208,7 @@ train.py中主要参数如下:
bash run_distribute_train.sh dataset/coco2014 yolov3_darknet53_noquant.ckpt rank_table_8p.json
```
上述shell脚本将在后台运行分布训练。您可以通过`train_parallel[X]/log.txt`文件查看结果。损失值的实现如下:
上述shell脚本将在后台运行分布训练。您可以通过`train_parallel0/log.txt`文件查看结果。损失值的实现如下:
```text
# 分布式训练示例(8卡)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment