Canny

Results 7 comments of Canny

> Did you modify any code? The code was not modified,I found the problem in reg_conv module through debug

> Did you modify any code? ![image](https://user-images.githubusercontent.com/54988783/157159569-6ad8498f-ee21-4c2a-99fc-890ada589353.png)

> Did you modify any code? Is there something wrong with my graphics card?Or float16?It can still run on the server before。

About this problem, I finally found that the gpu is broken. You need to change the CPU to run the yolox code to determine whether there is a problem with...

> 有人修过吗?我遇到了同样的问题。。。任何我尝试过减少lr和batch-size,仍然没用...... 这是我的GPU设备,如下所示: 我在docker容器中运行我的代码。而且我已经使用 GPU 运行其他代码没有任何问题...... 此外,我之前在类似的 docker 容器中成功地运行了具有相同批处理大小和 lr 设置的相同代码。 ![1](https://user-images.githubusercontent.com/37755235/177664367-538642e2-2c02-46a2-8eb3-97c1050d23e3.png) You first switch to CPU to run YOLOX, to confirm that it is not a problem with the...

@RunningLeon Hi! Due to server network limitations, I could not compile and install the latest lmdeploy on the server, so I downloaded an image of lmdeploy0.4.2 on docker hub and...