From 604781b5ef0eb45bc776ab79ba9b64e585d3e660 Mon Sep 17 00:00:00 2001 From: Dmitrii Date: Fri, 28 Aug 2026 01:06:13 +0300 Subject: [PATCH] refactor: skip epistemic uncertainty plot for singe net --- benchmarks/classification_benchmark.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/classification_benchmark.py b/benchmarks/classification_benchmark.py index 5c22ef7..0c646d7 100644 --- a/benchmarks/classification_benchmark.py +++ b/benchmarks/classification_benchmark.py @@ -370,7 +370,8 @@ def main(): np.concatenate([id_u.numpy(), ood_u.numpy()]), ) - plot_ood_histogram(id_u, ood_u, name) + if name != "Single Net": + plot_ood_histogram(id_u, ood_u, name) results.append( {