-
I successfully trained a CNN model for text recognition, and it performs well during inference. However, upon converting the model from Keras to ONNX, I observed alterations in the architecture after …
-
# Bug description
I've been trying to run a top down training session for 2 animals with 5 body parts. I keep running into this error as it is about to initialize the training.
`2024-06-12 14:20…
-
Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature …
-
If you have a batchnorm directly after a convolution layer, it gets folded into the convolution by the tflite converter. If its not after a convolution layer, it adds a multiply and add operator, but…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
The keyword ```lightweight_setup=True```…
-
Welcome!
I created this repository as a discussion hub for the ML ecosystem in Rust, "following" a talk I gave at the Rust meetup in London ([slides](https://docs.google.com/presentation/d/1dOqqosL…
-
Hi,
I did see post_training_quant in model optimization, however, I didn't see quant aware training tutorial or examples.
is there quant aware training in model optimization?
is there quant awa…
-
# YOLOv8 Pose Models
![image](https://user-images.githubusercontent.com/26833433/239691398-d62692dc-713e-4207-9908-2f6710050e5c.jpg)
Pose estimation is a task that involves identifying the locatio…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
I am training a new project with 2 animals using the GUI. When I try to evaluate the network w…
-
**Bug Description**
I copied the example given at https://github.com/truera/trulens/blob/main/trulens_eval/examples/quickstart/existing_data_quickstart.ipynb. After running the example the dashboard …