cisco / mindmeld

An Open Source Conversational AI Platform for Deep-Domain Voice Interfaces and Chatbots.
http://mindmeld.com
Apache License 2.0
677 stars 186 forks source link

Check if incremental path exists before loading #447

Closed vrdn-23 closed 2 years ago

vrdn-23 commented 2 years ago

This solves the issue described in #424. We now check if the incremental path exists before trying to load it. If it does not exist, we fall back to loading from the default model path.

I've also updated a unit test to verify this behavior.