-
Hello,
My code is getting the error of 'list index out of range' when I try to predict a sentence from the model. A analyzed your code but couldn't figure out what could it be.
Here is my code:
…
-
Sir,
During preprocess
how is
--vocab-path data/EUR-Lex/vocab.npy \
--emb-path data/EUR-Lex/emb_init.npy \ exist>
when we download the data set it does not have these two files.
please guide
-
I used the pytorch code [crnn](https://github.com/meijieru/crnn.pytorch/blob/master/models/crnn.py) and the cnn backbone change as mobilenet v3 large 1.0, to train a ocr recognition model, the input …
DuckJ updated
4 years ago
-
I executed training as follows:
`python train.py --train_data data_lmdb_release/training --valid_data data_lmdb_release/validation --select_data MJ-ST --batch_ratio 0.5-0.5 --Transformation TPS --F…
-
Hi,
have you considered applying the Transfomer model in place of the BiLSTMs, not the final prediction stage? I'm curious if it works.
Any thoughts?
-
Hello,
I attempted to use the RONEC corpus with Spacy for NER and I encountered some problems while following the tutorial for using Spacy with RONEC:
## 1
I cloned the repository and I tried …
-
Hi,
I followed the steps and trained a model with Spider dataset and experienced the following error:
```
./experiment-bridge.sh configs/bridge/spider-bridge-bert-large.sh --train 0
run CUDA_V…
-
你好,我在跑这个代码的时候遇到了一个问题,报错为 ImportError: cannot import name 'pad_sequences' from 'data' (P:\Anaconda3\lib\site-packages\data\__init__.py) 是不是我的data版本问题呀
-
## 🚀 Feature
Add a base model which inherits pl.Lightningmodule.
This class contains optimizers, loss function (cross-entropy loss) and the training and validation steps
Users can inherit this…
-
In the paper of the Maestro data-set, there is the midi2wave part which is a conditional wavenet but I couldn't find it in magenta repository. So I have several questions for you.
1. What does the co…