Open charosen opened 4 years ago
Hi, @ChristophAlt
I have difficulty in reproducing result auc 0.422
provided by your Trained Models.
I train the model in your repo via model_paper.json, and can only get the result auc 0.413
, with following settings:
Also, i notice your Trained Model's vocabulary contain 58 relations, not 53 relations. Could you share:
Hi, @ChristophAlt
您好,我无法运行这个代码,按照作者提示输入训练命令之后会报错
Traceback (most recent call last):
File "/home/mxl/package/yes/envs/python3.6.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/home/mxl/package/yes/envs/python3.6.6/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/mxl/package/yes/envs/python3.6.6/lib/python3.6/site-packages/allennlp/run.py", line 18, in
可否麻烦您把您运行的代码发给我一份呢?
Hi, @ChristophAlt哈哈哈,不用了,代码已经跑起来了,是因为版本问题。
Hi:
Thanks for the awesome contributions.
I notice there is
sorting keys
params in your config, but it seems like_create_batches
of BagIterator doesn't use those keys to sort Bags/Instances in your repo.So I wonder if you actually implement the sorting. If you do, how do you implement the sorting?