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 final configurations #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 5 additions & 3 deletions configs/custom_trainer/image/cnn_mnist/train.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Final
dataloader_type: regular
grid_search:
directory: null
Expand Down Expand Up @@ -64,7 +65,7 @@ train:
interval_type: epoch
label_type: logit
loader_params:
batch_size: 64
batch_size: 128
num_workers: 2
shuffle: true
log:
Expand All @@ -75,7 +76,7 @@ train:
loss: true
metrics: true
log_and_val_interval: 1
max_epochs: 100
max_epochs: 68
metrics: *id002
optimizer:
params:
Expand All @@ -84,8 +85,9 @@ train:
- 0.998
eps: 1.0e-08
lr: 0.001
weight_decay: 0
type: adam_w
save_after_epoch: false
save_after_epoch: true
save_on:
best_path: ckpts/best_{}.pth
desired: max
Expand Down