Может тренироваться, но не может взаимодействовать с новым ботом - PullRequest
0 голосов
/ 02 апреля 2020

Я пытаюсь запустить нового бота, следуя инструкции для Windows. Если я смогу добраться до точки , где модель обучается . Вопреки тому, что происходит в видео, я не могу взаимодействовать с ним:

(rasa_env3) C:\Users\antoi\Documents\Programming\Rasa>rasa init
Welcome to Rasa! ?

To get started quickly, an initial project will be created.
If you need some help, check out the documentation at https://rasa.com/docs/rasa.
Now let's start! ??

? Please enter a path where the project will be created [default: current directory] .
? Directory 'C:\Users\antoi\Documents\Programming\Rasa' is not empty. Continue?  Yes
Created project directory at 'C:\Users\antoi\Documents\Programming\Rasa'.
Finished creating project structure.
? Do you want to train an initial model? ??  Yes
Training an initial model...
Training Core model...
Processed Story Blocks: 100%|████████████████████████████████████████████| 5/5 [00:00<00:00, 1186.04it/s, # trackers=1]
Processed Story Blocks: 100%|█████████████████████████████████████████████| 5/5 [00:00<00:00, 429.45it/s, # trackers=5]
Processed Story Blocks: 100%|████████████████████████████████████████████| 5/5 [00:00<00:00, 165.34it/s, # trackers=20]
Processed Story Blocks: 100%|████████████████████████████████████████████| 5/5 [00:00<00:00, 172.61it/s, # trackers=24]
Processed trackers: 100%|█████████████████████████████████████████████████| 5/5 [00:00<00:00, 419.68it/s, # actions=16]
Processed actions: 16it [00:00, 1265.32it/s, # examples=16]
Processed trackers: 100%|█████████████████████████████████████████████| 231/231 [00:02<00:00, 86.55it/s, # actions=126]

(rasa_env3) C:\Users\antoi\Documents\Programming\Rasa>

Как видите, я не могу разговаривать с ботом. Знаете ли вы, как я могу решить эту проблему?

Обновление с помощью rasa shell

(rasa_env3) C:\Users\antoi\Documents\Programming\Rasa>rasa shell
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
You can, at your own risk, disable this warning by setting the environment
variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 or higher will suppress the warning messages totally.
Headers are 1.10.4, library is 1.10.5
        SUMMARY OF THE HDF5 CONFIGURATION
        =================================

General Information:
-------------------
                   HDF5 Version: 1.10.5

.... Проверка строгого формата файла: ВЫКЛ. Оптимизация Инструментарий: Пока ...

...