Hi,
I got a Jetson nano for Xmas, and I've been training it to recognise birds on my garden bird feeder. I have a basic model working, trained locally on the Jetson, with about 500 images.
Ideally I want to train the model in the "cloud" and then download it to the Jetson. I could do with a few pointers, from someone who's done it before.
I think I can use Google CoLabs, or AWS SageMaker or Jupyter Notebooks, which I think all do roughly the same thing ?
I am currently training it with pyTorch locally on the Jetson.
I have started porting the code to CoLabs, just because its the first one I tried. I am using a MobileNet v2 SSD model and TensorRT on the Jetson, with a bunch of python libraries provided by nVidia.
I think once I train it on CoLabs I need to export it to Onnx.
I'm very new to this. I've been playing for about 4 weeks in total! ;-)
Has anyone done this before. Fancy a chat to give me some pointers. I have lots of questions like where the best place to store the source images, do I need to download them all locally in to CoLabs. What is the best / cheapest platform to train a MobileNet SSD. What other pitfall will I face transferring the trained model from the cloud, back to the Jetson?
Thanks !
Jon.