Caltech Birds Versions Save

A set of notebooks as a guide to the process of fine-grained image classification of birds species, using PyTorch based deep neural networks.

v2.5.9

2 years ago

Issue with Github Actions uploading correct package release to PYPI. So new version and local build will be pushed to PYPI.

v2.5.8

2 years ago

Minor updates to Torchscript model file output handling. Some changes to how CLI arguments are handled by scripts.

v2.5.7

2 years ago

Issues with auto build to PYPI, with module not being found installing from PYPI. So, will be manually building and pushing to PYPI for now. Removed build on publish release for now.

v2.5.5

2 years ago

Issue with package on previous release. Very minor change to output from PYPI Github build package and publish pipeline. No functional changes to package.

v.2.5.4

2 years ago

Patch on args.py module of cub_tools to allow training scripts to be executed without the need for a configuration YAML file. Training arguments will be the default, and can be overridden purely command line argument key value pairs after the --opts command line flag.

E.g.

python train_script.py --opts MODEL.NAME resnet34 MODEL.MODEL_LIBRARY pytorchcv

v2.5.3

2 years ago

Added updates to documentation, including installation notes to package. Added conda_dependencies yml file for environment creation.

v2.5.2

2 years ago

Changes to the auto publishing github pipeline. Publishing of a new release now results in the package being published to PYPI as an updated package release.

v.2.5.0

2 years ago

Tagged at v2.5.0 for first official PyPI package release.

v2.4.1

2 years ago

Minor changes to setup.py package requirements and Triton deployment scripts.

v2.4.0

2 years ago

Latest release with various small fixes. Stamped version for use with external AzureML development.