Skip to content

Commit f4a6269

Browse files
committed
update
1 parent 429004a commit f4a6269

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Contains two examples:
66
* simple model `c = a * b`
77
* an industrial deep model for large scale click through rate prediction
88

9+
Covered knowledge points:
10+
* save model and checkpoint
11+
* freeze model with checkpoint
12+
* replace part of nodes in the model for prediction
13+
* transform libfm data into tfrecord
14+
* load model in C++
15+
* construct `SparseTensor` in C++
16+
* prediction in C++
17+
918
# Build
1019

1120
## Build TensorFlow

0 commit comments

Comments
 (0)