Datasets:
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- Trained_networks/model_1/FlowTestMask.pt +2 -2
- Trained_networks/model_1/cfg.yaml +9 -5
- Trained_networks/model_1/loss_dict.pickle +1 -1
- Trained_networks/model_1/model_trained.pt +2 -2
- Trained_networks/model_1/optim.pt +2 -2
- Trained_networks/model_10/FlowTestMask.pt +2 -2
- Trained_networks/model_10/cfg.yaml +5 -5
- Trained_networks/model_10/loss_dict.pickle +1 -1
- Trained_networks/model_10/model_trained.pt +2 -2
- Trained_networks/model_10/optim.pt +2 -2
- Trained_networks/model_11/FlowTestMask.pt +2 -2
- Trained_networks/model_11/cfg.yaml +5 -5
- Trained_networks/model_11/loss_dict.pickle +2 -2
- Trained_networks/model_11/model_trained.pt +1 -1
- Trained_networks/model_11/optim.pt +2 -2
- Trained_networks/model_12/FlowTestMask.pt +2 -2
- Trained_networks/model_12/cfg.yaml +8 -4
- Trained_networks/model_12/loss_dict.pickle +1 -1
- Trained_networks/model_12/model_trained.pt +2 -2
- Trained_networks/model_12/optim.pt +2 -2
- Trained_networks/model_13/FlowTestMask.pt +2 -2
- Trained_networks/model_13/cfg.yaml +8 -4
- Trained_networks/model_13/loss_dict.pickle +1 -1
- Trained_networks/model_13/model_trained.pt +2 -2
- Trained_networks/model_13/optim.pt +2 -2
- Trained_networks/model_14/FlowTestMask.pt +2 -2
- Trained_networks/model_14/cfg.yaml +8 -4
- Trained_networks/model_14/loss_dict.pickle +1 -1
- Trained_networks/model_14/model_trained.pt +2 -2
- Trained_networks/model_14/optim.pt +2 -2
- Trained_networks/model_15/cfg.yaml +1 -1
- Trained_networks/model_15/loss_dict.pickle +1 -1
- Trained_networks/model_15/model_trained.pt +2 -2
- Trained_networks/model_15/optim.pt +2 -2
- Trained_networks/model_2/FlowTestMask.pt +2 -2
- Trained_networks/model_2/cfg.yaml +9 -5
- Trained_networks/model_2/loss_dict.pickle +1 -1
- Trained_networks/model_2/model_trained.pt +1 -1
- Trained_networks/model_2/optim.pt +2 -2
- Trained_networks/model_3/FlowTestMask.pt +2 -2
- Trained_networks/model_3/cfg.yaml +9 -5
- Trained_networks/model_3/loss_dict.pickle +1 -1
- Trained_networks/model_3/model_trained.pt +2 -2
- Trained_networks/model_3/optim.pt +2 -2
- Trained_networks/model_4/FlowTestMask.pt +2 -2
- Trained_networks/model_4/cfg.yaml +5 -6
- Trained_networks/model_4/loss_dict.pickle +2 -2
- Trained_networks/model_4/model_trained.pt +2 -2
- Trained_networks/model_4/optim.pt +2 -2
- 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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: ~/
|
| 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:
|
| 83 |
-
Random_sample_size:
|
| 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:
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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: ~/
|
| 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:
|
| 83 |
-
Random_sample_size:
|
| 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:
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
|
|
|
| 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:
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 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:
|
|
|
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 84 |
Rescaling:
|
| 85 |
flow: {lmbda: 0.5}
|
| 86 |
net_migration: {lmbda: 0.5}
|
| 87 |
stock: {lmbda: 0.5}
|
| 88 |
-
clip_grad_norm:
|
| 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:
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1629cbb711776a5b6a5bba914fbcd309d46a7c639baa9f10470c1a9c5526a132
|
| 3 |
+
size 1815019
|