Experiment - Jetson Nano deployment
Problem:You have trained a computer vision model on your PC, but when deploying it on the Jetson Nano device, the model runs very slowly and sometimes crashes.
Current Metrics:On PC: inference time per image ~50ms, accuracy 90%. On Jetson Nano: inference time per image ~500ms, occasional crashes.
Issue:The model is too large and computationally heavy for the Jetson Nano's limited resources, causing slow inference and instability.