GlobalPointer_torch
GlobalPointer_torch copied to clipboard
请问大佬在CMeEE上跑,参数都没有改,GP的测试F也只到66.1% QAQ
用大佬git上的代码跑了CMeEE,参数都没有改,但是efficient版本验证集只能跑到65%,测试结果只有61.5%。初始版本的GP也只到66.1%,这是为啥啊QAQ我用的也是roberta-zh-large-bert
你好,请问你跑的时候遇到过这个问题吗?难道是我环境的问题? `RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase.
This probably means that you are not using fork to start your
child processes and you have forgotten to use the proper idiom
in the main module:
if __name__ == '__main__':
freeze_support()
...
The "freeze_support()" line can be omitted if the program
is not going to be frozen to produce an executable.
`
你好请问,跑多少轮可以,我跑了30轮,第30轮,F1值提升了,准确得需要跑多少轮
你好请问,跑多少轮可以,我跑了30轮,第30轮,F1值提升了,准确得需要跑多少轮
请问你后续有什么改进嘛