-
Hi!
Does anybody know how to use Embedder.sents2elmo() as a Layer for Keras?
I mean like using the one from tensorflow hub, see https://www.depends-on-the-definition.com/named-entity-recognition…
-
Click to expand!
### Issue Type
Support
### Source
source
### Tensorflow Version
Any
### Custom Code
Yes
### OS Platform and Distribution
Linux
### Current Behaviou…
-
tried the example in notebook folder
(20, 3)
is_human heavy light
0 1 QVQ-LVQSGA-EVNKPGASVKVS…
-
Could not use anymore because of this:
```
Traceback (most recent call last):
File "/workspace/xyz/train.py", line 85, in
x = TCN(
File "/home/xyz/.local/lib/python3.9/site-packages/kera…
-
![image](https://user-images.githubusercontent.com/56733007/156223963-ca1f16f5-75de-43ed-a2a9-9ae8118b7894.png)
AttributeError: module 'keras.engine' has no attribute 'Layer'
this error happened whe…
-
When using keras-nightly which is now a preview of the keras 3.0 to come, tensorboard fails to represent the conceptual graph of a functional keras model.
I know that tensorboard is intended to wor…
nhuet updated
2 months ago
-
I'm just trying to create a superficial layer to pre-process data inside models. Here is an my Layer:
```
class StringLayer(tf.keras.layers.Layer):
def __init__(self):
super(StringLayer, self)._…
-
Current Tensorflow Version: 2.16.1
Current Keras Version: 3.3.2
1) Providing input shape in first layer of the model, be it any type of layer (Dense / Conv2D) throws a warning telling to add Input…
-
Hi,
I'm trying to save and load the model from this example: https://keras.io/examples/rl/deep_q_network_breakout/
Saving the model works. When I load the model I'm getting the following error:
`…
-
### Bug Description
when import autokeras
import autokeras as ak
### Bug Reproduction
Code for reproducing the bug:
https://colab.research.google.com/github/keras-team/autokeras/blob/mast…
veiro updated
3 weeks ago