I have the same problem with the right utter fired and the fallback for some intent
Moreover,
when I train the core
I have different values
Once
chat1$>rm models/dialogue -Rf
chat1$>python3 -m rasa_core.train -d domain.yml -o models/dialogue/ -vv -s data/stories -c config.yaml
2018-11-19 08:25:55 DEBUG rasa_core.training.generator - Generated trackers will be deduplicated based on their unique last 2 states.
2018-11-19 08:25:55 DEBUG rasa_core.training.generator - Number of augmentation rounds is 3
2018-11-19 08:25:55 DEBUG rasa_core.training.generator - Starting data generation round 0 … (with 1 trackers)
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:00<00:00, 788.89it/s, # trackers=1$
2018-11-19 08:25:55 DEBUG rasa_core.training.generator - Finished phase (205 training samples found).
2018-11-19 08:25:55 DEBUG rasa_core.training.generator - Data generation rounds finished.
2018-11-19 08:25:55 DEBUG rasa_core.training.generator - Found 0 unused checkpoints
2018-11-19 08:25:55 DEBUG rasa_core.training.generator - Starting augmentation round 0 … (with 50 trackers)
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:12<00:00, 16.50it/s, # trackers=50$
2018-11-19 08:26:08 DEBUG rasa_core.training.generator - Finished phase (10455 training samples found).
2018-11-19 08:26:08 DEBUG rasa_core.training.generator - Starting augmentation round 1 … (with 50 trackers)
Processed Story Blocks: 15%|█████████▌ | 31/213 [00:01<00:10, 17.36it/s, # trackers=47$
/NOBACKUP/centos/Python-3.5.2/lib/python3.5/site-packages/pykwalify/core.py:99: UnsafeLoaderWarning:
The default ‘Loader’ for ‘load(stream)’ without further arguments can be unsafe.
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:12<00:00, 16.88it/s, # trackers=47$
2018-11-19 08:26:21 DEBUG rasa_core.training.generator - Finished phase (20093 training samples found).
2018-11-19 08:26:21 DEBUG rasa_core.training.generator - Starting augmentation round 2 … (with 50 trackers)
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:13<00:00, 15.48it/s, # trackers=50$
2018-11-19 08:26:35 DEBUG rasa_core.training.generator - Finished phase (30343 training samples found).
2018-11-19 08:26:35 DEBUG rasa_core.training.generator - Found 30343 training trackers.
2018-11-19 08:26:35 DEBUG rasa_core.agent - Agent trainer got kwargs: {}
2018-11-19 08:26:35 DEBUG rasa_core.featurizers - Creating states and action examples from collected trackers (by MaxHistoryTrackerFeaturi$er(BinarySingleStateFeaturizer))…
Processed trackers: 100%|█████████████████████████████████████████████████████████████| 30343/30343 [00:25<00:00, 1173.30it/s, # actions=37714$2018-11-19 08:27:01 DEBUG rasa_core.featurizers - Created 37714 action examples.
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
masking (Masking) (None, 2, 452) 0
_________________________________________________________________
lstm (LSTM) (None, 32) 62080
_________________________________________________________________
dense (Dense) (None, 209) 6897
_________________________________________________________________
activation (Activation) (None, 209) 0
=================================================================
Total params: 68,977
Trainable params: 68,977
Non-trainable params: 0
_________________________________________________________________
2018-11-19 08:27:03 DEBUG rasa_core.policies.keras_policy - None
2018-11-19 08:27:03 INFO rasa_core.policies.keras_policy - Fitting model with 37714 total samples and a validation split of 0.1
2018-11-19 08:27:03 DEBUG rasa_core.policies.policy - Parameters ignored by model.fit(...)
: {}
Epoch 1/200
37714/37714 [==============================] - 1s 39us/step - loss: 5.2777 - acc: 0.1274
Repeated
chat1$>rm models/dialogue -Rf
chat1$>python3 -m rasa_core.train -d domain.yml -o models/dialogue/ -vv -s data/stories -c config.yaml
2018-11-19 08:36:19 DEBUG rasa_core.training.generator - Generated trackers will be deduplicated based on their unique last 2 states.
2018-11-19 08:36:19 DEBUG rasa_core.training.generator - Number of augmentation rounds is 3
2018-11-19 08:36:19 DEBUG rasa_core.training.generator - Starting data generation round 0 … (with 1 trackers)
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:00<00:00, 745.54it/s, # trackers=3]
2018-11-19 08:36:19 DEBUG rasa_core.training.generator - Finished phase (205 training samples found).
2018-11-19 08:36:19 DEBUG rasa_core.training.generator - Data generation rounds finished.
2018-11-19 08:36:19 DEBUG rasa_core.training.generator - Found 0 unused checkpoints
2018-11-19 08:36:19 DEBUG rasa_core.training.generator - Starting augmentation round 0 … (with 50 trackers)
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:13<00:00, 16.10it/s, # trackers=42]
2018-11-19 08:36:32 DEBUG rasa_core.training.generator - Finished phase (10047 training samples found).
2018-11-19 08:36:32 DEBUG rasa_core.training.generator - Starting augmentation round 1 … (with 50 trackers)
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:13<00:00, 16.29it/s, # trackers=51]
2018-11-19 08:36:45 DEBUG rasa_core.training.generator - Finished phase (19889 training samples found).
2018-11-19 08:36:45 DEBUG rasa_core.training.generator - Starting augmentation round 2 … (with 50 trackers)
Processed Story Blocks: 100%|█████████████████████████████████████████████████████████████████| 213/213 [00:13<00:00, 15.25it/s, # trackers=54]
2018-11-19 08:36:59 DEBUG rasa_core.training.generator - Finished phase (30139 training samples found).
2018-11-19 08:36:59 DEBUG rasa_core.training.generator - Found 30139 training trackers.
2018-11-19 08:36:59 DEBUG rasa_core.agent - Agent trainer got kwargs: {}
2018-11-19 08:36:59 DEBUG rasa_core.featurizers - Creating states and action examples from collected trackers (by MaxHistoryTrackerFeaturizer(BinarySingleStateFeaturizer))…
Processed trackers: 100%|█████████████████████████████████████████████████████████████| 30139/30139 [00:25<00:00, 1172.40it/s, # actions=42863]2018-11-19 08:37:25 DEBUG rasa_core.featurizers - Created 42863 action examples.
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
masking (Masking) (None, 2, 452) 0
_________________________________________________________________
lstm (LSTM) (None, 32) 62080
_________________________________________________________________
dense (Dense) (None, 209) 6897
_________________________________________________________________
activation (Activation) (None, 209) 0
=================================================================
Total params: 68,977
Trainable params: 68,977
Non-trainable params: 0
_________________________________________________________________
2018-11-19 08:37:27 DEBUG rasa_core.policies.keras_policy - None
2018-11-19 08:37:27 INFO rasa_core.policies.keras_policy - Fitting model with 42863 total samples and a validation split of 0.1
2018-11-19 08:37:27 DEBUG rasa_core.policies.policy - Parameters ignored by model.fit(...)
: {}
Epoch 1/200
42863/42863 [==============================] - 2s 36us/step - loss: 5.2474 - acc: 0.2268
I do not know if it is normal, I did not change anything between training