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

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

Comments

Loading...