finalfusion / finalfusion-tensorflow-ops

Tensorflow Op for finalfusion embeddings
https://finalfusion.github.io/
Other
2 stars 0 forks source link

Fix shared library path and exposed API. #5

Closed sebpuetz closed 5 years ago

sebpuetz commented 5 years ago

Packages installed through python setup.py install won't load otherwise.

Also, the api through import finalfusion_tensorflow imported directly from the native library, even when a python method was defined as e.g. ff_embeddings() and no such line as ff_embeddings = finalfusion_ops.ff_embeddings was present.