CrazyJiang
CrazyJiang
ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output >>> defined...
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve 'com.github.jiangdongguo.AndroidUSBCamera:libmedia:feature_3.1_multipule_cameras-22a6c874f6-1'. Settings.gradle ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon...
您好!在rasa_dataset_training.json文件中,意图 inform_case 和 SearchCase有什么区别?为什么不用一个SearchCase包括这两个意图的样本?另外,如果把这两个意图的样本都归纳到form:case_form,即命名一个case_form意图,这样不是不好构建story吗?现在遇到一些问题想不通,麻烦能够解释下原因吗?谢谢!
我现在有这么一个场景:当我们输入“”查询车牌号码粤A12345“”,rasa core能够返回请求的数据给我,但当我再次输入“”再帮我查一下身份证号码“”时,rasa core却把上一次车牌的结果返回给我,而没有问我继续输入身份证号码,请问是什么原因导致的呢?期待解答!谢谢! Rasa Core logs: ``` 192.168.0.110 - - [2019-06-08 11:44:37] "POST /webhooks/rest/webhook HTTP/1.1" 200 452 1.066897 2019-06-08 11:44:51 DEBUG rasa_core.tracker_store - Recreating tracker for id '152869574032212890:123' 2019-06-08 11:44:52...
你好!感谢你的项目,很赞。这里我有个问题,就是我在训练NLU数据的时候,总共51条,4个意图,10个实体,但是5个小时才能够训练完,有时候还会挂掉,请问是什么原因导致的?还是我在构造训练数据时对实体、意图的标志不对?期待解答,谢谢!