Building a Simple Cat-Dog Classifier with NVIDIA Jetson Nano
This article will use the Jetson Nano to create a very simple cat-dog classifier, utilizing PyTorch’s ImageFolder to create the dataset and DataLoader to load the dataset, and learning to train with a self-built CNN. Finally, we will extract test images for prediction. Jetson Nano Remote Setup Today we will operate on the Jetson Nano … Read more