Running Tao Toolkit in AI Workbench

Hello, I have been successfully training an object detection model using Dino-distillation. Now I am attempting to move Tao Toolkit into AI Workbench for a more mobile environment. I’m using Nim Anywhere as my project platform and launching Tao Toolkit through it. However, since I’m working in multiple containers, I’m having difficulty making my training data accessible to the Dino container.

I have tried creating a mount in Nim to make the data available, but I’m not making any headway. I have attempted to use the same values for the mount in Nim that are in the tao_mounts.json but this isn’t working.

I find no related subjects in the forum, so I’m looking for some clues to guide me in the right direction.

Wayne

You can mount the dataset via “-v” in docker or use tao_mounts.json of tao-launcher.

May I know is it the Nvidia Nim?

Do you mean you are going to mount some files in Nim to run inference?