Googlenet training on Jetson Nano

When I use this web(jetson-inference/pytorch-collect.md at master · dusty-nv/jetson-inference · GitHub) to train googlenet , is the training googlenet’s method same as Resnet18 training on below picture? How can each category of photos be assigned to train, val, and test on googlenet training?

Hi,

It is similar.
Just update the model information when applying training with command here:

Thanks.