Skip to content

Canned estimators and pre-trained models converted for TensorFlow.

License

Notifications You must be signed in to change notification settings

sfujiwara/tfmodel

Repository files navigation

tfmodel

CircleCI MIT License

This module includes pre-trained models converted for TensorFlow and various Canned Estimators.

Requirements

tfmodel requires nothing but TensorFlow. Other libraries in requirement.txt are required only for unit tests or examples.

Installation

pip install git+https://github.com/sfujiwara/tfmodel

Canned Estimators

VGG 16 Classifier

See README_VGG16.md.

One-Class SVM

See README_OCSVM.md.

Unit Test

python -m unittest discover -v tests

License

This module itself is released under MIT license. Note that weights of existing pre-trained models follow their licenses respectively.

About

Canned estimators and pre-trained models converted for TensorFlow.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages