Skip to content

Commit fd34acf

Browse files
committed
Fix docstring
1 parent 878d404 commit fd34acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepxde/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ 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 `` save_path `` in `tf.train.Saver.restore <https://www.tensorflow.org/api_docs/python/tf/compat/v1/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.
124124
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.

0 commit comments

Comments
 (0)