Skip to content

Commit

Permalink
add resume training config
Browse files Browse the repository at this point in the history
  • Loading branch information
Keiku committed Jul 17, 2021
1 parent 9d54ac6 commit ae8166a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions configs/experiments/train_resume_exp01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @package _group_

model:
version: 'exp01'
classifier: 'resnet18'
implementation: 'scratch'

transform:
normalization: 'cifar10'

dataset:
root_dir: '/work/PyTorch-Lightning-CIFAR10/data'
loading: 'torchvision'

train:
batch_size: 512
num_epochs: 200
resume: True
checkpoint: "/mnt/nfs/kuroyanagi/clones/PyTorch-Lightning-CIFAR10/outputs/train_resume_exp01/logs/resnet18/exp01/checkpoints/last.ckpt"

0 comments on commit ae8166a

Please sign in to comment.