-
I'd like to document an issue I ran into and the resolution in case anyone else runs into it, and to propose an api improvement, if possible, that would make the issue less difficult in the future.
…
-
Traceback (most recent call last):
File "/Users/mayuxing/Downloads/FTCP-master 2/main.py", line 55, in
VAE.fit([X_train, y_train],
File "/Users/mayuxing/opt/anaconda3/lib/python3.9/site-p…
-
**System information**.
- Have I written custom code (as opposed to using a stock example script provided in Keras): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 20.04
…
-
for tf.keras backwards compatibility
In my attempt to port [Large-scale multi-label classification](https://keras.io/examples/nlp/multi_label_classification) to `keras_core` I hit an issue with the…
-
Under `model.py` we see the keras model compile
```
self.keras_model.compile(
optimizer=optimizer,
loss=[None] * len(self.keras_model.outputs),
metr…
-
Hi there,
We're attempting to use `tf-keras-vis` "in production". We want to create a REST API that takes in an image and returns two things at once:
1. a float (a "score") that is the output of…
-
```
my_model
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Seed Quality Prediction (also developed an API )
:red_circle: **Aim** : To get to know the quality of t…
-
Traceback (most recent call last):
File "vrn_torch_to_keras.py", line 159, in
model = model(t)
File "vrn_torch_to_keras.py", line 123, in model
l = add_conv(64, get(t, 3), l)
File …
-
I tried to use shap (version 0.39.0) to explain a TF model (TF version 2.4.2) but got the following error:
```
/home/test/software/anaconda3/envs/tf2/lib/python3.7/site-packages/shap/explainer…