-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [√] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [√] I am reporting…
-
Traceback (most recent call last):
File "./experiments/testing/ROLO_network_test_all.py", line 30, in
from tensorflow.models.rnn import rnn, rnn_cell
ImportError: No module named models.rnn
…
-
**Is your feature request related to a problem? Please describe.**
LSTMs are capable of capturing long-term dependencies, and attention mechanisms help the model focus on relevant parts of the input …
-
while trying to run https://github.com/google-research/google-research/blob/master/kws_streaming/colab/02_inference.ipynb, i get :
```
---------------------------------------------------------------…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
tested 2.17 and 2.10, both have the issue
### Custom code
Yes
### OS p…
-
As an example: [TensorFlow.js](https://github.com/tensorflow/tfjs) supports a variety of platforms and backends, including:
- [TensorFlow.js CPU Backend](/tfjs-backend-cpu), pure-JS backend for Nod…
-
I simply change a multi-classification problem in a tutorial with a binary classification on a reduced cifar10 dataset (airplane vs frog). However, I notice an issue with this binary classification wi…
-
Hi,
I am relatively new to tensorflow. I am trying to use your visualisation functions, but I am struggling with the input dictionary. The CIFAR-10 tensorflow implementation does not have an input …
-
# Help wanted: Research paper code and models
Please help us to implement the following research paper using TensorFlow 2.
If you want to contribute, please leave a comment to express your inter…
-
hi Sumit,
Thanks for the wonderful book. It really help us to get confident in working chatbot.
I have an issue during execution of train_online.py. "**AttributeError: 'function' object has no att…