Skip to content

Commit 463bec4

Browse files
committed
Added documentation
1 parent 7705a7e commit 463bec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/training.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ flag to True in the configuration file.
297297
298298
training:
299299
# start the training from a checkpoint of a previous run
300-
fork_run_id: '51a97d40a49e48d284494a3b5d87ef2b'
300+
fork_run_id: ...
301301
load_weights_only: True
302302
transfer_learning: True
303303
@@ -333,7 +333,7 @@ frozen and only the encoder and decoder will be trained:
333333
334334
training:
335335
# start the training from a checkpoint of a previous run
336-
fork_run_id: '51a97d40a49e48d284494a3b5d87ef2b'
336+
fork_run_id: ...
337337
load_weights_only: True
338338
339339
submodules_to_freeze:

0 commit comments

Comments
 (0)