From d1b5991909c480acb7088ac9b3b87ddafef9e952 Mon Sep 17 00:00:00 2001 From: doucumentSql <49867236+thenk008@users.noreply.github.com> Date: Mon, 13 Jan 2020 23:10:09 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8d074..0b3a1e4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ public static void testPic() throws Exception {
` }` //获取训练结束的模型参数,提取出来转化成JSON保存数据库,下次服务启动时不用学习
//直接将模型参数注入
- //获取模型MODLE
+ //获取模型MODLE,我们学习最终目的就是学习结束拿出这个模型参数,并序列化为json字符串准备下次启动服务时注入模型参数
` ModelParameter modelParameter = templeConfig.getModel();`
//将模型MODEL转化成JSON 字符串
//String model = JSON.toJSONString(modelParameter);