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

training_config_v1.json 503 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
  1. {
  2. "sequence_length": 8,
  3. "in_channels": [
  4. "GEOSFPPM25",
  5. "PBLH"
  6. ],
  7. "out_channels": [
  8. "PM25"
  9. ],
  10. "batch_size": 16,
  11. "epochs": 10,
  12. "learning_rate": 1e-4,
  13. "model_params": {
  14. "num_kernels": 64,
  15. "kernel_size": [3, 3],
  16. "padding": [1, 1],
  17. "num_layers": 1,
  18. "activation": "tanh",
  19. "device": "cuda"
  20. },
  21. "train_date_range": ["2015-01-01", "2017-12-31"],
  22. "validation_date_range": ["2018-01-01", "2019-12-31"],
  23. "test_date_range": ["2020-01-01", "2022-12-31"]
  24. }
Tip!

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

Comments

Loading...