-
您好,我是tf beginer, 在我升级了tf到0.11后,tf库有不少的api有一些变化,主要是在BILSTM_CRF.py:
from tensorflow.models.rnn import rnn, rnn_cell的包的改变,
raise ImportError("This module is deprecated. Use tf.nn.rnn_* instead.")
然而fo…
-
Hello
I am trying to train cfrasrnn with my own data using https://github.com/martinkersner/train-CRF-RNN/
I had to slightly modify some pieces of the code to make it run on my Mac (OSX.12) but it n…
-
Traceback (most recent call last):
File "/Users/YorkChu/PycharmProjects/NER/rnn.py", line 165, in
net = NER_net("ner", iterator, embedding, BATCH_SIZE)
File "/Users/YorkChu/PycharmProjects…
-
Hi Miguel!
You wrote in the readme that you found that your crf-rnn didn't make any difference when applied to MRI and CRT scans. Have you benchmarked your layer on 2d image segmentation models? D…
-
### 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…
-
you have the same issue as CRF-RNN: opencv v3 is not recognized. I solved the problem in the same way, by changing the Makefile:
https://github.com/torrvision/crfasrnn/issues/51
This should be usefu…
-
Hi @bittnt
I am trying to train with my own data following Martin Kresner's https://github.com/martinkersner/train-CRF-RNN
lmdb creation is OK nut when I make 'python2.7 solve.py 2>&1 | tee train.…
-
학습할때는 OOM 에러가 뜨지 않는데, nsml sumbit시에 OOM에러가 뜨고있습니다.
혹시 해결할 방법이 있는지 궁금합니다
```
ResourceExhaustedError (see above for traceback): OOM when allocating tensor with shape[2500,64,180,48] and type float …
-
## Environment
### Hardware Environment(`Ascend`/`GPU`/`CPU`):
Ascend
### Software Environment:
- **MindSpore version (source or binary)**: 1.1.1
- **Python version (e.g., Python 3.7.5)**: 3.7…
-
building word index...
source vocabulary file has already existed, continue to next stage.
target vocabulary file has already existed, continue to next stage.
loading word embedding, it will take f…