Rasa 3.x 学习系列- Rasa - Issues 4917 Support S3 namespaces when retrieving models from buckets
Issues 4917当从S3加载模型时,命名空间(bucket中的文件夹)能加载。以前,这将导致加载模型时出现报错。
Issues 4917 修复rasa/nlu/persistor.py
class Persistor(abc.ABC):
"""Store models in cloud and fetch them when needed."""
def persist(self, model_directory: Text