未验证 提交 1455801e 编写于 作者: K Kaipeng Deng 提交者: GitHub

add YOLOv3Loss.batch_size comments (#347)

上级 fe0dc0ca
...@@ -40,6 +40,10 @@ YOLOv3Head: ...@@ -40,6 +40,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: false label_smooth: false
......
...@@ -42,6 +42,10 @@ YOLOv3Head: ...@@ -42,6 +42,10 @@ YOLOv3Head:
drop_block: true drop_block: true
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: false label_smooth: false
......
...@@ -43,6 +43,10 @@ YOLOv3Head: ...@@ -43,6 +43,10 @@ YOLOv3Head:
keep_prob: 0.94 keep_prob: 0.94
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: false label_smooth: false
......
...@@ -41,6 +41,10 @@ YOLOv3Head: ...@@ -41,6 +41,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: false label_smooth: false
......
...@@ -35,6 +35,10 @@ YOLOv3Head: ...@@ -35,6 +35,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: true label_smooth: true
......
...@@ -36,6 +36,10 @@ YOLOv3Head: ...@@ -36,6 +36,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: false label_smooth: false
......
...@@ -36,6 +36,10 @@ YOLOv3Head: ...@@ -36,6 +36,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: true label_smooth: true
......
...@@ -38,6 +38,10 @@ YOLOv3Head: ...@@ -38,6 +38,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: true label_smooth: true
......
...@@ -37,6 +37,10 @@ YOLOv3Head: ...@@ -37,6 +37,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: false label_smooth: false
......
...@@ -38,6 +38,10 @@ YOLOv3Head: ...@@ -38,6 +38,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: true label_smooth: true
......
...@@ -39,6 +39,10 @@ YOLOv3Head: ...@@ -39,6 +39,10 @@ YOLOv3Head:
score_threshold: 0.01 score_threshold: 0.01
YOLOv3Loss: YOLOv3Loss:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size: 8 batch_size: 8
ignore_thresh: 0.7 ignore_thresh: 0.7
label_smooth: false label_smooth: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册