thicktao

Results 2 issues of thicktao

问题:大量线程阻塞到这里有哪些原因呢? 环境:windows server 2016 .netcore 3.14 64位程序 现象:寄宿程序的webapi卡死,cpu10%以下,内存暴涨到2个G ,线程数量3W+ 死锁信息: ![image](https://user-images.githubusercontent.com/40555417/146748715-07b9e403-6b33-46ee-a39a-d468a1cee6b0.png) 大量线程阻塞于Write(Stream stream)等待24和22线程。 ![image](https://user-images.githubusercontent.com/40555417/146748656-0831f790-70fc-4630-beda-936e8c1e233a.png) 22和24线程堆栈信息: ![image](https://user-images.githubusercontent.com/40555417/146748867-4fc47d9f-1a06-49dd-b100-e2cdff061af6.png) ![image](https://user-images.githubusercontent.com/40555417/146747645-85ce2ec5-82c3-44c3-9ce6-d4482d14dba9.png)

我正在训练自己的二维码识别,训练集的图片为 ![aacn](https://user-images.githubusercontent.com/40555417/128287441-e41e7598-0e6c-4135-9f94-ce470ba2b078.jpg) 87*30 32位, 训练之前我将数据经过处理为cv2.resize(img,(160,60)),但是效果不太理想, ![image](https://user-images.githubusercontent.com/40555417/128287623-67af6ee9-5c9a-4e46-b644-cd87d864d60d.png) 请问应该怎么解决呢?