-
2024-09-14 04:23:33,200 - CRITICAL - Can not load tensorflow or keras, stopping
2024-09-14 04:23:33,201 - CRITICAL - Can not load tensorflow or keras, stopping
--------------------------------------…
-
hello fellow developers, it appears that the tf.keras and tfp.tfp.layers. are not compatible
i have this code="
**num_inducing_points = 40
model = tf.keras.Sequential([
tf.keras.layers.InputLa…
-
After upgrading `keras-cv` to v0.6.1 I noticed that predict method of RetinaNet model became really slow comparing with v0.5.1 as result it complicates COCO metrics evaluation.
```
inputs = [SINGL…
-
Hi :wave:,
A quick question is there a equivalent in keras v3 for `model.get_layer(layer_name).get_output_at(0)` from keras v2 ?
context:
```
class IntermediateLayerGetter(Model):
"""Im…
-
### Bug description
Hello thanks for the awesome package. I am going to process a pdf document with OCR but I am facing the issue in Window Machine. I have installed the doctr, tf and pt from sourc…
-
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
4
…
-
Hi,
Thanks for the tool. I have tried the Colab, but in the `Predict antibody-antigen complexes` step, it has following error:
```
Loading the trained models
Traceback (most recent call last):
…
-
Hi, thanks for sharing your code - it looks really valuable. I'm having a hard time running `model_fitting.py`, when it calls `build_SST_ANN` and `build_SERT`
```
ValueError: Tried to convert 'inp…
-
### 1. System information
- Windows 11
- TensorFlow installation (pip package or built from source): pip
- TensorFlow library : 2.13
I am attempting to convert a QAT model trained with int8 we…
-
import numpy as np
import tensorflow as tf
from tf_explain.core.grad_cam import GradCAM
import matplotlib.pyplot as plt
# Initialize Grad-CAM explainer
explainer = GradCAM()
# Specify the la…