Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sfujiwara committed Dec 27, 2016
0 parents commit 04f7405
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 04f7405

Please sign in to comment.