-
I trained on ferplus for four times, twice acc was 93% and twice ACC was 89%, what is the reason for this, when I trained on rafdb, the result was very stable at 95%
my train code:
>
import date…
-
### 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…
-
### Metadata
![Image](https://github.com/user-attachments/assets/7412f901-241a-4c0f-b63c-0a1baa472d27)
-
🌟 **Is your feature request related to a problem?**:
Thus preventing Heart diseases has become more than necessary. Good data-driven systems for predicting heart diseases can improve the entire resea…
-
I am converting a tiny YOLO-v2 model from Darknet to Keras using the yad2k. However, the predictions from the converted model are significantly worse than those of Darknet. So, I was wondering:
* I…
-
Hi there,
I'm trying the export function with the new version of `bioimageio.core´(0.6.7) and there are deprecated imports in `export_bioimageio`.
In particular this one: https://github.com/star…
-
Hi Erika,
I got error about the shape of resnet, and could not solved it. May you help?
==> could not load pretrained resnet50
/usr/local/lib/python3.10/dist-packages/keras/src/models/functiona…
-
Hi, I am trying to replicate the example from https://github.com/keras-team/keras-cv/blob/master/examples/training/object_detection/pascal_voc/retinanet.py.
The following error is appearing during …
-
Hi @slundberg,
I'm using DeepExplainer for a Keras functional model that combines two (pre-trained) models but I'm getting a weird error:
```
explainer_test = shap.DeepExplainer(model_wrapped, …
-
Hello,
I'm trying to migrate my existing TFR code onto Keras, however I'm having difficulty getting predictions. After using
```
model.fit(
x=train_dataset,
e…