Closed icelemon233 closed 2 years ago
单块GPU处于空闲状态,且为一块RTX2080Ti。 提示: File "forward.py", line 81, in main total_time = test(test_loader, model, args) File "forward.py", line 102, in test key_points = model(images) …… …… RuntimeError: CUDA error: out of memory 请问如何解决?感谢。
@icelemon233 Take a look at the following repository too.
https://github.com/HassanBinHaroon/deep-hough-transform
单块GPU处于空闲状态,且为一块RTX2080Ti。 提示: File "forward.py", line 81, in main total_time = test(test_loader, model, args) File "forward.py", line 102, in test key_points = model(images) …… …… RuntimeError: CUDA error: out of memory 请问如何解决?感谢。