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

params.yaml 915 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  1. dataset:
  2. image_size: 331
  3. # do not end the gcs_path with a backslash
  4. gcs_path: gs://kaggle-data-tpu/images
  5. gcs_path_remote_alias: gcs_images
  6. classes:
  7. - daisy
  8. - dandelion
  9. - roses
  10. - sunflowers
  11. - tulips
  12. classes_path: data/domain/classes.json
  13. split:
  14. train_split_path: data/interim/train_split.json
  15. val_split_path: data/interim/val_split.json
  16. images_count_path: data/interim/images_count.json
  17. validation_split: 0.19
  18. train:
  19. nb_validation_samples: 800
  20. epochs: 12
  21. batch_size: 16
  22. lr:
  23. start: 0.00001
  24. max: 0.00005
  25. min: 0.00001
  26. rampup_epochs: 5
  27. sustain_epochs: 0
  28. exp_decay: 0.8
  29. saved_model_path: models/xception_model.h5
  30. train_plot_path: plots/train_accuracy_plot.json
  31. evaluate:
  32. evaluate_metrics_path: metrics/evaluate_metrics.json
  33. checkpoint:
  34. dir_path: checkpoints
  35. prefix: cp.ckpt
  36. index: cp.ckpt.index
  37. volume: cp.ckpt.data-00000-of-00001
Tip!

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

Comments

Loading...