-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdvc.lock
89 lines (89 loc) · 2.27 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
schema: '2.0'
stages:
fetch_data:
cmd: fetch_data -v -o data/raw
outs:
- path: data/raw/test
hash: md5
md5: bcb568ecea6ef3e3c8e8169fae085cf6.dir
size: 31410079
nfiles: 3
- path: data/raw/train
hash: md5
md5: be42a485d0164c545e5e71c93e043ebf.dir
size: 157050080
nfiles: 3
split:
cmd: split -v -i data/raw/train -t data/splitted/train -e data/splitted/validation
deps:
- path: data/raw/train
hash: md5
md5: be42a485d0164c545e5e71c93e043ebf.dir
size: 157050080
nfiles: 3
params:
params.yaml:
general.validation_split_ratio: 0.2
outs:
- path: data/splitted/train
hash: md5
md5: 369ff03a4524bd68a11007a8f5a19431.dir
size: 125640080
nfiles: 3
- path: data/splitted/validation
hash: md5
md5: 8e5d1c98a2a3eeabaae857a363d23bcb.dir
size: 31410079
nfiles: 3
train_cnn:
cmd: train_cnn -v -t data/splitted/train -e data/splitted/validation -o models
deps:
- path: data/splitted/train
hash: md5
md5: 369ff03a4524bd68a11007a8f5a19431.dir
size: 125640080
nfiles: 3
- path: data/splitted/validation
hash: md5
md5: 8e5d1c98a2a3eeabaae857a363d23bcb.dir
size: 31410079
nfiles: 3
params:
params.yaml:
general.batch_size: 32
train_cnn.epochs: 10
outs:
- path: models/cnn_history.npy
hash: md5
md5: ea75d0d8ad296e4800accc38b2256b13
size: 722
- path: models/cnn_model.keras
hash: md5
md5: face24aa19a32600e194d0a145d0392f
size: 24164189
evaluate_cnn:
cmd: evaluate_cnn -v -m models/cnn_model.keras -t data/splitted/train -e data/raw/test
deps:
- path: data/raw/test
hash: md5
md5: bcb568ecea6ef3e3c8e8169fae085cf6.dir
size: 31410079
nfiles: 3
- path: data/splitted/train
hash: md5
md5: 369ff03a4524bd68a11007a8f5a19431.dir
size: 125640080
nfiles: 3
- path: models/cnn_model.keras
hash: md5
md5: face24aa19a32600e194d0a145d0392f
size: 24164189
params:
params.yaml:
general.batch_size: 32
outs:
- path: dvclive/cnn
hash: md5
md5: c6564d108554e042b8623ffe495e8d11.dir
size: 210
nfiles: 3