fix(docs): compile error for using curly brace

This commit is contained in:
yingzhao 2024-11-04 17:24:16 +08:00
parent f8bd752e59
commit 097174f609
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def test_iqr(self):
并在 model 目录下建立对应的文件夹存放该模型。
保存模型的调用,可参考 encoder.py 的方式,用户通过调用 set_params 方法,并指定参数 {"model": "ad_encoder_keras"} 的方式,可以调用该模型进行计算。
保存模型的调用,可参考 encoder.py 的方式,用户通过调用 set_params 方法,并指定参数 `{"model": "ad_encoder_keras"}` 的方式,可以调用该模型进行计算。
具体的调用方式如下: