Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chunsj committed Jun 10, 2017
1 parent 897c2d6 commit 0ee7df1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
Common Lisp binding of Tensorflow C APIs.
* Common Lisp binding of Tensorflow C APIs.

* How to load
0. Build or download libtensorflow (so, dll, dylib appropriately)
1. link or clone this repo into quicklisp's local-projects
2. edit *tensorflow-lib* approprately
3. (ql:quickload :tf)

* How to use
Nothing other than simple direct calling of swig generated cffi calls; if you
really want to test something, then

CL-USER> (tf::TF_Version)

wiil print tensorflow version. If not, you've wasted your time :-P

0 comments on commit 0ee7df1

Please sign in to comment.