Skip to content

Commit

Permalink
Update YAML (#4261)
Browse files Browse the repository at this point in the history
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
  • Loading branch information
MaximumEntropy authored May 26, 2022
1 parent d370695 commit e09c5bc
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ trainer:
limit_test_batches: 500
accumulate_grad_batches: 1
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ trainer:
limit_test_batches: 500
accumulate_grad_batches: 1
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ trainer:
limit_test_batches: 500
accumulate_grad_batches: 1 # do not modify, grad acc is automatic for training megatron models
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ trainer:
accumulate_grad_batches: 1
gradient_clip_val: 1.0
resume_from_checkpoint: null # The path to a checkpoint file to continue the training, restores the whole state including the epoch, step, LR schedulers, apex, etc.
benchmark: False


exp_manager:
Expand Down
1 change: 1 addition & 0 deletions examples/nlp/language_modeling/conf/megatron_ptune_t5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ trainer:
val_check_interval: 300
accumulate_grad_batches: 2
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ trainer:
limit_test_batches: 500
accumulate_grad_batches: 1
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ trainer:
logger: False # logger provided by exp_manager
enable_checkpointing: False
replace_sampler_ddp: False
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ trainer:
val_check_interval: 300
accumulate_grad_batches: 1
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ trainer:
val_check_interval: 300
accumulate_grad_batches: 1
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ trainer:
logger: False
log_every_n_steps: 50 # Interval of logging.
check_val_every_n_epoch: 1
benchmark: False

exp_manager:
name: TransformerLM
Expand Down
1 change: 1 addition & 0 deletions examples/nlp/machine_translation/conf/aayn_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ trainer:
logger: False
log_every_n_steps: 50 # Interval of logging.
check_val_every_n_epoch: 1
benchmark: False

exp_manager:
name: AAYNBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ trainer:
val_check_interval: 1000
accumulate_grad_batches: 1
gradient_clip_val: 1.0
benchmark: False

exp_manager:
explicit_log_dir: null
Expand Down
1 change: 1 addition & 0 deletions examples/nlp/machine_translation/conf/huggingface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ trainer:
logger: False
log_every_n_steps: 50 # Interval of logging.
check_val_every_n_epoch: 1
benchmark: False

exp_manager:
name: HuggingFaceEncoder
Expand Down

0 comments on commit e09c5bc

Please sign in to comment.