-
- CNN
- RNN
- LSTM
- LSTM + Attention
- Transformer
-
Currently the forward method of RNN modules (LSTM, GRU, etc) return the output as well as the hidden states of all layers. When an RNN module contains many layers, the second output can take up a sign…
-
@eragonruan @banjin-xjy
hai,i use inspect_checkpoint.py,the result as below:
tensor_name: BiLSTM/biases
tensor_name: BiLSTM/biases/Adam
tensor_name: BiLSTM/biases/Adam_1
tensor_name: BiLSTM/b…
-
Running the following file throws an error:
https://github.com/tflearn/tflearn/blob/master/examples/nlp/bidirectional_lstm.py
ValueError: Shape (128, ?) must have rank at least 3
Setup:
win7 6…
-
Breast Cancer diagnosis is one of the most studied problems in the medical domain. Cancer diagnosis has been studied extensively, which instantiates the need for early prediction of cancer disease. To…
-
Hello, author.
After I entered the command ‘python ./main/train.py’.then,without any error message, the ccode was stopped running . The terminal output the following:
===============================…
-
## 🐛 Bug
If the model contains tensor.new_zeros, the tracer only generates a constant tensor. However, we expect it generates the right zero operator/function.
## To Reproduce
```
import tor…
-
#My System Configurations
**CUDA: 9.1**
**libCUDNN 7.1**
Tensorflow Version: '1.8.0-rc0'
The system works for default Vietnam to English dataset but while training with Bodo English dataset th…
-
Hi VDelv,
thank you for sharing this implementation publicly.
I wanted to ask about the `Mix` model of the multi frame approach (CNN + LSTM + 1d CONV).
the authors mentioned LSTM layer, yet the imp…
-
Traceback (most recent call last):
File "/home/mjq/PycharmProjects/multi-class-text/multi-class-text-classification-cnn-rnn/train.py", line 167, in
train_cnn_rnn()
File "/home/mjq/PycharmP…