-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Add model name to the logs in CLI #6571
Comments
Thanks for submitting this feature request 🚀 @tabergma will get back to you about it soon! ✨ |
@Akhil-YS Thanks for creating this issue. Should the model name only be visible during debug mode or in general? Do you think we need the full path or does the relative path is sufficient? If you like you can also take this over and try to solve it. Would you be interested? |
Hi, @tabergma I think the general mode would be good unless someone feels too many logs. As we would be running those commands from inside of the project path, I feel that the relative path would suffice. Thank you for the invite. I would like to but currently, I'm occupied with other works too. I'll let u know if I could find some time. |
Ok. Thanks for the input. I think we can solve this by modifying this method: https://github.com/RasaHQ/rasa/blob/master/rasa/model.py#L121 |
@tabergma. I will surely work on it as soon as I find the time. Thank you for the pointer. Could you help me out with another issue regarding oov token in CountVectorsFeaturizer? I think the CountVectorsFeaturizer is not working with oov token. I posted it on the community forum and tagged u. I'm thinking to raise an issue here. |
Hey there, @tabergma ! Is someone working on this issue? |
@lucasdutraf Sure, feel free to pick it up 🚀 |
Amazing! I'm already working on it |
Hey @tabergma ! @mbslet and I are working together and we've got some progress, but also some questions about this issue. First, we wanted to know if the expected output is something like that, to assure that we are on the right path for solving this issue:
Second, we didn't understand if all the mentioned commands like |
As far as I understood the request of @Akhil-YS the model path should appear in all kind of commands and not only in debug mode but in also if you run, for example, |
closed by #6840 |
Description of Problem:
It would be more informative if the name of the model which is currently being loaded is displayed in the logs for CLI commands like
rasa shell
rasa shell nlu
rasa run
Overview of the Solution:
The text was updated successfully, but these errors were encountered: