[issue40337] builtins.RuntimeError: Caught RuntimeError in pin memory thread for device 0.

2020-04-25 Thread Eric V. Smith
Eric V. Smith added the comment: If you have more information, please provide it and re-open this issue. -- resolution: -> rejected stage: -> resolved status: pending -> closed ___ Python tracker

[issue40337] builtins.RuntimeError: Caught RuntimeError in pin memory thread for device 0.

2020-04-21 Thread Eric V. Smith
Eric V. Smith added the comment: Unless the original poster can provide more information (and preferably a way to reproduce this), I'm going to close this. -- status: open -> pending ___ Python tracker

[issue40337] builtins.RuntimeError: Caught RuntimeError in pin memory thread for device 0.

2020-04-20 Thread Eric V. Smith
Eric V. Smith added the comment: This appears to be a problem in a third-party library: torch. You didn't include any code example that triggers the problem. Without some way to duplicate this issue, there's not much we can do about it. -- nosy: +eric.smith

[issue40337] builtins.RuntimeError: Caught RuntimeError in pin memory thread for device 0.

2020-04-20 Thread shawn
New submission from shawn :  File "D:\yolov3\train.py", line 430, in train() # train normally  File "D:\yolov3\train.py", line 236, in train for i, (imgs, targets, paths, _) in pbar: # batch - File