Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions megatron/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ def parse_args(extra_args_provider=None, defaults={},
'for distribute-checkpointed-activations to work you '\
'need to enable checkpoint-activations'

args.curriculum_learning = False

_print_args(args)
return args

Expand Down
1 change: 0 additions & 1 deletion megatron/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def pretrain(train_valid_test_dataset_provider,
args = get_args()
timers = get_timers()

args.curriculum_learning = False
if args.deepspeed:
args.deepspeed_configuration = json.load(
open(args.deepspeed_config, 'r', encoding='utf-8'))
Expand Down