I cannot deploy GPU deep learning

I trained deep learning by DLK and output with GPU version, but when i input model into the Mech-Vision, it only shows CPU version but not GPU.
image

  1. For this case, the first is to check if there has a GPU on IPC. And the check the version of DLK and Mech-Vision, to make sure they are all the lastest version.
  2. If we do have a GPU on IPC, we need to check the memory of the GPU and whether the memory utilization of the model has exceeded the actual GPU memory.
  3. We recommand to train the model and deploy the model on the same IPC. Because if the model can be trained on the IPC, it should be deployed on the same IPC as well.