Skip to main content

Lit Ecology Classifier

Documentation: https://lit-ecology-classifier.readthedocs.io/en/latest/ Lit Ecology Classifier is a machine learning project designed for image classification tasks. It leverages PyTorch Lightning for streamlined training and evaluation processes.

Features

  • Easy configuration and setup
  • Utilizes PyTorch Lightning for robust training and evaluation
  • Supports training on multiple GPUs
  • Test Time Augmentation (TTA) for enhanced evaluation
  • Integration with Weights and Biases for experiment tracking

Installation

To install Lit Ecology Classifier, use pip:

pip install lit-ecology-classifier

Usage

Training

To train the model, use the following command:

python -m lit_ecology_classifier.main --max_epochs 20 --dataset phyto --priority config/priority.json

Inference

To run inference on unlabelled data, use the following command:

python -m lit_ecology_classifier.predict --datapath /path/to/data.tar --model_path /path/to/model.ckpt --outpath ./predictions/

Configuration

The project uses an argument parser for configuration. Here are some of the key arguments:

Training Arguments

  • --datapath: Path to the tar file containing the training data.
  • --train_outpath: Output path for training artifacts.
  • --main_param_path: Main directory where the training parameters are saved.
  • --dataset: Name of the dataset.
  • --use_wandb: Use Weights and Biases for logging.
  • --priority_classes: Path to the JSON file with priority classes.
  • --balance_classes: Balance the classes for training.
  • --batch_size: Batch size for training.
  • --max_epochs: Number of epochs to train.
  • --lr: Learning rate for training.
  • --lr_factor: Learning rate factor for training of full body.
  • --no_gpu: Use no GPU for training.

Inference Arguments

  • --outpath: Directory where predictions are saved.
  • --model_path: Path to the model file.
  • --datapath: Path to the tar file containing the data to classify.
  • --no_gpu: Use no GPU for inference.
  • --no_TTA: Disable test-time augmentation.

Documentation

Detailed documentation for this project is available at Read the Docs.

Example SLURM Job Submission Script

Here is an example SLURM job submission script for training on multiple GPUs:

#!/bin/bash
#SBATCH --account="em09"
#SBATCH --constraint='gpu'
#SBATCH --nodes=2
#SBATCH --ntasks-per-core=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=12
#SBATCH --partition=normal
#SBATCH --constraint=gpu
#SBATCH --hint=nomultithread
#SBATCH --output=slurm/slurm_%j.out
#SBATCH --error=slurm/slurm_%j.err
export OMP_NUM_THREADS=12 #$SLURM_CPUS_PER_TASK
cd ${SCRATCH}/lit_ecology_classifier
module purge
module load daint-gpu cray-python
source lit_ecology/bin/activate
python -m lit_ecology_classifier.main --max_epochs 2 --dataset phyto --priority config/priority.json

Release files for lit-ecology-classifier 2.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for lit-ecology-classifier 2.0.3
File Interpreter ABI Platform
lit_ecology_classifier-2.0.3-py3-none-any.whl Python 3 none any Details

Release files / lit_ecology_classifier-2.0.3-py3-none-any.whl

Download URL lit_ecology_classifier-2.0.3-py3-none-any.whl
Size 27.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9ce842368ebb90b447cdd35cafd87dcfefbd883f94b422944fa716651e6c505c
BLAKE2b-256 checksum
How to use checksums
5afe1024ee5c3d262ddbbd27c85dec2efeed7301750932a30f15d20ef087c2ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.9.4

Release history Release notifications | RSS feed

This release

2.0.3 This release

1 release file

2.0.2

1 release file

2.0.1

1 release file

2.0

1 release file

1.1.6

1 release file

1.1.5

1 release file

1.1.4

1 release file

1.1.3

1 release file

1.1.1

1 release file

1.0.1

1 release file

1.0

1 release file

0.3.5

1 release file

0.3.4

1 release file

0.3.3

1 release file

0.3.2

1 release file

0.3.1

1 release file

0.3

1 release file

0.2.9

1 release file

0.2.8

1 release file

0.2.7

1 release file

0.2.5

1 release file

0.2.4

1 release file

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2

2 release files

0.1

2 release files

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page