php-tensorflow icon indicating copy to clipboard operation
php-tensorflow copied to clipboard

Interesting, how exactly install it

Open quarkmarino opened this issue 6 years ago • 1 comments

Hey, this is very interesting, but i have many questions still, Are there any special requierements? How exactly do I install it? Which version of tf does it? Is it fast enogh?

I'll give it a try on the weekend.

quarkmarino avatar Dec 27 '18 00:12 quarkmarino

Hey, this is very interesting, but i have many questions still, Are there any special requierements?

  • php (master branch)
  • FFI extensin (I hope it'll be a part of master soon https://wiki.php.net/rfc/ffi)
  • libtensorflow.so (https://www.tensorflow.org/install/lang_c)

How exactly do I install it?

No any special installation need, just requirements above.

Which version of tf does it?

I worked with TensorFlow C library version 1.8.0

Is it fast enogh?

Most real work is done by libtensorflow.so, the binding just transfer data to/from PHP.

I'll give it a try on the weekend.

dstogov avatar Dec 27 '18 07:12 dstogov