rust icon indicating copy to clipboard operation
rust copied to clipboard

Rust language bindings for TensorFlow

Results 84 rust issues
Sort by recently updated
recently updated
newest added

I'm having trouble getting started with tensorflow on rust. I'm stuck with the following error while building a project that uses the tensorflow_gpu feature: ``` Compiling tensorflow-sys v0.18.0 error: failed...

I managed to get tensorflow 1.6.0 to build using bazel 0.11 on Windows, giving me a `.so` file that I noticed is [simply renamed to .dll](https://github.com/tensorflow/tensorflow/blob/c9dbbb898b3b8c3fcb113f5e43bc5a764ee81a8f/tensorflow/tools/ci_build/windows/libtensorflow_cpu.sh#L71****) in the CI script....

I am using Windows 10, and have downloaded all the proper libraries to my knowledge. I have done a ton of searching through google and I am unable to find...

bug

I'd like to port [some python code](https://github.com/deezer/spleeter/blob/master/spleeter/utils/estimator.py#L23) which is using the [tf.estimator.Estimator](https://www.tensorflow.org/guide/estimator) API. As I understand this API doesn't have Rust bindings yet.

enhancement

I'm kind of aware you need to build any modules under the contrib namespace and load them with something like `TF_LoadLibrary` but it would be helpful if there was a...

enhancement

Tensorflow compiled with MKL is usually much faster. We should have option for this. https://www.tensorflow.org/guide/performance/overview

This would be a simple wrapper around indices, values, and shape, analogous to tf.SparseTensorValue. This should probably start with just plain Tensor as the type for indices and values, and...

enhancement

Hi, I am using tf.contrib.learn.KMeansClustering in my code, and export the graph by export_savedmodel() method. But when I try to load graph by Graph.import_graph_def, it shows InvalidArgument: Invalid GraphDef. So...

question

Hi, one thing I need to do is train a model, either one time or online, and then at regular intervals store the model so when the server goes down...

enhancement

Includes: - TF_NewApiDefMap - TF_DeleteApiDefMap - TF_ApiDefMapPut - TF_ApiDefMapGet

enhancement