m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/experiments/depth/medium.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/depth/medium.yaml')
-rw-r--r--experiments/depth/medium.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/experiments/depth/medium.yaml b/experiments/depth/medium.yaml
new file mode 100644
index 0000000..2daf590
--- /dev/null
+++ b/experiments/depth/medium.yaml
@@ -0,0 +1,30 @@
+type: counting-big
+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
+ - in_channels: 16
+ out_channels: 32
+ max_pool: true
+ - in_channels: 32
+ out_channels: 64
+ max_pool: true
+ - in_channels: 64
+ out_channels: 128
+linears:
+ - in_features: 1152
+ out_features: 512
+ - in_features: 512
+ out_features: 256
+ - in_features: 256
+ out_features: 120
+ - in_features: 120
+ out_features: 84