-
Hi I am a rookie in this field and I want to run `live_demo.py` from https://github.com/google-deepmind/tapnet on a GPU in Windows. The requirements file involves `jax` and `tensorflow` but `live_demo…
-
I am able to get my AMD Radeon Pro 5700 XT gpu to run on an iMac 27" with Big Sur tensorflow with 2.5.
If I add tensorflow-text, I get this exception:
```
% python
Python 3.8.2 (default, Apr…
-
Could you please tell which TensorFlow version you use?
-
**Describe the bug**
After successfully converting a tensorflow frozen graph(.pb) into a .oonx model, I encountered a warning while inferring the onnx model with onnxruntime-gpu in python.
The warni…
-
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…
-
Hello,would you please tell us the environment about your project?we can't run it for all kinds of strange problems.
-
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…
-
Hi, the tensorflow version seems to be too old, thus the script doesn't work. on Colab Is there a way you could check how to update the tensorflow version?
-
I've tried to compile your exercice_iris sketch with the the official Arduino_TensorFlowLite library which you can find in the library manager of the Arduino IDE (Version 1.15.0-ALPHA). This works whe…
-
I am sorry to bother you . Recently i want to reproduct the PTN with tensorflow implementation . I want to use my own data , but having problems in making tfrecords format data. Could you please show…