m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/experiments/augment/3.yaml
blob: 86c64fe35cd20a689363d125b693d305bd5060dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
type: classification
lr: 0.01
batch_size: 100
batch_norm: true
epochs: 30
augmentations:
  - rotation: 0
  - rotation: 1
    vflip: true
  - rotation: 1
    vflip: true
    hflip: true
  - rotation: 2
    hflip: true
convolutions:
  - in_channels: 1
    out_channels: 8
    size: 11
    padding: 5
  - in_channels: 8
    out_channels: 16
  - in_channels: 16
    out_channels: 16
  - in_channels: 16
    out_channels: 16
    max_pool: true
  - in_channels: 16
    out_channels: 32
    max_pool: true
  - in_channels: 32
    out_channels: 64
    max_pool: true
  - in_channels: 64
    out_channels: 128
  - in_channels: 128
    out_channels: 256
linears:
  - in_features: 2304
    out_features: 1024
  - in_features: 1024
    out_features: 512
  - in_features: 512
    out_features: 150
  - in_features: 150
    out_features: 150