kevin

Results 13 issues of kevin

最后保存的模型文件只有单个pb模型文件,variables已经集成到模型文件中。那个相比于带有variables的模型而言,单个pb模型文件不需要进行signature进行配置吗? ![image](https://user-images.githubusercontent.com/16151674/82996538-adef2d80-a037-11ea-82bd-6d445d7e4030.png)

![image](https://user-images.githubusercontent.com/16151674/65829921-0b7e7f00-e2dd-11e9-9296-3a5bac332305.png)

PaddlePaddle 2.x以后的版本没有办法进行增量训练吗?训练时候会出现下面的报错: `AssertionError: In PaddlePaddle 2.x, we turn on dynamic graph mode by default, and 'data()' is only supported in static graph mode. So if you want to use this...

在词法分析增量训练之后,再加载自定义词典,进行分析,发现自定义词典中定义的词不起作用,自定义词典也是完全按照这里指定的类型设置的,难道自定义模型和自定义词典不能同时加载使用吗?两者会存在冲突吗?

文本中的链接地址被标记为实体: ![image](https://user-images.githubusercontent.com/16151674/103201357-b17ac800-492a-11eb-9d50-675e919ecf2d.png)

我在实体提取的过程中发现,分词标记会将单个的姓氏标记为PER 原始句子: “自徐姓祖先于南宋淳熙年间迁来定居,后高姓、张姓始祖相继迁入” 分词标记结果: '自': 'p', '徐': 'PER', '姓': 'n', '祖先': 'n', '于南宋淳熙': 'PER', '年间': 'n', '迁': 'v', '来': 'v', '定居': 'v', '后': 'f', '高姓': 'n', '、': 'w', '张': 'PER',...

您好!请问比赛使用的数据有吗?能否提供一份?谢谢

我在进行LAC模型增量训练的时候,报以下错误: ---------------------- Error Message Summary: ---------------------- PreconditionNotMetError: The number(4) of samples[words] of current batch is less than the count(10) of devices(CPU), currently, it is not allowed. You should set the...

你好,请问一下,我把数据换成自己的数据,也是采用这种标注方式,然后label种类也是我自己的,可以吗? 我发现换了之后,出现这种错误: ![image](https://user-images.githubusercontent.com/16151674/96369158-fa740a80-118a-11eb-86c4-d639ae8d0a55.png) 数据和标签label都换成我自己的了。 请问,这是什么原因呢?只能使用原有的label类型吗?