You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the latest sagemaker neo compiled model on Jetson Nano. My compilation parameters are
**os - linux
accelerator - nvidia
arch - arm64
compiler options - {"cuda-ver": "10.0", "trt-ver": "6.0.1", "gpu-code": "sm_53"}
**
neo-ai-dlr release version -1.7
The board has jetpack4.3. My input model is an MXNet ssd mobilenet model. I am using the libdlr.so module in the compiled model.
But it produces the cuda out of resources error.
I could run the models compiled with neo-ai release 1.7 or earlier. I tried to update the neo-ai-dlr runtime version but the error exists. How can run the new sagemaker neo compiled models? Should I change the compiler_options parameters?
Also it would be great, if you could mention the regions that use neo-ai release 1.7.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run the latest sagemaker neo compiled model on Jetson Nano. My compilation parameters are
**os - linux
accelerator - nvidia
arch - arm64
compiler options - {"cuda-ver": "10.0", "trt-ver": "6.0.1", "gpu-code": "sm_53"}
**
neo-ai-dlr release version -1.7
The board has jetpack4.3. My input model is an MXNet ssd mobilenet model. I am using the libdlr.so module in the compiled model.
But it produces the cuda out of resources error.
I could run the models compiled with neo-ai release 1.7 or earlier. I tried to update the neo-ai-dlr runtime version but the error exists. How can run the new sagemaker neo compiled models? Should I change the compiler_options parameters?
Also it would be great, if you could mention the regions that use neo-ai release 1.7.
Thank you in advance.
The text was updated successfully, but these errors were encountered: