libtensorflow-pharo-bindings icon indicating copy to clipboard operation
libtensorflow-pharo-bindings copied to clipboard

TensorFlow library bindings for Pharo

Results 6 libtensorflow-pharo-bindings issues
Sort by recently updated
recently updated
newest added

"C-API functions TF_StringDecode, TF_StringEncode, and TF_StringEncodedSize are no longer relevant and have been removed; see core/platform/ctstring.h for string access/modification in C." This change has breaking building from source for libtensorflow-pharo-bindings

To use TensorFlow with OpenCV we should have a way to create `TF_Tensor` out of already allocate data buffer. `TF_NewTensor` allows us to do just that: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/c_api.h#L190

We need to add a baseline with dependancy to IDXReader : https://github.com/guillep/idx-reader and Roassal2 for the vizualisation: https://github.com/ObjectProfile/Roassal2

enhancement

Sending ``operation`` message to ``TF_Input`` returns an ``ExternalData`` object instead of an instance of ``TF_Operation``. See following example : ```Smalltalk | graph c1 c2 sum1 sum2 session result | graph...

bug

Rebuild the binding with TalkFFI: https://github.com/estebanlm/TalkFFI but at the moment LibCLang used by TalkFFI does not work correctly with 64 bits VM

enhancement

Detect platform type and select the path the TensorFlow library accordingly.

enhancement