-
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.
-
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…
-
### 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…
-
### Description
Description:
When using JAX's argsort function on an array containing small floating-point numbers, as well as 0.0 and -0.0, the sorting order is incorrect compared to other librarie…
-
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…
-
### Steps To Reproduce
Here is a flake for reproduction:
```nix
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
};
outputs = { self, nixpkgs, ... }@inputs:
let
…
-
Hello
I am trying to install AIMET from release package using instructions in [this link](https://quic.github.io/aimet-pages/releases/latest/install/install_host.html).
I installed prerequisite pa…
-
Could you please tell which TensorFlow version you use?
-
```otbuser@6dc23c62c23f:/home/data/decloud$ python3 models/train_from_tfrecords.py \
--training_record ./input/TFRecords/Cameroun/train/ \
--valid_records ./input/TFRecords/Cameroun/valid/ \
…