-
hello, @johnsmithm ,Good job.
I used to write a project based on CNN+BILSTM+CTC for IAM words, but if failed to converge . So I hope to know this project's performance.
And can you share your d…
LinJM updated
7 years ago
-
In this tool's prediction results, only predicted labels are displayed now.
However, I think that it is more convenient to be able to also display input data.
For Example (`--enable_combined_input…
-
When we predict named entity tags using named entity tagger such as CRF ++, KyTea and KNP, stdin and stdout are used for inputting target data and outputting prediction results.
Therefore, it seems t…
-
Hi Strubel, I ran "./bin/train_cnn.sh ./conf/ontonotes/bilstm-viterbi-doc.conf" for ontonotes data set. In the tenth iteration, there was a NAN problem, and a running warning that "RuntimeWarning:…
-
## CuArray compatibility and speed on Knet tutorial/examples
### Knet/tutorial
- [x] 15.quickstart
- [x] 23.learning
- [x] 30.lin
- [x] 40.mlp
- [x] 50.cnn
- [x] 60.rnn
- [x] 70.imdb
- [x] …
-
Thanks for you great job.
I am not very understand this part "Why do you use "self.seq" (which means two Bilstm) before transeformer in model/__init.py ?"
What is the net learning in this part…
-
Hello,
When loading weights from a pretrained PyTorch model using the `VarBuilder::get` method, I've noticed that most of the loaded weights for different layers match correctly, except for a 2 lay…
-
Dear Team,
I get following error while running docker-compose up. I have downloaded the files and also placed them at right location.539106
backend_1 | Using TensorFlow backend.
backend_1 | …
-
Hi, iget the following error;
Traceback (most recent call last):
File "Train_NER.py", line 95, in
model.setDataset(datasets, data)
File "/home/hanah/Documents/Gitstuff/elmo-bilstm-cnn-crf…
-
Hi,
I would like to ask about the MTL architectures. I'm trying to visualize the two MTL architectures provided in this repo. The first one is "Train_MultiTask." In this architecture, The POS and ch…