Z

Results 5 comments of Z

@goingcoder The evaluation script is provided with Conll2003 dataset. And this script support BIO1 and BIO2 input. But all the input will be evaluated in BIO1 way.

> 您好,我想使用自己的数据集,但是我的原始数据格式没有进行bio标注,如果进行数据处理,把数据的格式转换成这个模型输入的格式,如何进行数据BIO标注呢? 推荐YEDDA

@xinmiaolin download the [repository](https://github.com/RexYing/gnn-model-explainer/tree/bc984829f4f4829e93c760e9bbdc8e73f96e2cc1) under the gnnexp directory then type `git apply --reject --whitespace=fix ../gnnexp.patch`. The git patch should applies correctly.

I pass `curl -sf4 https://ipinfo.io | jq -r '.ip'` to parametrer `CUSTOM_LOOKUP_CMD`, then it works as expected. I wonder why it can't get the public IP address at https://github.com/oznu/docker-cloudflare-ddns/blob/a96b637d72f025a4d50dbcd4e0321d0300339858/root/app/cloudflare.sh#L53

The `IP_ADDRESS `at [this line](https://github.com/oznu/docker-cloudflare-ddns/blob/a96b637d72f025a4d50dbcd4e0321d0300339858/root/app/cloudflare.sh#L49) will return `;; connection timed out; no servers could be reached`, and it's not equal to `""`, so it will not execute line 53. PS:...