turkeymz
turkeymz
Signed-off-by: [email protected] Fixes ISSUE: not bug fix Changes: 1. update development documentation
请问有没有unbind 和unload的API文档。 暂时我只找到总fate-serving-admin页面上按钮点击,但我想类似load的那样,通过API来操作
Does this platform support sklearn? Because most of the algorithms used are from sklearn.
I am using rocketmq in the flash application. But when the application wants to send a message the second time, it meets this exeception **The producer group has been created...
### Feature Description (功能描述) hugegraph有没有支持国产数据库的计划? 如果没有的话,我们需要自行适配一块数据库,有什么开发流程吗?
### Feature Description (功能描述) 提供实体融合的功能,通过实体属性相似度(非连接)或者关键属性值对比,判断是否为同一个实体,然后融合。 新实体写入时并未生成关系,只有一个个点。此时无法通过官方相似度判断实体是否相同。 若官方提供相应指导,我可以帮忙实现。因为该功能确实比较必须
大大们好,看了你们的项目,有一些技术问题想咨询你们。 我的问题不会涉及到抄袭或借鉴你们的项目去开源搞其他内容,纯个人研究的一些问题。 要是有用得上我劳动力的话,我也愿意加入你们。感谢 方便的话,可以加一个好用联系吗? 我微信号:turkeymz
### PR types Bug fixes ### PR changes Models ### Description 运行环境:Windows 使用trainer进行prompt训练并保存后相关静态文件后,再使用AutoTemplate.load_from()/SoftVerbalizer.load_from()/PromptTrainer.load_state_dict_from_checkpoint()都无法加载静态文件。 报错原因是保存时规定了utf-8保存,而加载时未限制。导致windows下的gbk编码报错 修复地方: PromptTrainer引用的是AutoTemplate和SoftVerbalizer,所以只需要修复这两个文件下load_from方法即可
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Feature Description (功能描述) 使用loader时,通过属性值(非主键属性)来创建关系会报 #### PARSE ERROR: Make sure the the...
### Feature Description (功能描述) 完善功能如下: 1. 完善使用文档,现有文档极度不完善,无法有效判断如何使用 2. 提供API的调用方式,无需依赖k8s的任务功能,直接部署于机器下并通过API执行任务