-
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
Train finetune flag throws tensorflow error #7720
Comments
Hi @stefanvantchev, I am unable to reproduce the error. I think there might be some problem with the data. To help diagnose it could you tell me a bit more about your setup -
|
I have 3 intents in both the training set, each with about 15-20. I'd be happy to share the model. I am sure it is some sort of prerequisite version mismatch - but what strikes me is that every other command and flag works. |
Finetuning a model has certain restrictions. Does your setup follow those restrictions? We do have checks which would detect if you aren't following those restrictions so I'd be curious to see what's happening. If you are okay to do so, you could send me the training data(a small reproducible set is also fine) and trained model to my mail and I can also take a brief look. |
I decided to test it on a completely brand new debian VM from GCP and clean installation of rasa.
I tested this step by step several times with exactly the same results. |
Can you post what version of tensorflow you have installed? |
tensorflow 2.3.2 Whatever the rasa install required - I did not run any additional installation commands. |
Thanks! I was able to reproduce the error and it seems like the problem is when On more investigation - It looks like the |
Great, I am not losing my mind. |
fixed by #7769 |
Rasa version:
2.2.3
Rasa SDK version (if used & relevant):
2.2.0
Rasa X version (if used & relevant):
none
Python version:
3.7.3
Operating system (windows, osx, ...):
Linux-4.19.0-13-cloud-amd64-x86_64-with-debian-10.7
Issue:
Error (including full traceback):
Command or request that led to error:
python3 -m rasa train nlu --out small/spacy2 --nlu small/small_nlu.md --config small/small_spacy_config.yml **--finetune**
Content of configuration file (config.yml) (if relevant):
Tensorflow related items:
If I remove the "tuneup" flag, the training works just fine.
The model has only 3 intents with about 20 phrases each.
There are no stories - our work is strictly focused only on intent classification.
I've attempted several pipelines to no avail.
The text was updated successfully, but these errors were encountered: