From 04f740541126d854d856522cdc1c490b223d5be8 Mon Sep 17 00:00:00 2001 From: sfujiwara Date: Wed, 28 Dec 2016 01:44:16 +0900 Subject: [PATCH] initial commit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0237738 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# tfmodel + +This module includes pre-trained models converted for TensorFlow. + +## Requirements + +tfmodel requires nothing but TensorFlow. +SciPy and Keras are required only for unit test. + +## Models + +### VGG 16 + +## 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 each licenses. \ No newline at end of file