-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Model hashes are not equal when training from multiple nlu.md files #5405
Comments
Thanks for the issue, @JustinaPetr will get back to you about it soon! You may find help in the docs and the forum, too 🤗 |
Hey @tommykoctur just to clarify, what command do you use to train the model? Are you passing a directory or multiple files? |
HI @akelad I am using command |
ok yeah i can definitely reproduce this. i'll look into what's going on |
Thank you !! I was diving into the rasa code since a few hours to understand why rasa train was always retraining my nlu model. Your modifications works for me ! |
Hi, I have tried it in rasa 1.9.5 and 1.9.6 but it is still producing different model hashes . Please see: To clean rasa install: Model sha1 hashes are different:
Folder2:
|
@tommykoctur are you getting consistent results though? Could you share the structure of your data directory? |
Hi, Here is my data folder2: |
oh wait - are you saying that the results on the two separate folders aren't the same? That's to be expected, the data has a different structure and therefore may get read in a different order. Results should only be the same on two separate runs on the same folder. |
Rasa version:
1.8.1
Python version:
Python 3.7.0
Operating system (windows, osx, ...):
Ubuntu 19.10
Issue:
NLU models trained from multiple .md files have different md5sum even though the random seed was set. When training with the same data from one .md5 then models have the same hashes.
Probably fix ad1dd2c#diff-b69ac23b9d0ad7d535a81c9f705d10e5 did not solved the issue.
Error (including full traceback):
Command or request that led to error:
Content of configuration file (config.yml) (if relevant):
The text was updated successfully, but these errors were encountered: