Skip to content

Commit

Permalink
fix FPR 01 missing in data_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caradryanl committed May 16, 2024
1 parent 6d1079b commit c7ec908
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Empty file.
Empty file.
Empty file added diffusers/scripts/train_gsa.py
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion diffusers/stable_copyright/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test(member_scores, nonmember_scores, experiment, output_path, threshold_pat
output['TPR_at_1_threshold'] = TPR_at_1_threshold
output['FPR_at_1_threshold'] = FPR_at_1_threshold
output['TPR_at_01_threshold'] = TPR_at_01_threshold
output['FPR_at_1_threshold'] = FPR_at_01_threshold
output['FPR_at_01_threshold'] = FPR_at_01_threshold
output['AUROC'] = auc
output['TPR'] = TPR_list
output['FPR'] = FPR_list
Expand Down

0 comments on commit c7ec908

Please sign in to comment.