-
Hi everyone,
-I am trying to run mediapipe application for tracking iris after building successfully.
-My running command line is below:
**bazel-bin\mediapipe\examples\desktop\iris_tracking\iris_…
-
### 🐛 Describe the bug
- model : CenterPoint (https://github.com/tianweiy/CenterPoint)
- compile module:
```
def loss(self, example, preds_dicts, test_cfg, **kwargs):
rets = []
…
-
Reference Video:
https://www.youtube.com/watch?v=8ktcGQ-XreQ
error message
`UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8e in position 94: invalid start byte`
source code
`python model_…
-
# 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'm using the latest ve…
-
This library is by far the most comprehensive deep learning framework in C, and is strangely underrated.
One possible reason is that the examples have not been updated for the new versions, and thu…
-
# 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
- [X] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [X] I am reporting the issue to the correct repository. (Model Garden official or research directory…
-
### Instructions
In order to get a good baseline model a few tweaks need to be implemented:
- improve optimization by adding [grokking training scheme](https://arxiv.org/abs/2201.02177) (cosine deca…
-
Hi there,
I am trying to implement a classification problem with three classes: 0,1 and 2. I would like to fine tune my cost function so that missclassification is weighted some how. In particular, p…
-
Hello.
I am new to this matter.
Through a lot of reading and various guides, I managed to get TensorFlow 2.11.0 running on Ubuntu 20.04 WSL.
I was also able to create a model and use the tensoboa…