-
I want to understand how you used attention in NEr task, any paper or article which explains this? Thanks
-
When I trained with English train/dev files, it worked.
But when I trained with Japanese train/dev files (and set pre-trained Japanese word embeddings file), I got the following error.
```
File…
-
I installed tensorflow-gpu on Ubuntu, and it can run both on GPU and CPU at the same time.
But the time of each epoch doesn't reduce, what can I do to improve the effeciency?
Thx!
-
As I want to convert the model resnet-bilstm-ctc to ONNX format, I face the error message "RuntimeError: Unsupported: ONNX export of operator adaptive pooling, since output_size is not constant.. Plea…
-
Large-Scale Multi-Domain Belief Tracking with Knowledge Sharing
Osman Ramadan, Paweł Budzianowski, Milica Gašić. ACL 2018.
https://arxiv.org/abs/1807.06517
Neural Belief Tacker(ベースモデル) (https://git…
-
### Metadata
- Authors: Matthew E. Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee and Luke Zettlemoyer
- Organization: Allen Institute for Artificial Intelligence
- …
-
I used my own corpus to trained Elmo provided here. I wonder if there is a way to put Elmo as a Keras layer and integrate it into a Keras model. If yes, could you please provide an example just like `…
-
Let's benchmark and improve any shortcomings we find. We can track progress using this issue. Some resources:
* [Dynet benchmarks](https://github.com/neulab/dynet-benchmark)
* [Dynet paper](https://…
-
Hello,
I have the following issue. I have looked through all existing issues and it seems that it is a new issue. It happens when I try to train a model. The errors happen for both dummy data (I go…
-
Are there tips on how to train MLT model on large datasets that have millions of trainable parameters. I am trying to train this on 1TB memory of machine but still facing memory limit.
Thanks.