anchor-python-training

This is the documentation of anchor-python-training.

Introduction

Scripts in Python to train various types of CNN-models from images (using PyTorch).

They are installed collectively as a package anchor_python_training.

Usage

Each .py script in the top-level directory of src/anchor_python_training is designed as a command-line application.

Please first install the package, by:

  • pip install . (in the root of the checked out repository) or

  • pip install git+https://github.com/anchoranalysis/anchor-python-training.git

A script can then be called from the command-line with the -m argument, ala:

python -m anchor_python_training.script_top_level_name --somearg

Top-Level Scripts

API

Indices and tables