-
In your code it seems like you are trying to create a multilayer encoder, however what is actually happening is that multiple single layer decoders are being created. As you can see in this graph imag…
-
Hi :wave:
I am currently trying to use weights from a model in dynet:
dynet model:
```
dy_model = dy.BiRNNBuilder(layers, dim_input, dim_hidden, model, dy.LSTMBuilder)
```
Keras model:
`…
-
When I trained causal TDE with VCTree, after one epoch, the log is that
`creating index...
index created!
Loading and preparing results...
Converting ndarray to lists...
(398878, 7)
0/398878
DO…
-
Some ideas for figures to add to the PPT
- [ ] Linear regression, single-layer neural network
- [ ] Multilayer Perceptron with hidden layer
- [ ] Backpropagation
- [ ] Batch Normalization and al…
-
#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…
-
### Describe the bug
Thank you for developing and maintaining this invaluable module!
We would like to learn a multi-task model on two NER tasks by sharing a transformer word embedding.
We fine-t…
-
Hi, since the RNN is used to perform a multi label classification task, shouldn't Sigmoid be used instead of Softmax layer at the end to calculate the probabilities? Couldn't Softmax be the perfect fo…
-
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…
-
I get this error when compiling on macOS 10.12
```
[loretoparisi@:mbploreto darknet_mobilenet]$ make
mkdir -p obj
mkdir -p backup
mkdir -p results
gcc -Iinclude/ -Isrc/ -Wall -Wfatal-errors -f…
-
Hi,
Q1. when I train and test RNN with rgbd data
./experiments/scripts/rgbd_scene_multi_*.sh 0
I got the error of "ERROR: ld.so: object '/usr/lib/libtcmalloc.so.4' from LD_PRELOAD cannot be preload…