Skip to content

Commit

Permalink
Updating PR relative to comments, not yet addressed PBS
Browse files Browse the repository at this point in the history
  • Loading branch information
jsschreck committed Oct 27, 2023
1 parent 14a7f8d commit 0556417
Show file tree
Hide file tree
Showing 6 changed files with 262 additions and 498 deletions.
2 changes: 1 addition & 1 deletion applications/evaluate_mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def evaluate(conf, reevaluate=False, data_split=0, mc_forward_passes=0):
plot_confusion_matrix(
data,
labels,
normalize="true",
normalize=True,
save_location=os.path.join(save_loc, "plots", "confusion_matrices.pdf"),
)

Expand Down
Loading

0 comments on commit 0556417

Please sign in to comment.