Skip to content

Commit 1eba5ce

Browse files
authored
Update README.md
1 parent 24b4a5a commit 1eba5ce

File tree

1 file changed

+24
-1
lines changed
  • caicloud.tensorflow/caicloud/clever/examples/recommandation

1 file changed

+24
-1
lines changed

caicloud.tensorflow/caicloud/clever/examples/recommandation/README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,27 @@ Eval RMSE at round 16000 is: 0.917023718357
3838
Eval RMSE at round 18000 is: 0.915674805641
3939
Eval RMSE at round 20000 is: 0.91452050209
4040
Eval RMSE at round 22000 is: 0.915164649487
41-
```
41+
```
42+
43+
44+
## TaaS 平台 Serving request
45+
```
46+
{
47+
"inputs": {
48+
"user": {
49+
"dtype": "DT_INT32",
50+
"tensorShape": {"dim": [ {"size": "1"} ] },
51+
"intVal": [
52+
2
53+
]
54+
},
55+
"item": {
56+
"dtype": "DT_INT32",
57+
"tensorShape": {"dim": [ {"size": "1"} ] },
58+
"intVal": [
59+
3
60+
]
61+
}
62+
}
63+
}
64+
```

0 commit comments

Comments
 (0)