-
## Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
- [x] Checked on last version 0.8.1.
- [x] Similar issue checked, not the same problem #172 .
- […
-
Hi, I am using a `TimeDistributed` Layer in model which has an input shape of {10, 150, 180, 3} (10 frames of (w:150, h:180, colors : 3 ) ).
Since my device support a maximum of 4 dimensions, I w…
-
**Describe the bug**
Keyword argument `inout_as_tensor` on `graph_view()` can not be set to `False`
**Minimal Code To Reproduce**
```
import keras
from keras import Input, Model
from keras.lay…
-
We got following issues while running your code:
```bash
python test.py
2024-11-20 13:32:51.141934: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly diff…
-
### Issue Type
Bug
### Source
binary
### Secretflow Version
secretflow1.9.0b2
### OS Platform and Distribution
ubantu 18.04
### Python version
3.10.13
### Bazel version
_No response_
### G…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.17.0
### Custom code
No
### OS platform and distribution
Win11…
-
seurat_object
-
Using tensorflow 2.16.1 with keras 3.5.0 falied to load pretrained gru layers weights to a gru cell.
the tow layer are defined as below
For gru layers:
t_rnn_1 = keras.layers.GRU(units=64, r…
-
D:\anaconda3\envs\drones\python.exe D:\PycharmProj\drones-attention-based-lstm-deep-q-network-rpp-main\main.py
2024-10-30 19:26:50.543598: I tensorflow/core/util/port.cc:153] oneDNN custom operation…
-
Hello,
I am going to implement the GRU computations in my code and compare the results with the output of a GRU layer. To this end, I am using a same input for both cases and get the weights of GRU…