You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./train_semi.py", line 591, in
main(args)
File "./train_semi.py", line 183, in main
cfg
File "./train_semi.py", line 380, in train
logits_u_aug.detach(), thresh=p_threshold)
File "/fs1/private/user/zuoshun/project/AugSeg/augseg/utils/loss_helper.py", line 313, in compute_unsupervised_loss_by_threshold
target[~thresh_mask] = 255
RuntimeError: CUDA error: device-side assert triggered
作者你好,我配置环境后,运行代码出现此问题了,请问你有遇到过吗?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "./train_semi.py", line 591, in
main(args)
File "./train_semi.py", line 183, in main
cfg
File "./train_semi.py", line 380, in train
logits_u_aug.detach(), thresh=p_threshold)
File "/fs1/private/user/zuoshun/project/AugSeg/augseg/utils/loss_helper.py", line 313, in compute_unsupervised_loss_by_threshold
target[~thresh_mask] = 255
RuntimeError: CUDA error: device-side assert triggered
作者你好,我配置环境后,运行代码出现此问题了,请问你有遇到过吗?
The text was updated successfully, but these errors were encountered: