-
This line of code I was using with the version `0.5.0` is broken with `0.5.1`:
```
keras_cv.visualization.plot_image_gallery(
[image], rows=1, cols=1, value_range=(0, 255), show=True, scale=4
…
-
### Current Behavior:
Hello! I'm trying to plot predictions produces by RetinaNet. Everything goes alright until I try to draw them using "plot_bounding_box_gallery": I get this error:
File "/…
-
My images are small, it is 6k images with following sizes;
{(400, 296): 3484, (480, 320): 2763, (640, 480): 108}
The error I get after finishing training in 1 epoch(I train in Googl Colab), initia…
-
Instead of visualization of the network the error stating ``You must install pydot`` is shown.
https://keras.io/examples/structured_data/wide_deep_cross_networks/
![Screenshot from 2022-01-28 19-2…
-
I'm trying to use a resnet50 backbone on an hpc cluster without network access, so downloaded it as shown in the [FAQs](https://sleap.ai/faq.html). However, I now get this error that some dimensions d…
-
Submitting Author: Elena Ranguelova (@elboyran)
Package Name: dianna
One-Line Description of Package: an eXplainable AI (XAI) python library targeted at scientists
Repository Link (if existing): …
-
I am learning object [detetction with tensorflow2](https://gilberttanner.com/blog/tensorflow-object-detection-with-tensorflow-2-creating-a-custom-model) and my model trained successfully.
But whene…
-
### 1. System information
- OS Platform and Distribution: macOS ventura 13.2.1
In python, I'm using 2.11, for the c++ side, I used the latest main and followed the instructions to [build tensorflo…
-
**Describe feature**
The [Integrated Gradients](https://www.tensorflow.org/tutorials/interpretability/integrated_gradients) (IG) can be a great tool to understand the neural network.
**How API w…
-
This ticket was originally filed here: https://github.com/tensorflow/tensorflow/issues/54436
They asked me to move it over here and the templates were about the same so I have copy/pasted it almost…