-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
out of memory issue #5
Comments
wait for longer |
@KevinYuk Hello! I was met the same problem with you, could you please tell me how you access it finally? |
Just wait for the program automatically reduce the |
Yes. Or reduce the batch size. |
Hi, I met similiar but a little different situation in #15 as you see,it terminated with "runtime_error"... I have tried repeating run it, but still got the same error... , do you know how to pass it ? Thanks in advance~ |
where to reduce "batch size"? rangenet_lib/include/netTensorRT.hpp Line 19 in f1114af
but still get run time error...
|
./devel/lib/rangenet_lib/infer -p /home/2T/xxx/xxx/rangenet_lib/pre-trained_model/darknet53 -s /home/2T/xxx/xxx/rangenet_lib/catkin_ws/src/rangenet_lib/example/000000.bin --verbose
Success picking up ONNX model
Failure creating engine from ONNX model
Current trial size is 8589934592
Failure creating engine from ONNX model
Current trial size is 4294967296
Failure creating engine from ONNX model
Current trial size is 2147483648
Cuda error in file src/implicit_gemm.cu at line 648: out of memory
The text was updated successfully, but these errors were encountered: