Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update template-common/config.yaml #321

Merged
merged 3 commits into from
Sep 18, 2023
Merged
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
14 changes: 7 additions & 7 deletions src/templates/template-common/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down