lenet How to compile C++ code g++ main.cpp Convolution.cpp MNISTLoader.cpp DebugTools.cpp -o main The above will change and you should probable run this from the lenet_sequential directory. How to run C++ code ./main How to install Python dependencies pip install -r ./python/requirements.txt How to run Python code and download MNIST dataset in Jetson Nano python3 ./python/download_mnist.py