Hello,
We designed a new model for NLP. We are running the model in the Jupyter Notebook noticing that the model was correctly load.
The problem appears when we are fiting the model to Splunk: An error says the model was not found . We are working with the command spacy.load() after uploading the model in the container (created at an external notebook using nlp.to_disk(output_dir)).
Any suggestions?
Thomas
I resolved this issue.
You will have to point the model path to srv/app/model/data after uploading your customized model at the Jupyter Lab's path.
Thomas.
I resolved this issue.
You will have to point the model path to srv/app/model/data after uploading your customized model at the Jupyter Lab's path.
Thomas.