Skip to content

Commit 878d404

Browse files
committed
Fix docstring
1 parent fe01f04 commit 878d404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deepxde/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ def train(
119119
callbacks: List of ``deepxde.callbacks.Callback`` instances.
120120
List of callbacks to apply during training.
121121
model_restore_path: String. Path where parameters were previously saved.
122-
See `tf.train.Saver.restore <https://www.tensorflow.org/versions/r1.14/api_docs/python/tf/train/Saver#restore>`_.
122+
See `` save_path `` in `tf.train.Saver.restore <https://www.tensorflow.org/api_docs/python/tf/compat/v1/train/Saver#restore>`_.
123123
model_save_path: String. Prefix of filenames created for the checkpoint.
124-
See `tf.train.Saver.save <https://www.tensorflow.org/versions/r1.14/api_docs/python/tf/train/Saver#save>`_.
124+
See ``save_path`` in `tf.train.Saver.save <https://www.tensorflow.org/api_docs/python/tf/compat/v1/train/Saver#save>`_.
125125
print_model: If ``True``, print the values of all variables.
126126
"""
127127
self.batch_size = batch_size

0 commit comments

Comments
 (0)