-
tensorflow==2.3.0
When fiting lstm with rnn set `stateful=True` using Orca, it seems that distrubuted training is not supported yet by origin tf.distribute?
```
Traceback (most recent call last):…
-
Hello, Thank you for sharing your code. In your paper, I think you trained S-LSTM model by yourself with your own code. But S-LSTM is not the generative model. So can you explain how did you reproduce…
-
Have executed the [collab notebook](https://colab.research.google.com/drive/17iDMU3dzsXxgkQag-SkqSPRNy2ZheCgh?usp=sharing#scrollTo=kDV3PBgq-PuJ) provided by you, I'm still getting the same error.
I…
-
I'm getting stuck at this point, any help would be great!
```
Using TensorFlow backend.
Loaded 1/1 directories
Traceback (most recent call last):
File "lstm_model.py", line 388, in
run_…
ghost updated
5 years ago
-
Hello.
The output of predicting the next frames in Moving MNIST is different from what is shown in the keras examples page. In fact, the network doesn't seem to be able to give any good estimate of…
-
使用paddle2onnx对Attention_LSTM模型进行转换,发现部分算子不支持:
There's 3 ops are not supported yet
=========== sequence_softmax ===========
=========== lstm ===========
=========== sequence_pool ===========
请…
-
Dear @erniejunior,
I been trying to trace how the LSTM policy works (with ACER) and its rather confusing. My understanding that the n_steps = lstm sequence length, and so each batch (n_env * n_ste…
-
Hello!
I try to run your code on conll03-ner dataset. But, performance I get is not as good as bilstm-crf. Could you help me find the bug? Thanks.
Here is part of my experiment log.
…
-
## 🚀 Feature
LSTM forget bias must be initialized to 1 or 2 for better training.
## Motivation
Please see:
https://pdfs.semanticscholar.org/1154/0131eae85b2e11d53df7f1360eeb6476e7f4.pdf
http:…
-
https://github.com/twairball/keras_lstm_vae/blob/94774c9838a37ea533585df21aa1f7dcd36476b7/lstm_vae/vae.py#L46
should be
return z_mean + K.exp(z_log_sigma/) * epsilon