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.yml 472 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
  1. epochs: 150
  2. loss:
  3. axis: -1
  4. from_logits: false
  5. label_smoothing: 0.0
  6. name: categorical_crossentropy
  7. reduction: auto
  8. optimizer:
  9. amsgrad: false
  10. beta_1: 0.9
  11. beta_2: 0.999
  12. clipnorm: null
  13. clipvalue: null
  14. ema_momentum: 0.99
  15. ema_overwrite_frequency: null
  16. epsilon: 1.0e-07
  17. global_clipnorm: null
  18. is_legacy_optimizer: false
  19. jit_compile: true
  20. learning_rate: '0.001'
  21. name: Adam
  22. use_ema: false
  23. weight_decay: null
  24. steps: 6
  25. success: true
  26. verbose: 1
Tip!

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

Comments

Loading...