Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit d436dc6

Browse files
authored
Update 20200117-tfx-generic-trainer.md
1 parent 0e7981a commit d436dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rfcs/20200117-tfx-generic-trainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def run_fn(args: trainer.executor.TrainerFnArgs) -> None:
145145
"""Build the TF model and train it."""
146146
model = _build_keras_model()
147147
model.fit(...)
148+
# Save model to args.serving_model_dir.
148149
model.save(...)
149150
```
150151

0 commit comments

Comments
 (0)