Skip to content

Commit

Permalink
Add further documentation to make_examples_options.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572003089
  • Loading branch information
akiraly1 authored and copybara-github committed Oct 9, 2023
1 parent a25a3d1 commit 8e14a53
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion deepvariant/make_examples_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,16 @@
flags.DEFINE_string(
'mode',
None,
'Mode to run. Must be one of calling, training or candidate_sweep',
(
'Mode to run. Must be one of calling, training or candidate_sweep.'
' calling - examples are prepared for inference only.'
' training - examples are prepared with labels for training.'
' candidate_sweep - (advanced pre-step) - candidate positions are '
' prepared for the subsequent run of make_examples with intervals '
' created with equal number of candidates.'
' NOTE: When this option is used, make_examples must be run again '
' with the mode set to calling.'
),
)
flags.DEFINE_string(
'regions',
Expand Down

0 comments on commit 8e14a53

Please sign in to comment.