WeiLuo
WeiLuo
I'm also interested in your research (CGNF),could you share your source code? My Email: [email protected]
Thank you for your advice. I have resolved the previous issues, but now I have encountered another bug. When I train the model, the following assertion throws a new error:...
I have followed your data preprocessing procedure as outlined below: ``` raw GPS trajectories(A) A---------interpolate_trajectory.py-------->B A---------hmm.py---------project_trajectory.py--------->C---------epsilon_trajectory.py--------->D B as input, D as output ``` However, I have noticed that there is...
temp是一个临时文件,最后会被删除,即` os.remove("temp")`,自己看一下代码吧。
你好,我这边核对了一下,貌似没过期,我这边是能正常打开的,而且我的资源设置的是永久有效。
说明文档中提供了数据集的下载地址的,源码里面有预处理的源码。
我这边当时是能跑的,根据报错是crf计算loss那里的问题,可能是环境不同CRF的版本不同,我这边pytorch-crf版本是0.7.2,你试试用我这个版本看看。 ------------------ 原始邮件 ------------------ 发件人: "sxwee/BERT_BiLSTM_CRF_NER" ***@***.***>; 发送时间: 2022年9月7日(星期三) 晚上8:38 ***@***.***>; ***@***.***>; 主题: [sxwee/BERT_BiLSTM_CRF_NER] 运行问题 (Issue #4) 您好,我在跑您提供的数据集时遇到这个问题,是否那块写的有点问题 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this...
google官方的模型都是tf版本的,需要用脚本转换为pytorch版本的才能用 ------------------ 原始邮件 ------------------ 发件人: "WLuo2315/BERT_BiLSTM_CRF_NER" ***@***.***>; 发送时间: 2021年5月16日(星期天) 下午2:34 ***@***.***>; ***@***.***>; 主题: Re: [WLuo2315/BERT_BiLSTM_CRF_NER] 请问下这个是什么原因呢? (#1) 只是换了其中的预训练模型,就出现了这种问题 — You are receiving this because you are subscribed to this thread. Reply to this email...