-
EDIT: looks like this is a dupe of #42749, I'll leave this up for now in case since that issue does not have as reproducible high level example, but feel free to close.
This happens at least for Ad…
-
![1722318476714](https://github.com/user-attachments/assets/f8026e5d-8397-4b7e-8cc4-547f2093befd)
-
Hello @jiayihu 👋 I am an undergrad student looking to improve this infra by adding an attention layer. But am facing some difficulties with the code.
Here is what I have so far can you help me out…
-
i tried very time
i have already install keras , and update .
But it still not work
import seq2seq
from seq2seq.models import SimpleSeq2Seq
"error"
ModuleNotFoundError: No mod…
-
问这个问题的起因是我在`model.compile`时使用了`tensorflow.kears`的方法:
```
model.compile(optimizer="adam",
loss=tf.keras.losses.BinaryCrossentropy(),
metrics=[tf.keras.metrics.AUC()])
```…
-
Hi,
first of all, thanks for this amazing book. I have a question regarding chapter 10, hyperparameter tuning with keras and sklearn:
the model allows for multiple hidden layers. However, I believe …
-
Hello,
In the notebook corresponding to chapter 13, there is the following code at cell 156:
```python
model = keras.models.Sequential([
text_vectorization,
keras.layers.Embedding(inp…
-
Hi,
I'm trying to convert my .h5 model to .json file on Ubuntu16.04 with keras==2.2.4
tensorflow-gpu==1.12.0.
My .h5 model file can be download here: https://drive.google.com/open?id=1QVQiS4rsCuHFo…
-
Executing code loading deep learning model has the following error
`from auto_ml.utils_models import load_ml_model
`trained_ml_pipeline = load_ml_model("auto_ml_saved_pipeline.dill")
`trained_ml_…
-
Opening up this issue to coordinate work on a new keras/tensorflow template – @jaymody and @EteimZ have shown interest in this. Guys, please feel free to share here if/how you want to work on this and…