首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >路径'config.yml‘不存在。请确保使用默认位置('config.yml')或使用‘-config’指定它。

路径'config.yml‘不存在。请确保使用默认位置('config.yml')或使用‘-config’指定它。
EN

Stack Overflow用户
提问于 2019-08-14 08:58:03
回答 2查看 4.1K关注 0票数 2

我试图将rasa集成到google助手:https://blog.rasa.com/going-beyond-hey-google-building-a-rasa-powered-google-assistant/

然后在rasa火车后,我得到了这个错误。

代码语言:javascript
复制
(voice_bot) arjun@arjun-Lenovo-ideapad:~/Desktop/rasa_google$ rasa train
/home/arjun/enviro/voice_bot/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:526: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint8 = np.dtype([("qint8", np.int8, 1)])
/home/arjun/enviro/voice_bot/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:527: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
/home/arjun/enviro/voice_bot/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:528: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint16 = np.dtype([("qint16", np.int16, 1)])
/home/arjun/enviro/voice_bot/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:529: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
/home/arjun/enviro/voice_bot/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:530: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint32 = np.dtype([("qint32", np.int32, 1)])
/home/arjun/enviro/voice_bot/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:535: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  np_resource = np.dtype([("resource", np.ubyte, 1)])
The path 'config.yml' does not exist. Please make sure to use the default location ('config.yml') or specify it with '--config'.

以下是我的版本:

  • rasa (1.1.8)
  • rasa-核心(0.14.5)
  • rasa-core-sdk (0.14.0)
  • rasa-nlu (0.15.1)
  • rasa-sdk (1.1.1)
  • rasa-x (0.20.0)
EN

回答 2

Stack Overflow用户

发布于 2020-11-11 08:22:44

你只需要跑

代码语言:javascript
复制
rasa init

这将负责设置工作目录。

票数 1
EN

Stack Overflow用户

发布于 2020-08-06 07:19:59

问题是,还没有选择当前的工作目录。使用cd选择工作环境。例如:cd C:\Users\Jinu Augustine\Documents\rasabot。尝试rasa train nlu之后,它应该可以工作。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/57491391

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档