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.4 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
41
42
43
  1. schema: '2.0'
  2. stages:
  3. create_cv_folds:
  4. cmd: python training/create_folds.py --config_file_path config.yml
  5. deps:
  6. - path: config.yml
  7. md5: a307fbde515379fe985019a367bfe333
  8. size: 787
  9. - path: data/human_dna_train_split.csv
  10. md5: 52f96e17781b2c5b1fee518fe50f01c0
  11. size: 200998546
  12. - path: training/create_folds.py
  13. md5: 73b718cfb12f83ab8db9933a7f39c400
  14. size: 5943
  15. outs:
  16. - path: training/metrics/create_folds_metrics.json
  17. md5: 111e66df778be089432bc47c743706fa
  18. size: 44
  19. - path: training_data/humans/train/input_data_split
  20. md5: 0a4b22ea7c2716f51edcc09db3c4fefe.dir
  21. size: 10979893131
  22. nfiles: 80
  23. generate_kmers_vectors:
  24. cmd: python training/generate_kmers.py --config_file_path config.yml
  25. deps:
  26. - path: config.yml
  27. md5: a307fbde515379fe985019a367bfe333
  28. size: 787
  29. - path: training/generate_kmers.py
  30. md5: 8c4080b34669d2ca9225c689b2bf8b00
  31. size: 5328
  32. - path: training_data/humans/train/input_data_split
  33. md5: 0a4b22ea7c2716f51edcc09db3c4fefe.dir
  34. size: 10979893131
  35. nfiles: 80
  36. outs:
  37. - path: training/metrics/generate_kmers_metrics.json
  38. md5: 11baacc86ff6fc3318dda6fc7e037e72
  39. size: 4726
  40. - path: training_data/humans/train/kmer_vectors
  41. md5: c349a63e5849ff984a19b02d8909bce3.dir
  42. size: 26275278774
  43. nfiles: 60
Tip!

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

Comments

Loading...