Jinjing Zhou
Jinjing Zhou
Does changing the `config.apt_source` behavior to appending `source.list` work? Seems this issue includes several proposals: > It's not recommended to override the source.list file all the time. Additional package sources...
It works well on my machine. I'm using tensorflow 2.1.0
Thanks for your example. Actually I'm thinking of reorganize the whole project based on new tensorflow custom-op repo https://github.com/tensorflow/custom-op. As this is the official guide on how to distribute custom...
@awthomp I've updated the binary release and it now works in colab. Could you try it in your environment again? However there's still bug in this release. It would happen...
@zphy it's already supported by the latest nightly tensorflow. (`pip install tf-nightly`) As the API is `tf.experimental.dlpack.to_dlpack/from_dlpack`
@JanuszL Since tensorflow doesn't support returning a non-tensor type for symbolic execution, it would be tricky. One solution is defining a new protocol. A DLPack capsule is actually a handle,...
@alextp Actually I prefer directly using CAPI instead of using tf op. However, OP is a good starting point since it's easy to compile/installed without compiling the whole tensorflow. Finally...
Sure. I'll make it optional, as I also found someone using tf-nightly version.
Actually we are working with Tensorflow team to put into Tensorflow framework, which you can find at https://github.com/tensorflow/community/pull/180. For the wheel, it's just because we don't have mac machine and...
dlpack is part of tensorflow now. You can use it by tf.experimental.dlpck