-
### 1. System information
- OS Platform and Distribution: Windows 11
- TensorFlow installation : pip
- TensorFlow library: 2.18.0
### 2. Code
import tensorflow as tf
input_shape = (224,…
-
On Apple M1 Pro with MacOs Sonoma 14.1.2 (23B92)
TensorFlow version 2.16.1 (still an issue with TF 2.17.0)
sources + assets:
[Gru_quantization_bug.zip](https://github.com/user-attachments/files/1…
-
### 1. System information
- Linux Ubuntu 24.04
- TF 2.17.0 (pip) and Keras 3.5.0
### 2. Code
A TF model is first exported using Keras 3.5.0:
```model.export(model_name)```
Then when th…
-
### Description
```python3
from flax import nnx
import tensorflow as tf
import jax.numpy as jnp
from jax.experimental import jax2tf
import optax
from flax.training import train_state
key = n…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Google Colab with Python 3.10.12
- TensorFlow installation (pip package or built from source):
pip package
-…
-
### Description of the bug:
```
class test(nn.Module):
def __init__(self, n_channels=3, n_classes=3, norm_layer=None, bilinear=True):
super(test, self).__init__()
self.Up1 …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
get tensorflow lite protos added into the project
-
### Issue type
Performance
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
v2.9.1
### Custom code
No
### OS platform and distribution
Li…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…