mindchemistry.utils.load_yaml_config ========================================= .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.5.0/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindscience/blob/r0.7/docs/api_python/mindchemistry/utils/mindchemistry.utils.load_yaml_config.rst :alt: 查看源文件 .. py:function:: mindchemistry.utils.load_yaml_config(file_path) 加载一个 YAML 配置文件。 参数: - **file_path** (str) - YAML 配置文件的路径。 返回: - **config** (dict) - 以字典格式返回的配置信息。