-
您好,我现在参考的这个代码,但是我的地址识别精度比较细,所以想把召回率提高,这个怎么改?
-
-
微博内容精选
-
def evaluate(model, args, dataset, label_vocab, global_step, description="dev", write_file=False):
"""
evaluate the model's performance
"""
dataloader = get_dataloader(dataset, arg…
-
> Traceback (most recent call last):
File "/home/rui/workspace/lattice-lstm/LatticeLSTM-master/main.py", line 459, in
train(data, save_model_dir, seg)
File "/home/rui/workspace/lattice-lst…
-
您好,全连接层输出维度加2是什么含义,为什么不直接使用标签数作维度?
-
HI, I run the libr/run.sh demo ,but the loss is still so large, the model can't converge.Can you help me? Is it possible to release model configs or trained models?
my env: pytorch 1.5 cuda 10.1 py…
-
log如下所示:
CuDNN: True
GPU available: True
Status: train
Seg: True
Train file: data/ResumeNER/train.char.bmes
Dev file: data/ResumeNER/dev.char.bmes
Test file: data/ResumeNER/test.char.bme…
-
您好!请问在Lattice LSTM中用的是单向LSTM吗?或者说是通过改进LSTM-CRF模型得到的Lattice LSTM模型的吗?虚心请教。
-
Hi,
Thanks for your nice work.
By the way, I want to know if this implementation of 3D version can be directly used for irregular discrete points?