We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if self.mosaic and self.rand() < self.mosaic_prob and self.epoch_now < self.epoch_length * self.special_aug_ratio: 这里显示self.epoch_now < self.epoch_length * self.special_aug_ratio:时不使用马赛克,但是参数中self.epoch_now=-1,我看后面的代码这个参数也没有变化,是否可以理解为整个训练过程中除了不满足这两个条件(self.mosaic and self.rand() < self.mosaic_prob )外,都是使用马赛克的,如果不是的话,那么这参数self.epoch_now的变化在哪呢
The text was updated successfully, but these errors were encountered:
epoch_now在train.py
Sorry, something went wrong.
感谢找到了
No branches or pull requests
if self.mosaic and self.rand() < self.mosaic_prob and self.epoch_now < self.epoch_length * self.special_aug_ratio:
这里显示self.epoch_now < self.epoch_length * self.special_aug_ratio:时不使用马赛克,但是参数中self.epoch_now=-1,我看后面的代码这个参数也没有变化,是否可以理解为整个训练过程中除了不满足这两个条件(self.mosaic and self.rand() < self.mosaic_prob )外,都是使用马赛克的,如果不是的话,那么这参数self.epoch_now的变化在哪呢
The text was updated successfully, but these errors were encountered: