-
Notifications
You must be signed in to change notification settings - Fork 2
/
dvc.lock
114 lines (114 loc) · 2.99 KB
/
dvc.lock
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
schema: '2.0'
stages:
data_ingestion:
cmd: python -m src.cnnClassifier.pipeline.stage_01_data_ingestion
deps:
- path: config/config.yaml
hash: md5
md5: 583e372fa36974aebb354c168725b9dd
size: 568
- path: src/cnnClassifier/pipeline/stage_01_data_ingestion.py
hash: md5
md5: f6a4889b0766ac5d3b66b672eefd12ac
size: 892
outs:
- path: artifacts/data_ingestion/kidney-ct-scan-image
hash: md5
md5: d9434313dbc8c18071065d64aaccc639.dir
size: 880129655
nfiles: 6454
prepare_base_model:
cmd: python -m src.cnnClassifier.pipeline.stage_02_prepare_base_model
deps:
- path: config/config.yaml
hash: md5
md5: 583e372fa36974aebb354c168725b9dd
size: 568
- path: src/cnnClassifier/pipeline/stage_02_prepare_base_model.py
hash: md5
md5: 2aa4a233cc57fb0e2d0d85a78c9be478
size: 976
params:
params.yaml:
CLASSES: 2
IMAGE_SIZE:
- 224
- 224
- 3
INCLUDE_TOP: false
LEARNING_RATE: 0.01
WEIGHTS: imagenet
outs:
- path: artifacts/prepare_base_model
hash: md5
md5: 25e579f32901bd9ff051f5d4c8d14cbc.dir
size: 118073464
nfiles: 2
training:
cmd: python -m src.cnnClassifier.pipeline.stage_03_model_training
deps:
- path: artifacts/data_ingestion/kidney-ct-scan-image
hash: md5
md5: d9434313dbc8c18071065d64aaccc639.dir
size: 880129655
nfiles: 6454
- path: artifacts/prepare_base_model
hash: md5
md5: 25e579f32901bd9ff051f5d4c8d14cbc.dir
size: 118073464
nfiles: 2
- path: config/config.yaml
hash: md5
md5: 583e372fa36974aebb354c168725b9dd
size: 568
- path: src/cnnClassifier/pipeline/stage_03_model_training.py
hash: md5
md5: 359cff5e44aed64bd99fcb8b12b9641c
size: 893
params:
params.yaml:
AUGMENTATION: true
BATCH_SIZE: 16
EPOCHS: 1
IMAGE_SIZE:
- 224
- 224
- 3
LEARNING_RATE: 0.01
outs:
- path: artifacts/training/model.h5
hash: md5
md5: 958dd2cc98ec35e4d6ba1210ed251db1
size: 177289736
evaluation:
cmd: python -m src.cnnClassifier.pipeline.stage_04_model_evaluation
deps:
- path: artifacts/data_ingestion/kidney-ct-scan-image
hash: md5
md5: d9434313dbc8c18071065d64aaccc639.dir
size: 880129655
nfiles: 6454
- path: artifacts/training/model.h5
hash: md5
md5: 958dd2cc98ec35e4d6ba1210ed251db1
size: 177289736
- path: config/config.yaml
hash: md5
md5: 583e372fa36974aebb354c168725b9dd
size: 568
- path: src/cnnClassifier/pipeline/stage_04_model_evaluation.py
hash: md5
md5: 35bd096895322fa256ec621de4a477d1
size: 899
params:
params.yaml:
BATCH_SIZE: 16
IMAGE_SIZE:
- 224
- 224
- 3
outs:
- path: scores.json
hash: md5
md5: 673775297e1f3f38492ca5047c2c4c26
size: 69