-
![error](https://user-images.githubusercontent.com/56125130/176617242-43acbbe2-7b76-4e75-b9fb-9fea249b1919.png)
I got an issue with the parameters of LSTM layers.
This is the error I got
TypeEr…
-
_time_distributed_dense seems to be deprecated in recent versions of Keras. You are using it inside **call** method in **custom_recurrents.py**:
> self._uxpb = _time_distributed_dense(self.x_seq, …
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
No
### Source
binary
### Tensorflow Version
v2.12.0-rc1-12-g0db597d0d75 2.12.0
### Custom Code
No
###…
-
**Describe the current behavior**
[usr/local/lib/python3.7/dist-packages/keras/utils/traceback_utils.py](https://localhost:8080/#) in error_handler(*args, **kwargs)
65 except Exception …
-
首先非常感谢开源了中文预训练版本的wav2vec2.0!我想问一下您这边在做ASR finetune时,大概第几个epoch开始收敛呢?数据量有多大?
-
# 🐛 Bug
## Information
model I am using (Bert, XLNet ...): Bert
language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [ ] the official example …
-
## How to reproduce the behaviour
After running `pip install blis --no-binary blia --no-build-isolation` i got this the above error, i'm always using --no-build-insolation to avoid rebuilding n…
-
I would like to use your ConditionalRNN code with a bidirectional LSTM layer, e.g. like here [https://keras.io/examples/nlp/bidirectional_lstm_imdb/](https://keras.io/examples/nlp/bidirectional_lstm_i…
-
### 🐛 Describe the bug
```python
# Python Code
import torch
import torch.nn as nn
#############################################
# Define
#############################################
# …
-
Hello all,
setup: Keras 2.0, Tensorflow 1.0, Keras-contrib (using functional api of Keras, but older layer names e.g. Convolution3D). Running on Google Cloud MLEngine with K80 GPU
Problem: The l…