Skip to content

Commit

Permalink
add usage of other Caffe
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhi0549 authored Mar 26, 2017
1 parent 936c465 commit 879306d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@ Python2.7, cython and all what Caffe depends on.

5. Run `python tools/demo.py` for a demo. Or `python tools/demo.py --no-gpu` to run it under CPU mode.

# How to use other Caffe
If you may want to use other Caffe instead of the one we ship for some reasons, you need to migrate the following layers into the Caffe.
* Reverse
* Transpose
* Lstm

# License
The codes are released under the MIT License.

0 comments on commit 879306d

Please sign in to comment.