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
出现错误:loss_c[pos.view(-1,1)] = 0 # filter out pos boxes for now RuntimeError: copy_if failed to synchronize: device-side assert triggered
我的实际类别是1,设置了config中'num_classes': 2,但是还是出现这个问题,设置num_classes为3却可以正常训练!请问怎么解决?
The text was updated successfully, but these errors were encountered:
你解决了吗
Sorry, something went wrong.
真的一模一样呢,我也是这样的,设置2就是不行,但是设置3居然就可以运行,都不知道是为啥
当你不用GPU训练的时候,这个错误会提示你下标越界。解决下标越界的问题可以参考 #45
No branches or pull requests
出现错误:loss_c[pos.view(-1,1)] = 0 # filter out pos boxes for now
RuntimeError: copy_if failed to synchronize: device-side assert triggered
我的实际类别是1,设置了config中'num_classes': 2,但是还是出现这个问题,设置num_classes为3却可以正常训练!请问怎么解决?
The text was updated successfully, but these errors were encountered: