-
We got following issues while running your code:
```bash
python test.py
2024-11-20 13:32:51.141934: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly diff…
-
**Is your feature request related to a problem? Please describe.**
ShieldGemma was released in Jul 2024 with [v0.14.3](https://github.com/keras-team/keras-hub/releases/tag/v0.14.3), but since then …
-
Hi everyone. I've built a classification model using the Larq framework. After training, I obtained an h5 format model file and converted it to tflite format using the Larq Compute Engine. I observed …
-
Problem Description:
Multiclass classification of facial emotions from grayscale images.
MODELS IMPLEMENTED
Convolutional Neural Network (for baseline model)
MobileNetV2 (for transfer-learning…
-
We got following issue while running your project for MSU AI club Campus VIsion Challenge:
Custom code for evaluation:
```python
import os
import sys
import matplotlib.pyplot as plt
impor…
-
### Current Behavior:
We are currently seeing bad performance when it comes to both classification and box prediction on our Keras implementation of the model. When training over 10 epochs and ev…
-
any idea how i can get over this error in colab?
i am trying:
```
!pip install git+https://github.com/qubvel/classification_models.git
from classification_models.keras import Classifiers
```
…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.13
### Custom code
Yes
### OS platform and dist…
-
> It's also open see for guidiance: https://mindee.github.io/doctr/v0.8.1/using_doctr/custom_models_training.html
>
> Only the mindee internal data which was used to train the models can't be share…
-
### What happened?
When I try to create Keras model using TF 2.16+ I've got an error:
ValueError: Exception encountered when calling layer 'keras_layer' (type KerasLayer).
A KerasTensor …