CasRel
CasRel copied to clipboard
A Novel Cascade Binary Tagging Framework for Relational Triple Extraction. Accepted by ACL 2020.
训练过程中报错,该怎么解决呀,而且是随机的,不是到某条特定的样本就一定会出现
您好,请问出现这种问题是环境不对吗还是别的原因
In line 108 of your data_loader.py, why only select one subject instead of performing subsequent operations on all subjects? Thanks in advance!
I get the following error while running the `run.py` file `!python run.py --train=True --dataset=NYT` ``` Using TensorFlow backend. 2020-07-03 14:29:11.236282: I tensorflow/core/platform/cpu_feature_guard.cc:143] Your CPU supports instructions that this TensorFlow binary...
Traceback (most recent call last): File "e:\code1\CasRel-master\run.py", line 57, in hbt_model.load_weights(save_weights_path) File "C:\Users\t't't\AppData\Local\Programs\Python\Python310\lib\site-packages\keras\utils\traceback_utils.py", line 67, in error_handler raise e.with_traceback(filtered_tb) from None File "C:\Users\t't't\AppData\Local\Programs\Python\Python310\lib\site-packages\tensorflow\python\training\py_checkpoint_reader.py", line 31, in error_translator raise errors_impl.NotFoundError(None, None,...
请问subject提取的start end向量relation-object提取的start end向量这么多01,会不会很占内存,并且计算交叉熵损失再backwards会不会导致计算很慢
Hi, I wanted to use trained HBT model to predict and extract relation from arbitrary text. I used both .predict and .predict_on_batch methods but I think there is some problem...
环境问题
我将论文复现的环境设置按照readme中设置了,但是,在load_bert_model时,出现了错误,请问,能否将具体的环境说明一下呢? 
AttributeError: 'Add' object has no attribute 'outbound_nodes' I‘ve tried several requirement versions as adviced but at last I always met this problem . thanks if someone has met the same...
不知道用的什么环境,在服务器上跑不起来