似乎没有关闭马赛克增强
jie311 opened this issue · 1 comments
jie311 commented
if mode == 'yolox':
if epoch == epochs - no_aug_epochs:
LOGGER.info("--->No mosaic aug now!")
dataset.mosaic = False # close mosaic
LOGGER.info("--->Add additional L1 loss now!")
我自己单步调试的时候发现, dataset.mosaic 在运行过程中还是True
jizhishutong commented
Thanks for the reminder, it will be fixed in the next update.
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2022年8月18日 16:11 |
| 收件人 | ***@***.***> |
| 抄送人 | ***@***.***> |
| 主题 | [jizhishutong/YOLOU] 似乎没有关闭马赛克增强 (Issue #29) |
if mode == 'yolox':
if epoch == epochs - no_aug_epochs:
LOGGER.info("--->No mosaic aug now!")
dataset.mosaic = False # close mosaic
LOGGER.info("--->Add additional L1 loss now!")
我自己单步调试的时候发现, dataset.mosaic 在运行过程中还是True
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>