Skip to content

yolov5 corner case #619

Answered by hhaAndroid
yuangpeng asked this question in Q&A
Mar 3, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@yuangpeng 有很多,下面列几个典型的

  • 自动 bs 计算,会在训练前自动推断你的最佳 bs
  • 自动权重衰减缩放
  • 自动 anchor 优化
  • 自动 Loss 权重缩放
  • 如果提供的数据集路径不存在,自动进行数据集下载
  • 当用户的 bs 小于 64 时候自动切换为梯度累加模式
  • 推理和验证阶段自动 fuse half 转换,加快计算

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yuangpeng
Comment options

Answer selected by yuangpeng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants