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

config.yaml 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
  1. artifacts_root: artifacts
  2. data_ingestion:
  3. root_dir: artifacts/data_ingestion
  4. source_URL: C:/nt/AIOps/Challenge 4 - Image Processing Application for RRU/train.zip
  5. # source_URL: C:\Users\etarnir\OneDrive - Ericsson\Desktop\nt\AIOps\data\data.zip
  6. local_data_file: artifacts/data_ingestion/data.zip
  7. unzip_dir: artifacts/data_ingestion
  8. artifact_dir: train
  9. prepare_base_model:
  10. root_dir: artifacts/prepare_base_model
  11. base_model_path: artifacts/prepare_base_model/base_model.h5
  12. updated_base_model_path: artifacts/prepare_base_model/base_model_updated.h5
  13. prepare_callbacks:
  14. root_dir: artifacts/prepare_callbacks
  15. tensorboard_root_log_dir: artifacts/prepare_callbacks/tensorboard_log_dir
  16. checkpoint_model_filepath: artifacts/prepare_callbacks/checkpoint_dir/model.h5
  17. training:
  18. root_dir: artifacts/training
  19. trained_model_path: artifacts/training/model.h5
  20. history: artifacts/training/history.h5
  21. evaluation:
  22. root_dir: artifacts/data_ingestion
  23. artifact_dir: Validation
  24. best_model_path: prediction_service/model.h5
  25. pusher:
  26. best_model_path: prediction_service
Tip!

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

Comments

Loading...