minimario commited on
Commit
74a5439
1 Parent(s): e96b594

upload models

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. dec10_equivariant_10_20221210T165824/args.json +61 -0
  2. dec10_equivariant_10_20221210T165824/epoch-0.pt +3 -0
  3. dec10_equivariant_10_20221210T165824/epoch-1.pt +3 -0
  4. dec10_equivariant_10_20221210T165824/epoch-10.pt +3 -0
  5. dec10_equivariant_10_20221210T165824/epoch-11.pt +3 -0
  6. dec10_equivariant_10_20221210T165824/epoch-12.pt +3 -0
  7. dec10_equivariant_10_20221210T165824/epoch-13.pt +3 -0
  8. dec10_equivariant_10_20221210T165824/epoch-14.pt +3 -0
  9. dec10_equivariant_10_20221210T165824/epoch-15.pt +3 -0
  10. dec10_equivariant_10_20221210T165824/epoch-16.pt +3 -0
  11. dec10_equivariant_10_20221210T165824/epoch-17.pt +3 -0
  12. dec10_equivariant_10_20221210T165824/epoch-18.pt +3 -0
  13. dec10_equivariant_10_20221210T165824/epoch-19.pt +3 -0
  14. dec10_equivariant_10_20221210T165824/epoch-2.pt +3 -0
  15. dec10_equivariant_10_20221210T165824/epoch-20.pt +3 -0
  16. dec10_equivariant_10_20221210T165824/epoch-21.pt +3 -0
  17. dec10_equivariant_10_20221210T165824/epoch-22.pt +3 -0
  18. dec10_equivariant_10_20221210T165824/epoch-23.pt +3 -0
  19. dec10_equivariant_10_20221210T165824/epoch-24.pt +3 -0
  20. dec10_equivariant_10_20221210T165824/epoch-25.pt +3 -0
  21. dec10_equivariant_10_20221210T165824/epoch-26.pt +3 -0
  22. dec10_equivariant_10_20221210T165824/epoch-27.pt +3 -0
  23. dec10_equivariant_10_20221210T165824/epoch-28.pt +3 -0
  24. dec10_equivariant_10_20221210T165824/epoch-29.pt +3 -0
  25. dec10_equivariant_10_20221210T165824/epoch-3.pt +3 -0
  26. dec10_equivariant_10_20221210T165824/epoch-30.pt +3 -0
  27. dec10_equivariant_10_20221210T165824/epoch-31.pt +3 -0
  28. dec10_equivariant_10_20221210T165824/epoch-32.pt +3 -0
  29. dec10_equivariant_10_20221210T165824/epoch-33.pt +3 -0
  30. dec10_equivariant_10_20221210T165824/epoch-34.pt +3 -0
  31. dec10_equivariant_10_20221210T165824/epoch-35.pt +3 -0
  32. dec10_equivariant_10_20221210T165824/epoch-36.pt +3 -0
  33. dec10_equivariant_10_20221210T165824/epoch-37.pt +3 -0
  34. dec10_equivariant_10_20221210T165824/epoch-38.pt +3 -0
  35. dec10_equivariant_10_20221210T165824/epoch-39.pt +3 -0
  36. dec10_equivariant_10_20221210T165824/epoch-4.pt +3 -0
  37. dec10_equivariant_10_20221210T165824/epoch-40.pt +3 -0
  38. dec10_equivariant_10_20221210T165824/epoch-41.pt +3 -0
  39. dec10_equivariant_10_20221210T165824/epoch-42.pt +3 -0
  40. dec10_equivariant_10_20221210T165824/epoch-43.pt +3 -0
  41. dec10_equivariant_10_20221210T165824/epoch-44.pt +3 -0
  42. dec10_equivariant_10_20221210T165824/epoch-45.pt +3 -0
  43. dec10_equivariant_10_20221210T165824/epoch-46.pt +3 -0
  44. dec10_equivariant_10_20221210T165824/epoch-47.pt +3 -0
  45. dec10_equivariant_10_20221210T165824/epoch-48.pt +3 -0
  46. dec10_equivariant_10_20221210T165824/epoch-49.pt +3 -0
  47. dec10_equivariant_10_20221210T165824/epoch-5.pt +3 -0
  48. dec10_equivariant_10_20221210T165824/epoch-50.pt +3 -0
  49. dec10_equivariant_10_20221210T165824/epoch-51.pt +3 -0
  50. dec10_equivariant_10_20221210T165824/epoch-52.pt +3 -0
dec10_equivariant_10_20221210T165824/args.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "problem": "cvrp",
3
+ "graph_size": 20,
4
+ "batch_size": 512,
5
+ "epoch_size": 1280000,
6
+ "val_size": 10000,
7
+ "val_dataset": "data/vrp/vrp20_validation_seed4321.pkl",
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": 1024,
27
+ "checkpoint_encoder": false,
28
+ "shrink_size": null,
29
+ "data_distribution": null,
30
+ "log_step": 50,
31
+ "log_dir": "logs_test",
32
+ "run_dir": "runs_test",
33
+ "run_name": "dec10_equivariant_10_20221210T165824",
34
+ "output_dir": "outputs_test",
35
+ "image_dir": "images",
36
+ "epoch_start": 0,
37
+ "checkpoint_epochs": 1,
38
+ "load_path": null,
39
+ "resume": null,
40
+ "no_tensorboard": false,
41
+ "no_progress_bar": false,
42
+ "use_symmetry_ll": false,
43
+ "supervise_symmetry": false,
44
+ "restrict_symmetry": false,
45
+ "angle_threshold": 0.5,
46
+ "alternate": false,
47
+ "alternate_freq": 5,
48
+ "plot_freq": 0,
49
+ "supervise_lambda": 0.01,
50
+ "alex_symmetric_loss": false,
51
+ "both_losses": false,
52
+ "plot_symmetric_ll": false,
53
+ "cap_50": 40,
54
+ "decay_mode": -1,
55
+ "num_equivariant_samples": 10,
56
+ "use_starts": false,
57
+ "use_cuda": true,
58
+ "variant_name": "org",
59
+ "save_dir": "outputs_test/cvrp_20/org/dec10_equivariant_10_20221210T165824",
60
+ "plot_dir": "images/cvrp_20/org/dec10_equivariant_10_20221210T165824"
61
+ }
dec10_equivariant_10_20221210T165824/epoch-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5c1aa874f5f1955492515b90581b6c1e9045b34bff6573e952a11cbf77713d
3
+ size 21428617
dec10_equivariant_10_20221210T165824/epoch-1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c060bb1f7d92882349f8eef1c0af2ce6f83cd4c9294d3f45f24811985e0d31c
3
+ size 21428617
dec10_equivariant_10_20221210T165824/epoch-10.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4066161264b9db2bcbe2ddbe1e73d02f1e207185b4598ed10a2dd3b9d696513d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-11.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72917dc76f339187cc9f304026e2ac6c9fa0790be75ad4bd40385531042776e
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-12.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61647bd288d7f6b1efacb08f79b4c812bdb189bde912b906582b304c9881357f
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-13.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265d015df3bba2c4de1692cac6b2fe8113340c35b109be133c648bdcd934c858
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-14.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1294f8da98dbdc6623d0435bc8b52c520771aff6f78f0db6485549fa2be1140
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-15.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58db26901155950d6e4100df0478f2ed95eacf19abb33fab6020ac5aabeaddc6
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-16.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:135059545ac25e99f133ab4cc2c283c3455c2275d8685256872b886b1c61c87b
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-17.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa2d32d4b6c06371bd3b7013b3865a4fad6244e367ee2030c226a79c393cd8d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-18.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ac8ca8505aec2b354b7ba4221427d6712fa5c8f4058d7c0d8b09e6b2c9bcd9b
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-19.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d26b4eff07e469097ffc67842cbb9b59ef5c5fd3eec325620ee52b6229a3de
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd7dc6ff03d0d0f0d9c5a77f988dc4e0d38be0227c1f19d212c8ac17fca9a8a
3
+ size 21428617
dec10_equivariant_10_20221210T165824/epoch-20.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b39a3831ef56211a476b3b797be92c173fab3100a9eb082badc05b0c9d6f676
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-21.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17cd3bd85908703482b99a74c56ff6b492bb8632f194d191da9ed0c241279c6f
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-22.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b97aaead99945a69ed2b1e093bc8f58bb4a7021cf513c77d7755b979b4f41ae
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-23.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3191985a5c24f3bb9486b2ff3485b2eb474e146621fee4c7f8fb5ca15f672ed5
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-24.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1ad1aa907189a7f1bc188cbe501646349cf54a29348f42327b0f535046ebc9
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-25.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf252aa0209d3657954b8d362e86e96a42d268fae280461ae063fa832d33617d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-26.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dac81cbde70307f38f884474e46a0190180520e669f903e89c9095f0d10b7288
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-27.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a2e1434ba51043b3d59c4379d37061d7f0dd3019f14eaf25df8efa578288fdf
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-28.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d611c625012361842cf4d2347ea3ad6afbfcd35d2ab60a2d83b7d1590107bd8
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-29.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338e1f67a29bb861a0e50068a496528f7f4be534475067c3e939396b989ce136
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-3.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:249f637766fdcd7622c448522b532e9b2a05677da9d1b4a6d7cab6370eeaa1c2
3
+ size 21428617
dec10_equivariant_10_20221210T165824/epoch-30.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c24e6f9b7da611fc75a5924d84def3b6c3a68e68ea929746e8575331377b32c
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-31.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab5efa33682dfb90865d78e72d61a7609d7903781695015a8d889f788d701b5
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-32.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc32bfd429004575a7f2e5f3f7520eef5e29a8e57cb1e113f3544aa78f288acc
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-33.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f730cfb74add2995caebd9f75abaae25940552a501c961c6db4a5e8a7e0f452
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-34.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbbf0938db70284156f3bc8d65f935b3dd0c38d76c65702e6630def7b9bcc5bf
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-35.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ace7e37917a6bb453ee01d926a6f5726f59a859b3068cf7ab47e38fa573036b8
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-36.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e18b698f615781f81e8ef9c7701d29e629b5308fe2acbe996cb8e13ed28116d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-37.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ecf40563da2c62d868b35cbc44e150691d4ef003eef86593f47ef70c9c091cf
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-38.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a68fa31bfe5abb49bc7ef0b962575e1c18af09f1016f0f5b4630b3fae7eef3d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-39.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e6e49c099196800c60ea466d07196eea6e9b762c561d804864cd8eba32e518
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21126a545d4c308912296d415214d0e9a7f674c034431fc8ab36b2aa298caf1
3
+ size 21428617
dec10_equivariant_10_20221210T165824/epoch-40.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29a467122da13fbdfca0109c216c466484c18e2bb9a98eccc9754b6b28aa0214
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-41.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42ef4ff5db1f56e6d9944255bf9c274ec11a0e4e11e0a7c19427c8f1cd801ba
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-42.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b34df82717e10809b54f455d89135e43d151a85f409adcbe888fe289f81c29a2
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-43.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:343ff3143278b83987db2e08ff2c6f8a3d28e3f749b710a2e2079cb58e729a1d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-44.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7f40b10a5ec444560a7c5f570f24cc8a87ff074df6d041928a4e315c26c46d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-45.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a73f826be6998918cd91a1d1569eb7e16a8a1fae68d941cdb64c9768563380d
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-46.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8119cdfa29bea41559d738d297269df2b6740539569ae83dabc9b6c33f4815
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-47.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7e51b46ba72ae3189a6744c81165cceab8511df394b175e3b8ffcedc63d3da
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-48.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a9a939955640a08074e2be90e8c3e4beb4a5f1ef1bdf4b0856df5937a3f9d0
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-49.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35623c1f751732f36798eb02314cfce4e90acdffde7aa34d4cc2f551a8ac6c98
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-5.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9528d22ba16d1990ef4f72308b0fe3c7fc0b0a3675cf55e55c4c88e935b44b8
3
+ size 21428617
dec10_equivariant_10_20221210T165824/epoch-50.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f915450a6b92bd56e578af7303f0bbb387fb89d43988784c3300e5bad6f6dd60
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-51.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea26c56a1f528a9ea89ea522ac65cf54984c918fd44a4ec072db55bdc0e4b32
3
+ size 21458941
dec10_equivariant_10_20221210T165824/epoch-52.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d70813570ea1a4c2ca88a46c6c6fc13fe039c162421164e03bb55fdc4f23378
3
+ size 21458941