Skip to content

Commit

Permalink
update reduction to mean (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque authored Feb 7, 2025
1 parent 30692d6 commit 2ab5831
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configs/omat24/all/eqV2_153M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ loss_functions:
coefficient: 5
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 5

optim:
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/all/eqV2_31M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ loss_functions:
coefficient: 5
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 5


Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/all/eqV2_86M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ loss_functions:
coefficient: 5
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 5

optim:
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/finetune/eqV2_153M_ft_salexmptrj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loss_functions:
coefficient: 1
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 1

model:
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/finetune/eqV2_31M_ft_salexmptrj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loss_functions:
coefficient: 1
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 1

model:
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/finetune/eqV2_86M_ft_salexmptrj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ loss_functions:
coefficient: 1
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 1

hide_eval_progressbar: False
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/mptrj/eqV2_153M_dens_mptrj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loss_functions:
coefficient: 5
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 5

optim:
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/mptrj/eqV2_31M_dens_mptrj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loss_functions:
coefficient: 5
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 5

optim:
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/mptrj/eqV2_31M_mptrj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loss_functions:
coefficient: 5
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 5

optim:
Expand Down
2 changes: 1 addition & 1 deletion configs/omat24/mptrj/eqV2_86M_dens_mptrj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loss_functions:
coefficient: 5
- stress_anisotropic:
fn: mae
reduction: mean_all
reduction: mean
coefficient: 5

optim:
Expand Down

0 comments on commit 2ab5831

Please sign in to comment.