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: 1b095b301a7374585a18b739ec385c66
  8. size: 829
  9. - path: src/deepClassifier/pipeline/stage_01_data_ingestion.py
  10. md5: cc62c8c5edfb0f56a5e9b13eb405e78d
  11. size: 723
  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: 1b095b301a7374585a18b739ec385c66
  22. size: 829
  23. - path: src/deepClassifier/pipeline/stage_02_prepare_base_model.py
  24. md5: cb53ce6ba3b323fd50bc77d63f02fca9
  25. size: 796
  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: e1d588f51dce3197d4e120c0aef3ed76.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...