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

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

Comments

Loading...