This commit is contained in:
josc146 2023-11-08 22:18:49 +08:00
parent cfa3669f6f
commit 1ad86d737c
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ if __name__ == "__main__":
# #
# Data = {args.data_file} ({args.data_type}), ProjDir = {args.proj_dir} # Data = {args.data_file} ({args.data_type}), ProjDir = {args.proj_dir}
# #
# Epoch = {args.epoch_begin} to {args.epoch_begin + args.epoch_count - 1} (will continue afterwards), save every {args.epoch_save} epoch # Epoch = {args.epoch_begin} to {args.epoch_begin + args.epoch_count - 1}, save every {args.epoch_save} epoch
# #
# Each "epoch" = {args.epoch_steps} steps, {samples_per_epoch} samples, {tokens_per_epoch} tokens # Each "epoch" = {args.epoch_steps} steps, {samples_per_epoch} samples, {tokens_per_epoch} tokens
# #

View File

@ -102,7 +102,7 @@ class CommonStore {
epochSteps: 200, epochSteps: 200,
epochCount: 20, epochCount: 20,
epochBegin: 0, epochBegin: 0,
epochSave: 2, epochSave: 1,
microBsz: 1, microBsz: 1,
accumGradBatches: 8, accumGradBatches: 8,
preFfn: false, preFfn: false,