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
`RPN_REGR_Loss Exception: copy_if failed to synchronize: device-side assert triggered Traceback (most recent call last): File "./PyTorch/ctpn_/utils/loss/loss_utils.py", line 31, in forward reg_keep = (cls == 1).nonzero()[:, 0] RuntimeError: copy_if failed to synchronize: device-side assert triggered
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "./PyTorch/ctpn_/train.py", line 98, in train() File "./PyTorch/ctpn_/train.py", line 75, in train loss_reg = criterion_reg(out_reg, reg_s)
loss = torch.tensor(0.0)
RuntimeError: CUDA error: device-side assert triggered`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`RPN_REGR_Loss Exception: copy_if failed to synchronize: device-side assert triggered
Traceback (most recent call last):
File "./PyTorch/ctpn_/utils/loss/loss_utils.py", line 31, in forward
reg_keep = (cls == 1).nonzero()[:, 0]
RuntimeError: copy_if failed to synchronize: device-side assert triggered
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./PyTorch/ctpn_/train.py", line 98, in
train()
File "./PyTorch/ctpn_/train.py", line 75, in train
loss_reg = criterion_reg(out_reg, reg_s)
RuntimeError: CUDA error: device-side assert triggered`
The text was updated successfully, but these errors were encountered: