Hello, I don’t know if this has happened to anyone but sometimes when i train the rasa NLU model, I have the following error when i try to run rasa shell nlu.
models are trained on a server while i try to run them locally or from another server
zlib.error: Error -3 while decompressing data: invalid code lengths set
I train the model in pythonic way of rasa
train_nlu(
config=config,
nlu_data=nlu_data,
output=output_path,
fixed_model_name="model",
additional_arguments=meta,
)
This error is not consistent but rather happens sometimes. Is it something to do with the compression? I trained on pods in k8s.
Anyone ever faced this