ThGaskin commited on
Commit
2d2e861
·
verified ·
1 Parent(s): 7ed6941

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. Trained_networks/model_1/FlowTestMask.pt +2 -2
  2. Trained_networks/model_1/cfg.yaml +9 -5
  3. Trained_networks/model_1/loss_dict.pickle +1 -1
  4. Trained_networks/model_1/model_trained.pt +2 -2
  5. Trained_networks/model_1/optim.pt +2 -2
  6. Trained_networks/model_10/FlowTestMask.pt +2 -2
  7. Trained_networks/model_10/cfg.yaml +5 -5
  8. Trained_networks/model_10/loss_dict.pickle +1 -1
  9. Trained_networks/model_10/model_trained.pt +2 -2
  10. Trained_networks/model_10/optim.pt +2 -2
  11. Trained_networks/model_11/FlowTestMask.pt +2 -2
  12. Trained_networks/model_11/cfg.yaml +5 -5
  13. Trained_networks/model_11/loss_dict.pickle +2 -2
  14. Trained_networks/model_11/model_trained.pt +1 -1
  15. Trained_networks/model_11/optim.pt +2 -2
  16. Trained_networks/model_12/FlowTestMask.pt +2 -2
  17. Trained_networks/model_12/cfg.yaml +8 -4
  18. Trained_networks/model_12/loss_dict.pickle +1 -1
  19. Trained_networks/model_12/model_trained.pt +2 -2
  20. Trained_networks/model_12/optim.pt +2 -2
  21. Trained_networks/model_13/FlowTestMask.pt +2 -2
  22. Trained_networks/model_13/cfg.yaml +8 -4
  23. Trained_networks/model_13/loss_dict.pickle +1 -1
  24. Trained_networks/model_13/model_trained.pt +2 -2
  25. Trained_networks/model_13/optim.pt +2 -2
  26. Trained_networks/model_14/FlowTestMask.pt +2 -2
  27. Trained_networks/model_14/cfg.yaml +8 -4
  28. Trained_networks/model_14/loss_dict.pickle +1 -1
  29. Trained_networks/model_14/model_trained.pt +2 -2
  30. Trained_networks/model_14/optim.pt +2 -2
  31. Trained_networks/model_15/cfg.yaml +1 -1
  32. Trained_networks/model_15/loss_dict.pickle +1 -1
  33. Trained_networks/model_15/model_trained.pt +2 -2
  34. Trained_networks/model_15/optim.pt +2 -2
  35. Trained_networks/model_2/FlowTestMask.pt +2 -2
  36. Trained_networks/model_2/cfg.yaml +9 -5
  37. Trained_networks/model_2/loss_dict.pickle +1 -1
  38. Trained_networks/model_2/model_trained.pt +1 -1
  39. Trained_networks/model_2/optim.pt +2 -2
  40. Trained_networks/model_3/FlowTestMask.pt +2 -2
  41. Trained_networks/model_3/cfg.yaml +9 -5
  42. Trained_networks/model_3/loss_dict.pickle +1 -1
  43. Trained_networks/model_3/model_trained.pt +2 -2
  44. Trained_networks/model_3/optim.pt +2 -2
  45. Trained_networks/model_4/FlowTestMask.pt +2 -2
  46. Trained_networks/model_4/cfg.yaml +5 -6
  47. Trained_networks/model_4/loss_dict.pickle +2 -2
  48. Trained_networks/model_4/model_trained.pt +2 -2
  49. Trained_networks/model_4/optim.pt +2 -2
  50. Trained_networks/model_5/FlowTestMask.pt +2 -2
Trained_networks/model_1/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
3
- size 1815019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5308462563e905d43ee926c006c2a3599a08b944a28f9fb7e65ee403c88eb1
3
+ size 1815477
Trained_networks/model_1/cfg.yaml CHANGED
@@ -1,4 +1,4 @@
1
- BASE_PATH: ~/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
@@ -56,8 +56,12 @@ Data_loading:
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
- load_args: {}
60
  load_from_dir: null
 
 
 
 
61
  NeuralNet:
62
  activation_funcs:
63
  default: tanh
@@ -81,10 +85,10 @@ Training:
81
  flow: {lmbda: 0.5}
82
  net_migration: {lmbda: 0.5}
83
  stock: {lmbda: 0.5}
84
- clip_grad_norm: false
85
  flow_test_frac: 0.0
86
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
87
  write_every: 10
88
  device: cuda
89
  dry_run: false
90
- path_note: model_2
 
1
+ BASE_PATH: ~/Projects/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
 
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
+ load_args: {weights_only: true}
60
  load_from_dir: null
61
+ targets: {flow: flow, flow_mask: flow_mask, flow_weights: flow_weights, net_migration: net_migration,
62
+ net_migration_mask: net_migration_mask, net_migration_weights: net_migration_weights,
63
+ stock_diff: stock_diff, stock_diff_mask: stock_diff_mask, stock_diff_weights: stock_diff_weights,
64
+ stock_range: stock_range, stocks: stock}
65
  NeuralNet:
66
  activation_funcs:
67
  default: tanh
 
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
+ clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_1
Trained_networks/model_1/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:450b16c52500cdabe64cd56cc7e720361fd5e6f3e5cd6ccc55bcda8b93c214b9
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e2d87258b66513185268fdb41c2fbfadbced23b224898e707249ed7c7c96f4
3
  size 8471969
Trained_networks/model_1/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d023d9815ee1fa56c78aae0f2afa39891549366aca4dbb11f6526eea389814a
3
- size 149749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead4410e1101d1c44bcd6b673eb48dad3e1ebf5bf7635b740215aa533837fb3a
3
+ size 150903
Trained_networks/model_1/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4af9e381cfcab705f32f2a059f14a306318419e032b020fac4699aea40937a34
3
- size 298885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd169c0c5aa1cc9842fa1d47b42a50e8d29aa3f499e15b7b59498ab334920bd7
3
+ size 303125
Trained_networks/model_10/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c5308462563e905d43ee926c006c2a3599a08b944a28f9fb7e65ee403c88eb1
3
- size 1815477
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934a866860484354d39d0a724be95baed77f48cae93f16adb221635def3b7247
3
+ size 1815884
Trained_networks/model_10/cfg.yaml CHANGED
@@ -1,4 +1,4 @@
1
- BASE_PATH: ~/Projects/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
@@ -79,16 +79,16 @@ NeuralNet:
79
  Training:
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
- N_epochs: 50000
83
- Random_sample_size: 70000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
- path_note: model_14
 
1
+ BASE_PATH: ~/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
 
79
  Training:
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
+ N_epochs: 100000
83
+ Random_sample_size: 100000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_10
Trained_networks/model_10/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e310124b7f9f54231742a891a0539c0f21db5021b9167784438c6bd9ec1b64b
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9dab6a6f18b67fb0d47c99b9049f11484a34e92cdcaa4b81c80e636b22c1eb9
3
  size 8471969
Trained_networks/model_10/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a227884d05179d40c37d2ae272431176abf0a8fb7fa9b255651adb95544abcd1
3
- size 151095
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ac034a1133081455a627ae37ac0d20c33eed4e7d593a781f9ece67df4e2a0d8
3
+ size 150903
Trained_networks/model_10/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e83accee818c39d692a7e360eefcc610ae45e89b9df3b5a7be1e170d0b44c420
3
- size 303143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f82cba00b300bc7996619015e09fc0d16ff3550c0a7a9c45ca7c6b27865789
3
+ size 302951
Trained_networks/model_11/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c5308462563e905d43ee926c006c2a3599a08b944a28f9fb7e65ee403c88eb1
3
- size 1815477
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934a866860484354d39d0a724be95baed77f48cae93f16adb221635def3b7247
3
+ size 1815884
Trained_networks/model_11/cfg.yaml CHANGED
@@ -1,4 +1,4 @@
1
- BASE_PATH: ~/Projects/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
@@ -79,16 +79,16 @@ NeuralNet:
79
  Training:
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
- N_epochs: 50000
83
- Random_sample_size: 70000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
- path_note: model_15
 
1
+ BASE_PATH: ~/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
 
79
  Training:
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
+ N_epochs: 100000
83
+ Random_sample_size: 100000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_11
Trained_networks/model_11/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e814ab8a6527d5121c62cde2e858784bb4ad7f72eb5037ce4dc13032f1d4cac
3
- size 7947177
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666c0b8e942dc0b1d8089aac776712b12d2f7f0858c278d36936329c9172ff0a
3
+ size 8471969
Trained_networks/model_11/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a00c1ff578808882f5a6393aabf8db0c70a7dc8376388693a7e78c3c1756568
3
  size 151095
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908488d59a1eb591b61a510b40faa3a27a6555e32efb8179ed48b4df63c08685
3
  size 151095
Trained_networks/model_11/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d73ee5289af3edd9b1ab85e4e968d1a30371ce67e7ce57776b1a4380861d5b10
3
- size 303143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6908791ce318b217ee2b4488e6d352029a3614431568e64a33d153de76197ad4
3
+ size 302951
Trained_networks/model_12/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
3
- size 1815019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934a866860484354d39d0a724be95baed77f48cae93f16adb221635def3b7247
3
+ size 1815884
Trained_networks/model_12/cfg.yaml CHANGED
@@ -56,8 +56,12 @@ Data_loading:
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
- load_args: {}
60
  load_from_dir: null
 
 
 
 
61
  NeuralNet:
62
  activation_funcs:
63
  default: tanh
@@ -76,15 +80,15 @@ Training:
76
  Batch_size: 7
77
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
78
  N_epochs: 100000
79
- Random_sample_size: 70000
80
  Rescaling:
81
  flow: {lmbda: 0.5}
82
  net_migration: {lmbda: 0.5}
83
  stock: {lmbda: 0.5}
84
  clip_grad_norm: 1.0
85
  flow_test_frac: 0.0
86
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
87
  write_every: 10
88
  device: cuda
89
  dry_run: false
90
- path_note: model_16
 
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
+ load_args: {weights_only: true}
60
  load_from_dir: null
61
+ targets: {flow: flow, flow_mask: flow_mask, flow_weights: flow_weights, net_migration: net_migration,
62
+ net_migration_mask: net_migration_mask, net_migration_weights: net_migration_weights,
63
+ stock_diff: stock_diff, stock_diff_mask: stock_diff_mask, stock_diff_weights: stock_diff_weights,
64
+ stock_range: stock_range, stocks: stock}
65
  NeuralNet:
66
  activation_funcs:
67
  default: tanh
 
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
  N_epochs: 100000
83
+ Random_sample_size: 100000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_12
Trained_networks/model_12/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1411e1423b2ad74e4802a3d77c355a20eaa6b14abe23bb7adca66152766cf3b1
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc73ab477fb1d19d5ef2197da14da5323858f55110428f1794eb8654b3394462
3
  size 8471969
Trained_networks/model_12/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d53ef1a2a2d1336b73321bf28bcfa6bd5932430626791a5d321a91ee1ecdc750
3
- size 149749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c488f9284cb90471c755c9ad47ce08a32b908075cfaf7f9c469f17b85a2f790
3
+ size 150903
Trained_networks/model_12/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9cc8594143e4e9f51a306b2ae094fd4edcf2943d543f14561e9b5200081ca1e
3
- size 298885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628897ec8cecc7cd1b3d2dfe793086c83bf08adf6fc0146938a62b41ffe03232
3
+ size 303143
Trained_networks/model_13/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
3
- size 1815019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934a866860484354d39d0a724be95baed77f48cae93f16adb221635def3b7247
3
+ size 1815884
Trained_networks/model_13/cfg.yaml CHANGED
@@ -56,8 +56,12 @@ Data_loading:
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
- load_args: {}
60
  load_from_dir: null
 
 
 
 
61
  NeuralNet:
62
  activation_funcs:
63
  default: tanh
@@ -76,15 +80,15 @@ Training:
76
  Batch_size: 7
77
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
78
  N_epochs: 100000
79
- Random_sample_size: 70000
80
  Rescaling:
81
  flow: {lmbda: 0.5}
82
  net_migration: {lmbda: 0.5}
83
  stock: {lmbda: 0.5}
84
  clip_grad_norm: 1.0
85
  flow_test_frac: 0.0
86
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
87
  write_every: 10
88
  device: cuda
89
  dry_run: false
90
- path_note: model_18
 
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
+ load_args: {weights_only: true}
60
  load_from_dir: null
61
+ targets: {flow: flow, flow_mask: flow_mask, flow_weights: flow_weights, net_migration: net_migration,
62
+ net_migration_mask: net_migration_mask, net_migration_weights: net_migration_weights,
63
+ stock_diff: stock_diff, stock_diff_mask: stock_diff_mask, stock_diff_weights: stock_diff_weights,
64
+ stock_range: stock_range, stocks: stock}
65
  NeuralNet:
66
  activation_funcs:
67
  default: tanh
 
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
  N_epochs: 100000
83
+ Random_sample_size: 100000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_13
Trained_networks/model_13/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f257d47b9ea0d5edde5a70e8064296138956227b212eb53d6a4c6d80ba1dc4f
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57dfb75d3d6b83cfaf8735d47b67fdbad2811698e38e8a7d47c77a331969d645
3
  size 8471969
Trained_networks/model_13/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b63fd9dddb476dca3de8ccb38b3d495df06aa351947e697a2728ad2c05c99a80
3
- size 149749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f15710e9967fd6e34a5337c4162542ff98252f464d454e186f4c7b3667510f
3
+ size 150903
Trained_networks/model_13/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29410b756a5f0c2ab0d0575f91131fed7fbd5adf0526932262875bfc30701375
3
- size 298885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc6a5d6fbc0a4ac526dad46adc64258067529c8dc5b37193fca2b3a85a593dd
3
+ size 303143
Trained_networks/model_14/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
3
- size 1815019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934a866860484354d39d0a724be95baed77f48cae93f16adb221635def3b7247
3
+ size 1815884
Trained_networks/model_14/cfg.yaml CHANGED
@@ -56,8 +56,12 @@ Data_loading:
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
- load_args: {}
60
  load_from_dir: null
 
 
 
 
61
  NeuralNet:
62
  activation_funcs:
63
  default: tanh
@@ -76,15 +80,15 @@ Training:
76
  Batch_size: 7
77
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
78
  N_epochs: 100000
79
- Random_sample_size: 70000
80
  Rescaling:
81
  flow: {lmbda: 0.5}
82
  net_migration: {lmbda: 0.5}
83
  stock: {lmbda: 0.5}
84
  clip_grad_norm: 1.0
85
  flow_test_frac: 0.0
86
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
87
  write_every: 10
88
  device: cuda
89
  dry_run: false
90
- path_note: model_19
 
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
+ load_args: {weights_only: true}
60
  load_from_dir: null
61
+ targets: {flow: flow, flow_mask: flow_mask, flow_weights: flow_weights, net_migration: net_migration,
62
+ net_migration_mask: net_migration_mask, net_migration_weights: net_migration_weights,
63
+ stock_diff: stock_diff, stock_diff_mask: stock_diff_mask, stock_diff_weights: stock_diff_weights,
64
+ stock_range: stock_range, stocks: stock}
65
  NeuralNet:
66
  activation_funcs:
67
  default: tanh
 
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
  N_epochs: 100000
83
+ Random_sample_size: 100000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_14
Trained_networks/model_14/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57cf685972ecefd2b33e5799a965cc949530e79b182db237aa4f844178a5720d
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80500a3cbd3702c30a2839a9f559b81581c0aad469e9e61e5347de469e0997b9
3
  size 8471969
Trained_networks/model_14/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:127a33de8fdced76e933d05aed425c6a67695c55f13ed3ce1bbf95ca5cf4ae0a
3
- size 149749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95150f9531660d31bf02ababd7827b553f852de71a80d09b17c64d0a15fc7b9c
3
+ size 150903
Trained_networks/model_14/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd9a78c164fee552c29455c8fa79983f7803a6e03e7508e28a47421f52fbaba5
3
- size 298885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64cfbbbd34fb6eeeaad2d347705047f72ea63460f59c91b0b8bfb7b0be2a716
3
+ size 302951
Trained_networks/model_15/cfg.yaml CHANGED
@@ -87,7 +87,7 @@ Training:
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
 
87
  stock: {lmbda: 0.5}
88
  clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
Trained_networks/model_15/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4588b2f93913d0f9c944a20096830a0d884756e7c590d09c15314708d0c7b21
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13bd0cddcdb7a474deb20db1fc6cd1fa4353024f3041198a40b27f181371e6b6
3
  size 8471969
Trained_networks/model_15/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b97d1ac91b3496f69cbf2a89cc929b5eb2de7278619e851333b9b69d7a0ee1fe
3
- size 151095
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4212a9a380190163141713c3b4c4a7b6f5c3d49696efb6086a23225b2b791a7a
3
+ size 150903
Trained_networks/model_15/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8543cd4196f00726f2bba889860a5b96ad1e1566a2a46e66053ac811e4aefea3
3
- size 303143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c790f06c3a1f76350281a676d3291dc97ac34f34bb8f0ebe2e9383b6c3314dc
3
+ size 302951
Trained_networks/model_2/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
3
- size 1815019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5308462563e905d43ee926c006c2a3599a08b944a28f9fb7e65ee403c88eb1
3
+ size 1815477
Trained_networks/model_2/cfg.yaml CHANGED
@@ -1,4 +1,4 @@
1
- BASE_PATH: ~/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
@@ -56,8 +56,12 @@ Data_loading:
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
- load_args: {}
60
  load_from_dir: null
 
 
 
 
61
  NeuralNet:
62
  activation_funcs:
63
  default: tanh
@@ -81,10 +85,10 @@ Training:
81
  flow: {lmbda: 0.5}
82
  net_migration: {lmbda: 0.5}
83
  stock: {lmbda: 0.5}
84
- clip_grad_norm: false
85
  flow_test_frac: 0.0
86
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
87
  write_every: 10
88
  device: cuda
89
  dry_run: false
90
- path_note: model_3
 
1
+ BASE_PATH: ~/Projects/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
 
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
+ load_args: {weights_only: true}
60
  load_from_dir: null
61
+ targets: {flow: flow, flow_mask: flow_mask, flow_weights: flow_weights, net_migration: net_migration,
62
+ net_migration_mask: net_migration_mask, net_migration_weights: net_migration_weights,
63
+ stock_diff: stock_diff, stock_diff_mask: stock_diff_mask, stock_diff_weights: stock_diff_weights,
64
+ stock_range: stock_range, stocks: stock}
65
  NeuralNet:
66
  activation_funcs:
67
  default: tanh
 
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
+ clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_2
Trained_networks/model_2/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d8b581f4627ec136040cffdb81937fcbc3abd156ae6b423b29accc4e548b59a
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc7cfbc6ac526f88281477f8bf84fa0ad8ec91aed7859fddeb0a32f6cbde915
3
  size 8471969
Trained_networks/model_2/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb95f0003472f91dca65923c697bd8b76fe4c451db87ceeacb03df501478f6d7
3
  size 149749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45a329dc97ba251e472d2ed73a85f64b3232f3184e5907558dd2e7089ebf358
3
  size 149749
Trained_networks/model_2/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e83902feac1489b6288a4f561a4a7d8c0aa639736bcbdec8c11cc82df300c7ac
3
- size 298885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87878f9d86945db9671b986ccbb5b766c50fb0ad9ba2fa86aee4ef0eb200d81
3
+ size 303125
Trained_networks/model_3/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
3
- size 1815019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5308462563e905d43ee926c006c2a3599a08b944a28f9fb7e65ee403c88eb1
3
+ size 1815477
Trained_networks/model_3/cfg.yaml CHANGED
@@ -1,4 +1,4 @@
1
- BASE_PATH: ~/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
@@ -56,8 +56,12 @@ Data_loading:
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
- load_args: {}
60
  load_from_dir: null
 
 
 
 
61
  NeuralNet:
62
  activation_funcs:
63
  default: tanh
@@ -81,10 +85,10 @@ Training:
81
  flow: {lmbda: 0.5}
82
  net_migration: {lmbda: 0.5}
83
  stock: {lmbda: 0.5}
84
- clip_grad_norm: false
85
  flow_test_frac: 0.0
86
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
87
  write_every: 10
88
  device: cuda
89
  dry_run: false
90
- path_note: model_4
 
1
+ BASE_PATH: ~/Projects/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
 
56
  path: input_covariates/EU
57
  data_path: Data/Training_data
58
  data_rescale: 1000.0
59
+ load_args: {weights_only: true}
60
  load_from_dir: null
61
+ targets: {flow: flow, flow_mask: flow_mask, flow_weights: flow_weights, net_migration: net_migration,
62
+ net_migration_mask: net_migration_mask, net_migration_weights: net_migration_weights,
63
+ stock_diff: stock_diff, stock_diff_mask: stock_diff_mask, stock_diff_weights: stock_diff_weights,
64
+ stock_range: stock_range, stocks: stock}
65
  NeuralNet:
66
  activation_funcs:
67
  default: tanh
 
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
+ clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_3
Trained_networks/model_3/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a204d98817122cfc7d48d7045e10e1a1a40bc4d99979b2757b8b0b6a669058ac
3
  size 8471969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e60e920e3797cb7188c5cd4ebe554c31956aac0ddb49537be695ce06960677a
3
  size 8471969
Trained_networks/model_3/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f3c6e66d1cf61ecb999d866d1469e79caf836efcc51e9d9dae0c4e51835a73e
3
- size 149749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb46293ffe99a6666c3832a0627298f32db15f6626ef939c50f691e9322f47f8
3
+ size 150903
Trained_networks/model_3/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f2240741a5fdd2892b79bf5bb15f4ee6b346645972883aa3eaa63898040ff2d
3
- size 298885
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b5fb0df6a837c427a9ace8e253610f711eb12aa1e3ab28215bf19966945085
3
+ size 303125
Trained_networks/model_4/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:934a866860484354d39d0a724be95baed77f48cae93f16adb221635def3b7247
3
- size 1815884
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5308462563e905d43ee926c006c2a3599a08b944a28f9fb7e65ee403c88eb1
3
+ size 1815477
Trained_networks/model_4/cfg.yaml CHANGED
@@ -1,4 +1,4 @@
1
- BASE_PATH: ~/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
@@ -80,16 +80,15 @@ Training:
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
  N_epochs: 100000
83
- Random_sample_size: 100000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
- clip_grad_norm: false
89
  flow_test_frac: 0.0
90
- weight_factors: {flow: 1, net_migration: 1, regulariser: 0, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
- path_note: with_QSFN
95
- seed: 10
 
1
+ BASE_PATH: ~/Projects/Migration_flows
2
  Data_loading:
3
  covariates:
4
  - GDP_cap:
 
80
  Batch_size: 7
81
  Confidence_band: {flow: 0.01, net_migration: 0.01, stock: 0.01}
82
  N_epochs: 100000
83
+ Random_sample_size: 70000
84
  Rescaling:
85
  flow: {lmbda: 0.5}
86
  net_migration: {lmbda: 0.5}
87
  stock: {lmbda: 0.5}
88
+ clip_grad_norm: 1.0
89
  flow_test_frac: 0.0
90
+ weight_factors: {flow: 1, net_migration: 1, regulariser: 0.1, stock: 1}
91
  write_every: 10
92
  device: cuda
93
  dry_run: false
94
+ path_note: model_4
 
Trained_networks/model_4/loss_dict.pickle CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bf49c53488ed24a3c5ab45f9e838e18ffe5332462094f6b5a89b9972335ad7d
3
- size 8471109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506cb937393332aa8ecc93a870903bfb00710ecca167b537bf62ebe05e3c460f
3
+ size 8471969
Trained_networks/model_4/model_trained.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:959cc8a24baa500ec1ddf720979bfb3e41721acf0e40871e6382f9566408f62c
3
- size 151095
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7089379299ed37a01a9b0c772551033e2c433f5ee0fea507ab376c9c3b136ec7
3
+ size 150903
Trained_networks/model_4/optim.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:612f9f89c9916f8d5eb8f4c2aff58718e97cdff20d96265cbd38d724d52dc22e
3
- size 303143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef4a966675a983aef3cea4f141c9bd4652faf76633395d1c5616376d49acf17
3
+ size 303125
Trained_networks/model_5/FlowTestMask.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:934a866860484354d39d0a724be95baed77f48cae93f16adb221635def3b7247
3
- size 1815884
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
3
+ size 1815019