Skip to content

ciandt-d1/lenna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors