agenthong

Results 39 comments of agenthong

https://blog.csdn.net/lemonaha/article/details/72742668

@kwea123 Hi! When I use your method to resize the input image to solve OOM in evalution, it occurs a problem as following: ``` Traceback (most recent call last): File...

@kwea123 Got it. Thanks anyway.

@whubaichuan I've already downsized the image to (640,512) but still got OOM in evaluation. RuntimeError: CUDA out of memory. Tried to allocate 2.71 GiB (GPU 0; 7.77 GiB total capacity;...

cuz it ain't the correct format

> I could run it successfully. Do you delete some code such as ".clone()"??? I don't edit the codes. But I'm wondering if it is relevant to the environment because...

> @agenthong You need to check your environment or google this error. @whubaichuan Thanks. By the way can you share the requests list hence we can directly install the envireonment.

> @agenthong [Here](https://github.com/whubaichuan/M3VSNet/blob/master/requirements.txt) Thanks for replying. I can't directly use ' pip install -r ' to install env. ![image](https://user-images.githubusercontent.com/59220627/105373922-20a1be80-5c42-11eb-9cdb-5024c29b7c88.png) Can you share a necessary env list in valid format?

Update:I change the pytorch version to match the requirements env then this problem is solved.