aboutsummaryrefslogtreecommitdiff
path: root/supervised/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'supervised/config.yaml')
-rw-r--r--supervised/config.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/supervised/config.yaml b/supervised/config.yaml
deleted file mode 100644
index a3cf4f6..0000000
--- a/supervised/config.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-codename: cifar10-resnet50-256-adam-linear
-seed: -1
-num_iters: 1000
-log_dir: logs
-checkpoint_dir: checkpoints
-
-backbone: resnet
-label_smooth: 0
-
-dataset: cifar10
-dataset_dir: dataset
-crop_size: 32
-crop_scale_range:
- - 0.8
- - 1
-hflip_prob: 0.5
-
-batch_size: 256
-num_workers: 2
-
-optim: adam
-lr: 0.001
-betas:
- - 0.9
- - 0.999
-weight_decay: 1.0e-06
-
-sched: linear \ No newline at end of file