-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
54 lines (46 loc) · 921 Bytes
/
config.yaml
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
46
47
48
49
50
51
52
53
54
name: 'Default'
trainer: binary
logging: true
tags:
- real
learning_rate: 0.001
lr_factor: 0.1
lr_patience: 5
batch_size: 32
epochs: 70
patch_size: 128
stride: 84
datasets:
image_path: 'D:/Pius/raw data/hoas_lh_tip_crop.tif'
label_path: 'D:/Pius/Data/FingerSegmentation.tif'
train:
mask_path: 'D:/Pius/Data/Runs/R6-1_Mask.tiff'
cache_path: './cache/cache_v2'
val:
mask_path: 'D:/Pius/Data/Runs/validation_mask.tiff'
cache_path: './cache/cache_v2_val'
cache: true
train_val_split_ration: 1
drop_until_equal: true
keep_extra: 0.25
encoder:
name: 'efficientnet-b4'
# weights: 'imagenet'
transforms:
general:
- Clip:
min_val: 90
max_val: 195
train:
- Blur:
blur_limit: 5
- HorizontalFlip:
- VerticalFlip:
- Rotate:
limit: 45
border_mode: 'BORDER_REFLECT_101'
early_stopping:
patience: 10
min_delta: 0.0
seeds:
data: 476