ciandt-d1 / lenna

Lenna - TensorFlow Image classification Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow Classification Framework

New releases

Use the release.sh bash script to release new versions:

# usage
# ./release.sh <semantic version>
# example 
./release.sh 1.0 

IMPORTANT: Follow semantic versioning specification when choosing the version name.

The example above will:

  • check if the tree is clean
  • create the branch release-1.0
  • change the __version__ variable in __init__.py
  • commit the changes
  • create and push a new tag 1.0

The creation of this new tag will trigger a new bitbucket pipeline that will create the distribution package and copy it to the bucket: gs://tfcf/releases. See bitbucket-pipelines.yml for more details.

Build and install

 python setup.py sdist
 
 sudo pip install dist/tf_image_classification-3.0.0.tar.gz --upgrade

To build documentation

  make html

About

Lenna - TensorFlow Image classification Framework

License:MIT License


Languages

Language:Python 99.3%Language:Shell 0.7%