Skip to content

salsasteve/lenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published