-
Hello!
Impressive code for an impressive paper!
Where can I find tensorflow bindings?
Or how can I create them?
-
Hi, I would like to know the tensorflow version here since I get errors running mclahe.
-
We have followed the steps mentioned in [tensorflow/lite/micro/docs/memory_management.md](https://github.com/tensorflow/tflite-micro/blob/1b975d9b6c8855a2c14d8c20f0cc0ab30b5681a9/tensorflow/lite/micro…
-
Figure out type and parameters of model to use for each dataset.
- [x] See if we need to do any preprocessing with data from real or synthetic data set
- [x] Figure out what kind of model to use …
-
I created a quantum neural network using tensorflow quantum,It's input is a tensor converted by circuit.About this input circuit,I found that if the parameters of the circuit are also specified by te…
-
I have trained some models in Tensorflow 2.16 / Keras 3 and inference works in a normal python process. It appears to load successfully in Triton but fails upon inference with the following error logs…
-
AIのフレームワークの pytorch,keras,tensorflow の話は
下記などで説明されていますのでご紹介します。
個人的な使い安さは pytorch = keras >> tensorflow です。
https://www.tdi.co.jp/miso/tensorflow-keras-pytorch
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.17.1
### Custom code
Yes
### OS platform and distribution
Ubuntu 22…
-
Could you please tell which TensorFlow version you use?
-
The switch from Keras 2 to Keras 3 in Tensorflow 2.16 apparently breaks `tf2onnx`:
```python
import tf2onnx
...
onnx_model, _ = tf2onnx.convert.from_keras(model)
# AttributeError: ... object has …