Graph Machine Learning
Birder
chemistry
flt17 commited on
Commit
274a449
·
verified ·
1 Parent(s): acde5c5

Upload weights and configs for quartz

Browse files
quartz/config_cueq.yaml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ precision: 64
3
+ num_chem_elements: 2
4
+ edge_cutoff: 4.5
5
+ num_edge_rbf: 8
6
+ num_edge_poly_cutoff: 6
7
+ num_vel_rbf: 8
8
+ vel_max: 0.035
9
+ max_rotation_order: 2
10
+ num_hidden_channels: 64
11
+ num_mp_layers: 4
12
+ edge_mlp_kwargs:
13
+ n_neurons:
14
+ - 64
15
+ - 64
16
+ - 64
17
+ activation: silu
18
+ vel_mlp_kwargs:
19
+ n_neurons:
20
+ - 64
21
+ - 64
22
+ - 64
23
+ activation: silu
24
+ nl_gate_kwargs:
25
+ activation_scalars:
26
+ o: tanh
27
+ e: silu
28
+ activation_gates:
29
+ e: silu
30
+ conserve_ang_mom: false
31
+ o3_backend: cueq
32
+ net_lin_mom:
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ data:
37
+ root: /dccstor/chemistry_ai/trajcast/paper/quartz/data
38
+ name: quartz_300K_N5000_dt30.0_rc4.5_train
39
+ cutoff_radius: 4.5
40
+ files:
41
+ - quartz_300K_rep1_timestep300_train1667.extxyz
42
+ - quartz_300K_rep2_timestep300_train1667.extxyz
43
+ - quartz_300K_rep3_timestep300_train1666.extxyz
44
+ rename: true
45
+ atom_type_mapper:
46
+ 8: 0
47
+ 14: 1
48
+ training:
49
+ seed: 506
50
+ model_type: EfficientTrajCastModel
51
+ device: cuda
52
+ restart_latest: true
53
+ target_field: target
54
+ reference_fields:
55
+ - displacements
56
+ - update_velocities
57
+ batch_size: 2
58
+ max_grad_norm: 0.5
59
+ num_epochs: 1500
60
+ criterion:
61
+ loss_type:
62
+ main_loss: mse
63
+ learnable_weights: false
64
+ optimizer: adam
65
+ optimizer_settings:
66
+ lr: 0.01
67
+ amsgrad: true
68
+ scheduler:
69
+ - ReduceLROnPlateau
70
+ scheduler_settings:
71
+ ReduceLROnPlateau:
72
+ factor: 0.8
73
+ patience: 25
74
+ min_lr: 0.0001
75
+ chained_scheduler_hp:
76
+ milestones:
77
+ - 100000000
78
+ per_epoch: true
79
+ monitor_lr_scheduler: false
80
+ tensorboard_settings:
81
+ loss: true
82
+ lr: true
83
+ weights:
84
+ every: 5
85
+ gradients:
86
+ every: 5
87
+ loss_validation:
88
+ data:
89
+ root: /dccstor/chemistry_ai/trajcast/paper/quartz/data
90
+ name: quartz_300K_N5000_dt30.0_rc4.5_val
91
+ files:
92
+ - quartz_300K_rep4_timestep300_val1250.extxyz
93
+ cutoff_radius: 4.5
94
+ rename: true
95
+ atom_type_mapper:
96
+ 8: 0
97
+ 14: 1
quartz/config_e3nn.yaml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ precision: 64
3
+ num_chem_elements: 2
4
+ edge_cutoff: 4.5
5
+ num_edge_rbf: 8
6
+ num_edge_poly_cutoff: 6
7
+ num_vel_rbf: 8
8
+ vel_max: 0.035
9
+ max_rotation_order: 2
10
+ num_hidden_channels: 64
11
+ num_mp_layers: 4
12
+ edge_mlp_kwargs:
13
+ n_neurons:
14
+ - 64
15
+ - 64
16
+ - 64
17
+ activation: silu
18
+ vel_mlp_kwargs:
19
+ n_neurons:
20
+ - 64
21
+ - 64
22
+ - 64
23
+ activation: silu
24
+ nl_gate_kwargs:
25
+ activation_scalars:
26
+ o: tanh
27
+ e: silu
28
+ activation_gates:
29
+ e: silu
30
+ conserve_ang_mom: false
31
+ o3_backend: e3nn
32
+ net_lin_mom:
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
quartz/state_dict_cueq.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca9f0c5b5c572c65fd798cc821ad35685952f8687c297e525990bf7e6f10635
3
+ size 18592343
quartz/state_dict_e3nn.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad221400863e295e31b0bf4f65d377bbfd3333cc924e6cc8cbfef6961737e32
3
+ size 16842752