LiuRJun

Results 3 issues of LiuRJun

when I do the commad: python setup.py build_ext --inplace then getting the error information: C:\User\admin\AppData\Roaming\Python\Python37\site-packages\torch\utils\cpp_extension.py: 294: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。

我的batch_size=4,GPU内存为6G. 在前向推理过程中,每次到了卷积层运行时,GPU内存就会增加,0.3G左右,调试发现,推理到第49层,GPU内存就爆了。 ![image](https://user-images.githubusercontent.com/26612942/154609047-5e0593bc-e9ed-4c3d-8991-b5404449c308.png) 也就是在执行x=module(x)时就会增加GPU的内存占用,请问,有哪位大神能解释下原因

I started the application, and then started sending post requests continuously. Over time that the amount of available memory becomes less and less. After a few hours, memory availability approaches...

bug
help wanted