Nikhil Kothari

Results 21 issues of Nikhil Kothari

I have a scenario where it would be interesting to collapse/remap the namespace of types from assemblies being referenced and internalized when merging assemblies. For example: - Assembly A references...

enhancement

Is the font and associated css available via a CDN somewhere?

I hope I am not abusing the issue list with asking a bit of a how-to question. I'm using the support for compound graphs to create clusters of nodes. I'd...

This is to allow for using the a checkpoint resulting from training (exported to a saved model) for predictions. This will form the basis for defining the high-level interface -...

todo

Support input binary data via Buffer values. However, on the output end, we'll need some way for the user to specify whether to deserialize buffers into strings, or leave them...

feature-request

Requires special serialization logic for tensors.

todo

The new C APIs support building ops and adding them to the Graph. For example, from https://www.tensorflow.org/install/install_java ```java // Construct the computation graph with a single operation, a constant //...

investigation

We'll need official TensorFlow libs for Windows. Currently only mac and linux are listed at https://www.tensorflow.org/install/install_c This bug is interesting to track progress on that front -- https://github.com/tensorflow/tensorflow/issues/8773

todo

I chose the ffi node module to focus on the bigger picture. It should be pretty straightforward however to use node-gyp and create a custom binding layer for exposing TensorFlow...

investigation

https://github.com/Skyscanner/aiotask-context/blob/master/aiotask_context/__init__.py#L89 The doc string says that if there is no event loop, the default value will be returned. The code however raises a ValueError. Logging this bug, as I think...