-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [x] I am reporting…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [x] I am reporting…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- …
-
Hi,
I have an issue when running when the example provided in `README.md`. This is my setup:
```
$ python --version
Python 3.6.12
```
and
```
$ pip freeze | grep 'scikit\|numpy\|tensorflow'
…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
v1.15.0-rc3-22-g590d6ee
### Custom code
Yes
### OS platform and di…
-
**Describe the bug**
When trying to train data (either with my own data or the stardard Danum training example set), it stops and throws an error. We use all the defaults. Using BirdNET version downl…
-
Please, please, please add Autograph by Left Angle to the list for After Effects alternatives! It is honestly the first TRUE alternative to AE. I've been a professional AE user for several years and A…
-
**Describe the Issue**
Activity Regularizer not working with quantization aware training (QAT). TypeError: An op outside of the function building code is being passed a "Graph" tensor.
**System in…
-
The original contrib.BigTable has its own internal test, but it would be fantastic if we add tensorflow_io style test using BigTable emulator.
-
I've trained a model using RandomForestLearner and now I need to save it to a TensorFlow saved model, so I can convert to a TFLite model, but when I try to do this, the code returns a AttributeError: …