mirsazzathossain / animated-adventure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Classification on CIFAR 10 with PyTorch lightning

This code is based on the PyTorch Lightning CIFAR10 ~94% Baseline Tutorial. This is part of a Code Sprint organized by Artificial Inteligence and Cybernetics Lab at Independent University, Bangladesh.

Setup

  • Create a virtual environment using python -m venv venv
  • Activate the virtual environment using source venv/bin/activate
  • Run pip install -r requirements.txt to install the required packages.
  • Edit the utils/setup_configs.py file to change the hyperparameters.
  • Run setup_configs.py' to create the configs/configs.yaml` file.
  • Run tests/test_datamodule.py to test the data module.
  • Run tests/test_model.py to test the model.
  • Run train.py to train the model.
  • Run test.py to test the model.

About

License:MIT License


Languages

Language:Python 100.0%