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

args.json 793 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
  1. {
  2. "baseline": "rollout",
  3. "checkpoint_epochs": 50,
  4. "n_epochs": 100,
  5. "no_tensorboard": false,
  6. "eval_batch_size": 2048,
  7. "no_progress_bar": true,
  8. "normalization": "batch",
  9. "output_dir": "outputs",
  10. "epoch_size": 1280000,
  11. "model": "attention",
  12. "tanh_clipping": 10.0,
  13. "log_step": 500,
  14. "n_encode_layers": 3,
  15. "save_dir": "",
  16. "max_grad_norm": 1.0,
  17. "hidden_dim": 128,
  18. "log_dir": "logs",
  19. "lr_model": 0.0001,
  20. "bl_warmup_epochs": 1,
  21. "no_cuda": false,
  22. "graph_size": 20,
  23. "epoch_start": 0,
  24. "problem": "sdvrp",
  25. "eval_only": false,
  26. "exp_beta": 0.8,
  27. "embedding_dim": 128,
  28. "run_name": "sdvrp_20",
  29. "lr_critic": 0.0001,
  30. "load_path": null,
  31. "val_dataset": "",
  32. "use_cuda": true,
  33. "batch_size": 512,
  34. "lr_decay": 1.0,
  35. "bl_alpha": 0.05,
  36. "seed": 1234,
  37. "resume": null,
  38. "val_size": 10000
  39. }
Tip!

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

Comments

Loading...