m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/experiments/depth/shallow.yaml
blob: 9fc10382ecc063b76633baf4889db58bcf5b5827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
type: classification
lr: 0.01
batch_size: 100
batch_norm: true
epochs: 16
augmentations:
  - rotation: 0
convolutions:
  - in_channels: 1
    out_channels: 8
    max_pool: true
  - in_channels: 8
    out_channels: 16
    max_pool: true
  - in_channels: 16
    out_channels: 32
    max_pool: true
linears:
  - in_features: 288
    out_features: 120
  - in_features: 120
    out_features: 84