An open API service indexing awesome lists of open source software.

https://github.com/pd-mera/minimalist-classification

A minimalist pipeline to training classification models
https://github.com/pd-mera/minimalist-classification

image-classification

Last synced: 3 months ago
JSON representation

A minimalist pipeline to training classification models

Awesome Lists containing this project

README

        

# Minimalist Classification Pipeline

``` bash
pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html
```

# Run

To train, simply run

``` bash
python runner.py
```

To visualize tensorboard, run

``` bash
tensorboard --host 0.0.0.0 --port 12345 --logdir runs
```