Guest User

Untitled

a guest
Nov 14th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Bot loaded. Type a message and press enter (use '/stop' to exit):
  2. sad
  3. Exception in thread Thread-2:
  4. Traceback (most recent call last):
  5. File "C:python36libthreading.py", line 916, in _bootstrap_inner
  6. self.run()
  7. File "C:python36libthreading.py", line 864, in run
  8. self._target(*self._args, **self._kwargs)
  9. File "C:python36libsite-packagesrasa_corechannelschannel.py", line 291, in on_message_wrapper
  10. on_new_message(message)
  11. File "C:python36libsite-packagesrasa_coreagent.py", line 316, in handle_message
  12. return processor.handle_message(message)
  13. File "C:python36libsite-packagesrasa_coreprocessor.py", line 86, in handle_message
  14. self._predict_and_execute_next_action(message, tracker)
  15. File "C:python36libsite-packagesrasa_coreprocessor.py", line 305, in _predict_and_execute_next_action
  16. action, policy, confidence = self.predict_next_action(tracker)
  17. File "C:python36libsite-packagesrasa_coreprocessor.py", line 168, in predict_next_action
  18. probabilities, policy = self._get_next_action_probabilities(tracker)
  19. File "C:python36libsite-packagesrasa_coreprocessor.py", line 478, in _get_next_action_probabilities
  20. tracker, self.domain)
  21. File "C:python36libsite-packagesrasa_corepoliciesensemble.py", line 288, in probabilities_using_best_policy
  22. if (result.index(max_confidence) ==
  23. AttributeError: 'NoneType' object has no attribute 'index'
  24.  
  25. PYTHON 3.6.0
  26. RASA CORE 0.12.0
  27. RASA NLU 0.13.0
  28. TENSORFLOW 1.10.0
  29. PROTOBUF 3.6.0
  30.  
  31. python -m rasa_core.train -d domain.yml -s stories.md -o models/dialogue
  32.  
  33. ./models/dialogue
Add Comment
Please, Sign In to add comment