File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments