💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Rasa version: 1.10.7
Python version: 3.7
Operating system: Ubuntu 18
Issue: I am using the configuration given below. In the first case, I tested it with a 7MB large training dataset (on my thinking is small set). While training BERT(featurizers, and DIETClassifier), the usage of the server's memory is fine:
GPU: 71MiB/11441MiB, where 60MiB is used by the training process;
CPU: maximum of 30% of its memory.
After that, when it comes to CRFEntityExtractor, while usage of GPU memory stays the same, the usage of CPU memory jumps to 100%, and the server crashes - it gives the error message below. In the second case, I used a 1MB large training dataset. When it comes to CRFEntityExtractor, the usage of CPU memory instantaneously jumps from 8% to 20%, but then it drops to 10% and training continues normally.
Moreover, this situation happens only with the combination of BERT and CRFEntityExtractor in the pipeline.
Is there somebody familiar with this issue? Any help would be appreciated.
Rasa version: 1.10.7 Python version: 3.7 Operating system: Ubuntu 18
Issue: I am using the configuration given below. In the first case, I tested it with a 7MB large training dataset (on my thinking is small set). While training BERT(featurizers, and DIETClassifier), the usage of the server's memory is fine:
After that, when it comes to CRFEntityExtractor, while usage of GPU memory stays the same, the usage of CPU memory jumps to 100%, and the server crashes - it gives the error message below. In the second case, I used a 1MB large training dataset. When it comes to CRFEntityExtractor, the usage of CPU memory instantaneously jumps from 8% to 20%, but then it drops to 10% and training continues normally.
Moreover, this situation happens only with the combination of BERT and CRFEntityExtractor in the pipeline.
Is there somebody familiar with this issue? Any help would be appreciated.
Server configuration:
Error (including full traceback):
Command or request that led to error:
Content of configuration file (config.yml):