File size: 3,429 Bytes
456f27a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
    "Verbosity": {
        "level": 2
    },
    "NeuralNetwork": {
        "Architecture": {
            "model_type": "EGNN",
            "equivariance": true,
            "radius": 5,
            "max_neighbours": 20,
            "num_gaussians": 50,
            "envelope_exponent": 5,
            "int_emb_size": 64,
            "basis_emb_size": 8,
            "out_emb_size": 128,
            "num_after_skip": 2,
            "num_before_skip": 1,
            "num_radial": 6,
            "num_spherical": 7,
            "num_filters": 126,
            "edge_features": [
                "length"
            ],
            "hidden_dim": 364,
            "num_conv_layers": 4,
            "output_heads": {
                "graph": {
                    "num_sharedlayers": 2,
                    "dim_sharedlayers": 50,
                    "num_headlayers": 3,
                    "dim_headlayers": [
                        913,
                        913,
                        913
                    ]
                },
                "node": {
                    "num_headlayers": 3,
                    "dim_headlayers": [
                        913,
                        913,
                        913
                    ],
                    "type": "mlp"
                }
            },
            "task_weights": [
                1,
                100
            ],
            "output_dim": [
                1,
                3
            ],
            "output_type": [
                "graph",
                "node"
            ],
            "num_nodes": 24,
            "input_dim": 4,
            "pna_deg": null,
            "edge_dim": 1,
            "freeze_conv_layers": false,
            "initial_bias": null,
            "activation_function": "relu",
            "SyncBatchNorm": false
        },
        "Variables_of_interest": {
            "input_node_features": [
                0,
                1,
                2,
                3
            ],
            "output_names": [
                "energy",
                "forces"
            ],
            "output_index": [
                0,
                2
            ],
            "output_dim": [
                1,
                3
            ],
            "type": [
                "graph",
                "node"
            ],
            "graph_feature_names": [
                "energy"
            ],
            "graph_feature_dims": [
                1
            ],
            "node_feature_names": [
                "atomic_number",
                "cartesian_coordinates",
                "forces"
            ],
            "node_feature_dims": [
                1,
                3,
                3
            ],
            "denormalize_output": false
        },
        "Training": {
            "num_epoch": 10000,
            "EarlyStopping": true,
            "perc_train": 0.9,
            "loss_function_type": "mae",
            "batch_size": 19,
            "continue": 0,
            "Optimizer": {
                "type": "AdamW",
                "learning_rate": 0.001
            },
            "conv_checkpointing": false,
            "patience": 10,
            "Checkpoint": true,
            "checkpoint_warmup": 1
        }
    },
    "Visualization": {
        "plot_init_solution": true,
        "plot_hist_solution": false,
        "create_plots": true
    }
}