Tao Yuan

Results 5 issues of Tao Yuan

## ❓ Questions and Help Hello, I am a new learner in NLP and GNN, I download the project and tried to run this project: (https://github.com/graph4ai/graph4nlp/tree/master/examples/pytorch/summarization) I follow the guide...

您好,我将自己的数据集按照格式整理好放入程序中运行,所有数据集都包含了label,测试集格式与训练集相同。运行后训练集准确率可达99.8%,但测试集及验证集准确率均只有0.01甚至更低。请问这是正常的吗?若不正常,我应该如何修改代码呢?

您好,在guild_graph中,构建Windows以后,对里面的词构建一个word_pair_count有何作用呢?我刚入门,才疏学浅,望专家解答。

Traceback (most recent call last): File "train.py", line 38, in adj, features, y_train, y_val, y_test, train_mask, val_mask, test_mask, train_size, test_size = load_corpus(cfg.dataset) File ".\capstone-master\text_gcn\utils.py", line 135, in load_corpus with open("./data/ind.{}.{}".format(dataset_str,...

在指定device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")前提下 使用自带的duie和dgre数据集都会在训练几个Epoch之后抛出如下错误: 【train】6/100 40420/713100 loss:2.2920708656311035 【train】6/100 40430/713100 loss:0.8514504432678223 【train】6/100 40440/713100 loss:1.3389232158660889 Traceback (most recent call last): File "/home/qhm/Program/TaoYuan/BERT-BILSTM-CRF-ty/BERT-BILSTM-CRF-main/main.py", line 229, in main(data_name) File "/home/qhm/Program/TaoYuan/BERT-BILSTM-CRF-ty/BERT-BILSTM-CRF-main/main.py",...