From 88965b301d43abc3a43451d49235d9db6cf7af8c Mon Sep 17 00:00:00 2001 From: puhuk Date: Wed, 13 Sep 2023 11:37:24 +0900 Subject: [PATCH 1/3] Update template-common/config.yaml To resolve issue #293 --- src/templates/template-common/config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/templates/template-common/config.yaml b/src/templates/template-common/config.yaml index 0ca2db54..7886fbbd 100644 --- a/src/templates/template-common/config.yaml +++ b/src/templates/template-common/config.yaml @@ -1,10 +1,10 @@ -seed: 777 -data_path: ./ -batch_size: 32 -eval_batch_size: 32 -num_workers: 4 -max_epochs: 20 -use_amp: false +seed: 777 # random seed +data_path: ./ # input data path +batch_size: 32 # train batch size +eval_batch_size: 32 # evaluation batch size +num_workers: 4 # number of subprocesses to use for data loading +max_epochs: 20 # number of maximum epochs +use_amp: false # use AMP (Automatic Mixed Precision) debug: false train_epoch_length: null eval_epoch_length: null From 09fbb49ceed23551622faf6555826dd34e127b22 Mon Sep 17 00:00:00 2001 From: puhuk Date: Mon, 18 Sep 2023 09:54:27 +0900 Subject: [PATCH 2/3] Update config.yaml --- src/templates/template-common/config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/templates/template-common/config.yaml b/src/templates/template-common/config.yaml index 7886fbbd..8c1bd14e 100644 --- a/src/templates/template-common/config.yaml +++ b/src/templates/template-common/config.yaml @@ -1,10 +1,10 @@ -seed: 777 # random seed -data_path: ./ # input data path -batch_size: 32 # train batch size -eval_batch_size: 32 # evaluation batch size -num_workers: 4 # number of subprocesses to use for data loading -max_epochs: 20 # number of maximum epochs -use_amp: false # use AMP (Automatic Mixed Precision) +seed: 777 # random seed +data_path: ./ # input data path +batch_size: 32 # train batch size +eval_batch_size: 32 # evaluation batch size +num_workers: 4 # number of subprocesses to use for data loading +max_epochs: 20 # number of maximum epochs +use_amp: false # use AMP (Automatic Mixed Precision) debug: false train_epoch_length: null eval_epoch_length: null From 3a227171bde985486ec651b4c3f57969013aad53 Mon Sep 17 00:00:00 2001 From: puhuk Date: Mon, 18 Sep 2023 19:01:24 +0900 Subject: [PATCH 3/3] Update config.yaml --- src/templates/template-common/config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/templates/template-common/config.yaml b/src/templates/template-common/config.yaml index 8c1bd14e..71cdd538 100644 --- a/src/templates/template-common/config.yaml +++ b/src/templates/template-common/config.yaml @@ -1,10 +1,10 @@ -seed: 777 # random seed -data_path: ./ # input data path -batch_size: 32 # train batch size -eval_batch_size: 32 # evaluation batch size -num_workers: 4 # number of subprocesses to use for data loading -max_epochs: 20 # number of maximum epochs -use_amp: false # use AMP (Automatic Mixed Precision) +seed: 777 # random seed +data_path: ./ # input data path +batch_size: 32 # train batch size +eval_batch_size: 32 # evaluation batch size +num_workers: 4 # number of subprocesses to use for data loading +max_epochs: 20 # number of maximum epochs +use_amp: false # use AMP (Automatic Mixed Precision) debug: false train_epoch_length: null eval_epoch_length: null