Using Convolutional Neural Networks for the image classification on CIFAR dataset.
- download/clone this repo and cd to the repo's root dir.
-
python3 -m venv --system-site-packages path/to/my-venv
-
source path/to/my-venv/bin/activate
-
pip install -r requirements.txt
-
python3 cnn_cifar.py
For any missing dependencies, install after "activating your-venv" using:
pip install package-name