trayfour

Results 5 issues of trayfour

大部分样本是正常的,少量样本异常 输入: lines = ["小熊公仔布娃娃抱枕女生毛绒玩具可爱礼物抱女孩公主儿童睡觉玩偶", "【二静姐专享】小黄鸭男女童棒球服春季拼接撞色夹克韩版潮GDC016 "] 输出: {'word': ['小熊公仔布娃娃抱枕女生毛绒玩具可爱礼物抱女孩公主', '儿童', '睡觉', '玩偶'], 'postag': ['nw', 'n', 'v', 'n'], 'head': [4, 3, 4, 0], 'deprel': ['ATT', 'SBV', 'ATT', 'HED']} {'word': ['【',...

[INFO] 2022-02-15 16:24:44,802 [ego_graph.py: 192]: sample_num_list is None E0215 16:24:44.803277 3749524 brpc_ps_client.cc:248] resquest cmd_id:30 failed, err:[E111]Fail to connect [email protected]:8816: Connection refused [R1][E112]Not connected to 127.0.0.1:8816 yet [R2][E112]Not connected to 127.0.0.1:8816...

你好! 你给的训练好的向量文件中,fasttext和word2vec的词向量是一样的。可能是你上传的时候弄错了。

hello , thank you very much for sharing the code. when I read the code, I meet some trouble. 1 in the function compute_tree() in file tree_rnn.py . when the...

Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass File "/root/anaconda3/envs/python3.10/lib/python3.10/site-packages/torch/autograd/function.py", line 274, in apply return user_fn(self, *args) File "/root/anaconda3/envs/python3.10/lib/python3.10/site-packages/torch/utils/checkpoint.py", line 157, in backward torch.autograd.backward(outputs_with_grad, args_with_grad) File...