We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b55b1 commit 34cd12cCopy full SHA for 34cd12c
docs/guide/save_load.md
@@ -12,9 +12,9 @@ Loading these models are covered in the following two tutorials:
12
- [Import Graphdef models](../tutorials/conversion/import_saved_model.md)
13
14
15
-## Save a tf.Model
+## Save a tf.model
16
17
-[`tf.Model`](https://js.tensorflow.org/api/0.14.2/#class:Model) and [`tf.Sequential`](https://js.tensorflow.org/api/0.14.2/#class:Model)
+[`tf.model`](https://js.tensorflow.org/api/latest/#model) and [`tf.Sequential`](https://js.tensorflow.org/api/latest/#class:Sequential)
18
both provide a function [`model.save`](https://js.tensorflow.org/api/0.14.2/#tf.Model.save) that allow you to save the
19
_topology_ and _weights_ of a model.
20
0 commit comments