/ConvNeuralNetwork-camera

A Convolutional Neural Net end to end trained on the CIFAR10.

Primary LanguagePython

Setup


Open the terminal:

virtualenv CVNN -p python3
source CVNN/bin/activate
pip3 install numpy
pip3 install plotly
pip3 install torch

python3 main.py