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

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

Comments

Loading...