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 807 B

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
  1. artifacts_root: artifacts
  2. data_ingestion:
  3. root_dir: artifacts/data_ingestion
  4. source_URL: https://download.microsoft.com/download/3/E/1/3E1C3F21-ECDB-4869-8368-6DEBA77B919F/kagglecatsanddogs_5340.zip
  5. local_data_file: artifacts/data_ingestion/data.zip
  6. unzip_dir: artifacts/data_ingestion
  7. prepare_base_model:
  8. root_dir: artifacts/prepare_base_model
  9. base_model_path: artifacts/prepare_base_model/base_model.h5
  10. updated_base_model_path: artifacts/prepare_base_model/base_model_updated.h5
  11. prepare_callbacks:
  12. root_dir: artifacts/prepare_callbacks
  13. tensorboard_root_log_dir: artifacts/prepare_callbacks/tensorboard_log_dir
  14. checkpoint_model_filepath: artifacts/prepare_callbacks/checkpoint_dir/model.h5
  15. training:
  16. root_dir: artifacts/training
  17. trained_model_path: artifacts/training/model.h5
Tip!

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

Comments

Loading...