Skip to content

Commit 34cd12c

Browse files
committed
updated broken url on save_load.md
1 parent d7b55b1 commit 34cd12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/save_load.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Loading these models are covered in the following two tutorials:
1212
- [Import Graphdef models](../tutorials/conversion/import_saved_model.md)
1313

1414

15-
## Save a tf.Model
15+
## Save a tf.model
1616

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)
17+
[`tf.model`](https://js.tensorflow.org/api/latest/#model) and [`tf.Sequential`](https://js.tensorflow.org/api/latest/#class:Sequential)
1818
both provide a function [`model.save`](https://js.tensorflow.org/api/0.14.2/#tf.Model.save) that allow you to save the
1919
_topology_ and _weights_ of a model.
2020

0 commit comments

Comments
 (0)