Skip to content

Commit

Permalink
Merge branch 'main' into rgao_add_profiler_main
Browse files Browse the repository at this point in the history
  • Loading branch information
rayg1234 authored Jul 10, 2024
2 parents 3afd454 + 06b5d66 commit ce3254f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions configs/odac/s2ef/eqv2_153M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ model:

weight_init: 'uniform' # ['uniform', 'normal']

norm_scale_nodes: 192.561
norm_scale_degree: 21.024127419363214
avg_num_nodes: 192.561
avg_degree: 21.024127419363214

optim:
batch_size: 1
Expand All @@ -59,12 +59,8 @@ optim:
optimizer: AdamW
optimizer_params:
weight_decay: 0.3
scheduler: LambdaLR
scheduler_params:
lambda_type: cosine
warmup_factor: 0.2
warmup_epochs: 0.01
lr_min_factor: 0.01
scheduler: CosineAnnealingLR
T_max: 1600000

max_epochs: 1
clip_grad_norm: 100
Expand Down
8 changes: 2 additions & 6 deletions configs/odac/s2ef/eqv2_31M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@ optim:
optimizer: AdamW
optimizer_params:
weight_decay: 0.3
scheduler: LambdaLR
scheduler_params:
lambda_type: cosine
warmup_factor: 0.2
warmup_epochs: 0.01
lr_min_factor: 0.01
scheduler: CosineAnnealingLR
T_max: 1600000

max_epochs: 3
clip_grad_norm: 100
Expand Down
4 changes: 2 additions & 2 deletions src/fairchem/core/models/pretrained_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"PaiNN-S2EF-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231018/PaiNN.pt"
"GemNet-OC-S2EF-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231018/Gemnet-OC.pt"
"eSCN-S2EF-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231018/eSCN.pt"
"EquiformerV2-S2EF-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231116/eqv2_31M.pt"
"EquiformerV2-Large-S2EF-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231018/Equiformer_V2_Large.pt"
"EquiformerV2-S2EF-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20240709/eqv2_31M.pt"
"EquiformerV2-Large-S2EF-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20240709/Equiformer_V2_Large.pt"
"Gemnet-OC-IS2RE-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231018/Gemnet-OC_Direct.pt"
"eSCN-IS2RE-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231018/eSCN_Direct.pt"
"EquiformerV2-IS2RE-ODAC": "https://dl.fbaipublicfiles.com/dac/checkpoints_20231018/Equiformer_V2_Direct.pt"

0 comments on commit ce3254f

Please sign in to comment.