diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-05-04 16:06:11 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-05-04 16:06:11 +0200 |
commit | c3297da401dd13289adb1e2bc713976d6108294a (patch) | |
tree | 0f6ee38ee6ddc0fe616aea50372186afe29eb33f /experiments | |
parent | 8aa3463c48ccc43f98ecb3e67f18ca8f139fe86c (diff) |
Change type
Diffstat (limited to 'experiments')
-rw-r--r-- | experiments/depth/deep.yaml | 2 | ||||
-rw-r--r-- | experiments/depth/medium.yaml | 2 | ||||
-rw-r--r-- | experiments/depth/shallow.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/experiments/depth/deep.yaml b/experiments/depth/deep.yaml index 89e902c..5f1eafc 100644 --- a/experiments/depth/deep.yaml +++ b/experiments/depth/deep.yaml @@ -1,4 +1,4 @@ -type: counting-big +type: classification lr: 0.01 batch_size: 100 batch_norm: true diff --git a/experiments/depth/medium.yaml b/experiments/depth/medium.yaml index 2daf590..635837d 100644 --- a/experiments/depth/medium.yaml +++ b/experiments/depth/medium.yaml @@ -1,4 +1,4 @@ -type: counting-big +type: classification lr: 0.01 batch_size: 100 batch_norm: true diff --git a/experiments/depth/shallow.yaml b/experiments/depth/shallow.yaml index 8ae8c90..9fc1038 100644 --- a/experiments/depth/shallow.yaml +++ b/experiments/depth/shallow.yaml @@ -1,4 +1,4 @@ -type: counting-big +type: classification lr: 0.01 batch_size: 100 batch_norm: true |