Bilal LOTFI
Bilal LOTFI
### Rasa Open Source version 3.1 ### Rasa SDK version _No response_ ### Python version 3.8 ### What operating system are you using? Windows ### What happened? Slots are not...
> 0, 'datasets should not be an empty iterable' # type: ignore[arg-type] AssertionError: datasets should not be an empty iterable My config.py : """ Default CONFIGURATIONS """ exp_name = 'logs'...
Filtering the images containing characters which are not in opt.character Filtering the images whose label is longer than opt.batch_max_length -------------------------------------------------------------------------------- dataset_root: data_lmdb/training/ opt.select_data: ['/'] opt.batch_ratio: ['1'] -------------------------------------------------------------------------------- dataset_root: data_lmdb/training/ dataset:...
Traceback (most recent call last): File "C:\Users\asus\Desktop\chatbot\nlu_model.py", line 18, in train_nlu('./data/data.json', 'config_spacy.json', './models/nlu') File "C:\Users\asus\Desktop\chatbot\nlu_model.py", line 9, in train_nlu trainer = Trainer(RasaNLUConfig(config)) File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\rasa_nlu\model.py", line 130, in __init__ component =...