Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade rasa nlu #201

Open
ErickKramer opened this issue Jul 12, 2019 · 1 comment
Open

Upgrade rasa nlu #201

ErickKramer opened this issue Jul 12, 2019 · 1 comment
Labels
Feature: Speech Type: Maintenance Changes due to version updates or CI setup

Comments

@ErickKramer
Copy link
Contributor

Is your feature request related to a problem? Please describe.

  • Recently, rasa got a major upgrade and merged rasa_core and rasa_nlu into a single library called rasa.

  • Models trained in the new version of rasa (1.1.5) cannot be loaded into the older version of rasa currently install in lucy (rasa_nlu 0.14.0).

  • New version of rasa does not support python 2.7 mentioned here.

  • Way of generating nlu models changed, but we have created already a repository overcoming this problem, temporarily in here.

Describe the solution you'd like

  • Install the new version of rasa (1.1.5), as it might have better nlu models that could improve performance.

  • This would require using python3 instead of python 2.

Additional context

  • The major concern is whether rasa is going to be able to be used with our current nodes in ROS if we upgrade.

  • An alternative is to use an older version of rasa for both training and deployment so that python 2 is still supported.

@ErickKramer ErickKramer added the Type: Enhancement New feature or request label Jul 12, 2019
@argenos argenos added Feature: Speech Type: Maintenance Changes due to version updates or CI setup and removed Type: Enhancement New feature or request labels Jul 12, 2019
@argenos
Copy link
Contributor

argenos commented Jul 12, 2019

This is related to #175 and #176

@PatrickNa @alex-mitrevski who is taking care of creating the script to test python3 with kinetic? I believe in #175 no one volunteered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Speech Type: Maintenance Changes due to version updates or CI setup
Projects
None yet
Development

No branches or pull requests

2 participants