Running this causes this output:
/usr/local/lib/python3.6/site-packages/pykwalify/core.py:99: UnsafeLoaderWarning:
The default ‘Loader’ for ‘load(stream)’ without further arguments can be unsafe.
Use ‘load(stream, Loader=ruamel.yaml.Loader)’ explicitly if that is OK.
Alternatively include the following in your code:
import warnings
warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning)
In most other cases you should consider using 'safe_load(stream)'
data = yaml.load(stream)
Processed Story Blocks: 100%|██████████████████████████████████████████████████████████████████████████████| 26/26 [00:00<00:00, 2419.24it/s, # trackers=16]
2019-01-07 08:22:41 INFO rasa_core.agent - Model directory models/dialogue/ exists and contains old model files. All files will be overwritten.
2019-01-07 08:22:41 INFO rasa_core.agent - Persisted model to '/app/kiddiecommute 2/models/dialogue'
I do not see it going over any epochs. Inside of my models/diaglogue folder, I only have the files:
domain.json
domain.yml
policy_metadata.json
I do not see any models, or policy files