We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afed6af commit a046ae4Copy full SHA for a046ae4
train.py
@@ -80,7 +80,7 @@
80
# 如果不设置model_path,pretrained = True,此时仅加载主干开始训练。
81
# 如果不设置model_path,pretrained = False,Freeze_Train = Fasle,此时从0开始训练,且没有冻结主干的过程。
82
#----------------------------------------------------------------------------------------------------------------------------#
83
- pretrained = True
+ pretrained = False
84
#------------------------------------------------------#
85
# Yolov4的tricks应用
86
# mosaic 马赛克数据增强 True or False
0 commit comments