-
Hi,
I would like to ask a question about the following imported sources.
You import several sources and I know pandas and numpy are contained in Pycharm.
How about other sources such as 'sklearn…
-
I am receiving the following error: `Expected q_network to emit a floating point tensor with inner dims (464,); but saw network output spec: TensorSpec(shape=(6, 4, 464), dtype=tf.float32, name=None)`…
-
I am currently using tensorflow 2.17 with keras 3.4.1 under Ubuntu 24.04 LTS. I have also reproduced the issue with tf-nightly 2.18.0.dev20240731 (keras nightly 3.4.1.dev2024073103).
I encountered …
-
Just a question -- does anyone know if this interesting looking project works with tf.keras and tensorflow > 2.0? Thanks!
-
im getting the following error after epoch 15 is finished in this codeblock:
```python
from qkeras.autoqkeras import AutoQKeras
autoqk = AutoQKeras(baseline_model, output_dir="autoq_cnn", metri…
-
**Describe the bug**
While trying the [Quick Start Guide](https://openfl.readthedocs.io/en/latest/get_started/quickstart.html#creating-a-federation-in-5-steps) for model **tf_cnn_histology**, the fed…
-
Hi there - paraphrasing an [issue from 2018](https://github.com/keras-team/keras/issues/11438) :
change is return idx#self.alist[idx] in `__getitem__` . this is relevant in cases of generated datas…
Pagey updated
1 month ago
-
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…
-
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):
…
-
### What happened?
When I run the following scripts:
```
import kubeflow.katib as katib
def train_mnist_model(parameters):
import tensorflow as tf
import kubeflow.katib as katib
…