Sagemaker Neo compiled model not using NVIDIA GPU

0

I have a YOLOv5-trained model. Exported as Tensorflow, I'm trying to compile and deploy to my device as a Greengrass Noe edge component.

Device configs are, device: NVIDIA Jetson AGX Xavier Jetpack:5.1 CUDA: 11.4 TensorRT:8.5

I compiled the model with different configurations.

**Compilation 1. ** model:tensorflow 2.4 Platform: Linux Arch: ARM64

Can able to load the model and run inference. But its running on CPU and the inference time is very high.

**Compilation 2. ** model:tensorflow 2.4 Platform: Linux Arch: ARM64 Accelerator: NVIDIA Config: {"gpu-code":"sm_62","trt-ver": "8.5", "cuda-ver": "11.4"}

Unable to load the model. GRPC error : "UNKNOWN:Error received from peer unix:/tmp/aws.greengrass.SageMakerEdgeManager.sock {grpc_message:"LoadModel request failed", grpc_status:13"

**Compilation 3. ** model:tensorflow 2.4 Device: jetson_xavier Config: {"trt-ver": "6.0.1", "cuda-ver": "10.0"}

Unable to load the model. GRPC error : "UNKNOWN:Error received from peer unix:/tmp/aws.greengrass.SageMakerEdgeManager.sock {grpc_message:"LoadModel request failed", grpc_status:13"

Either the not running on GPU or the deployed model I was not able to load. Cloud you please help me over here.

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠