Rasa test nlu batch size - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
👋 Introducing the Rasa Playground
Rasa test nlu batch size
post by liloup1789 on Apr 13, 2021
Hello, I am struggling to configure the DIET classifier for test process… My nlu.yml file contains around 100k lines. After splitting, there are 90k for train and 10k for test. When I train the model with the default batch size (60-256), no problem, it takes 2h with my machine. But when I am testing, which is supposed to go much faster, it takes ages because it evaluates the data example per example… How to change the behaviour so the rasa test also does batching ?
811 views