RuntimeError: copy_if failed to synchronize: device-side assert triggered

在使用pytorch训练的时候提示RuntimeError: copy_if failed to synchronize: device-side assert triggered错误

有两个方法可以尝试去解决一下:

1.尝试减少学习率试试看能不能解决这个问题,如果不能,请看第二种方法

2.看看config文件中设置的类别数目与数据中实际的类别数目是否一致,注意对于目标检测需要根据实际的类别数+1(背景)

你可能感兴趣的:(异常处理)