We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e273a27 commit 88965b3Copy full SHA for 88965b3
src/templates/template-common/config.yaml
@@ -1,10 +1,10 @@
1
-seed: 777
2
-data_path: ./
3
-batch_size: 32
4
-eval_batch_size: 32
5
-num_workers: 4
6
-max_epochs: 20
7
-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)
8
debug: false
9
train_epoch_length: null
10
eval_epoch_length: null
0 commit comments