Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.lock 1.1 KB

You have to be logged in to leave a comment. Sign In
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
  1. schema: '2.0'
  2. stages:
  3. data_ingestion:
  4. cmd: python src/deepClassifier/pipeline/stage_01_data_ingestion.py
  5. deps:
  6. - path: configs/config.yaml
  7. md5: e5f3eb31bb2d5187d197bc6a309aa485
  8. size: 817
  9. - path: src/deepClassifier/pipeline/stage_01_data_ingestion.py
  10. md5: f172a70cf599c77bbef01c290e2c9f6c
  11. size: 717
  12. outs:
  13. - path: artifacts/data_ingestion/PetImages
  14. md5: 3a5cf86541f22c236620ce5b952ad684.dir
  15. size: 848866410
  16. nfiles: 24998
  17. prepare_base_model:
  18. cmd: python src/deepClassifier/pipeline/stage_02_prepare_base_model.py
  19. deps:
  20. - path: configs/config.yaml
  21. md5: e5f3eb31bb2d5187d197bc6a309aa485
  22. size: 817
  23. - path: src/deepClassifier/pipeline/stage_02_prepare_base_model.py
  24. md5: 2d3e3ea4e6b3b70a34bb9e158e24c2ea
  25. size: 793
  26. params:
  27. params.yaml:
  28. CLASSES: 2
  29. IMAGE_SIZE:
  30. - 224
  31. - 224
  32. - 3
  33. INCLUDE_TOP: false
  34. LEARNING_RATE: 0.01
  35. WEIGHTS: imagenet
  36. outs:
  37. - path: artifacts/prepare_base_model
  38. md5: aa33172e220e82cfb726ad5b2e1ebead.dir
  39. size: 118053368
  40. nfiles: 2
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...