-
Notifications
You must be signed in to change notification settings - Fork 16
/
dvc.lock
67 lines (67 loc) · 1.62 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
schema: '2.0'
stages:
prepare:
cmd: python src/prepare.py
deps:
- path: src/prepare.py
hash: md5
md5: a1cbb11d3bc010058b45c69cc646fe36
size: 210
outs:
- path: data/images
hash: md5
md5: edcf3adc979e5ebc257cc498c1522d96.dir
size: 200054603
nfiles: 1848
train:
cmd: python src/train.py
deps:
- path: data/images
hash: md5
md5: edcf3adc979e5ebc257cc498c1522d96.dir
size: 200054603
nfiles: 1848
- path: src/train.py
hash: md5
md5: 3a1e2aa864276dc167a2db77fa74586e
size: 2116
outs:
- path: metrics/classification.md
hash: md5
md5: b698628633bfed3956ce001eade2638e
size: 358
- path: metrics/confusion_matrix.png
hash: md5
md5: f6fe02f3f5efc8d10cf00e68d788e0c5
size: 14743
- path: metrics/finetune_results.png
hash: md5
md5: 87b70ce8662dca2170f35b69fd797c3e
size: 420451
- path: metrics/top_losses.png
hash: md5
md5: 0cdd097212544152323fdd58e2b0266c
size: 583461
- path: models/model.pkl
hash: md5
md5: 558c45c0114a727c720159d5b998bb04
size: 87475902
- path: models/model.pth
hash: md5
md5: a52ef362b272b64f954f70283140dfde
size: 87391130
test:
cmd: python src/test.py
deps:
- path: models/model.pkl
hash: md5
md5: 558c45c0114a727c720159d5b998bb04
size: 87475902
- path: models/model.pth
hash: md5
md5: a52ef362b272b64f954f70283140dfde
size: 87391130
- path: src/test.py
hash: md5
md5: 4b977c83aac726ef2c30f1b44469e8e9
size: 1273