Skip to content

Commit

Permalink
some metric changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyil-graphcore committed Aug 2, 2023
1 parent ae71bdc commit 2d51bbb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions expts/neurips2023_configs/base_config/large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@ metrics:
metric: auroc_ipu
num_classes: 5
task: multiclass
target_to_int: True
target_nan_mask: -1000
ignore_index: -1000
multitask_handling: mean-per-label
threshold_kwargs: null
- name: avpr
Expand All @@ -377,15 +380,18 @@ metrics:
threshold_kwargs: null
l1000_mcf7: *classif_metrics
pcba_1328:
# use auroc and averageprecision (non_ipu version) so tha nans are handled correctly
- name: auroc
metric: auroc_ipu
metric: auroc
task: binary
multitask_handling: mean-per-label
target_nan_mask: ignore
threshold_kwargs: null
- name: avpr
metric: average_precision_ipu
metric: averageprecision
task: binary
multitask_handling: mean-per-label
target_nan_mask: ignore
threshold_kwargs: null
pcqm4m_g25: &pcqm_metrics
- name: mae
Expand Down

0 comments on commit 2d51bbb

Please sign in to comment.