From 2119297465b868e3dcc04037ac4a5b7d6232c4e5 Mon Sep 17 00:00:00 2001 From: Felix <65565033+fexfl@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:17:39 +0100 Subject: [PATCH] Added comment related to hibernate --- notebook/batching_performance.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notebook/batching_performance.ipynb b/notebook/batching_performance.ipynb index 1dcd97c..03df1a2 100644 --- a/notebook/batching_performance.ipynb +++ b/notebook/batching_performance.ipynb @@ -6,7 +6,9 @@ "source": [ "# Transformers Batching Performance Testing\n", "\n", - "This notebook is intended for testing the pseudonymization performance for different transformers batch sizes." + "This notebook is intended for testing the pseudonymization performance for different transformers batch sizes.\n", + "\n", + "Make sure to disable Windows Hibernate/Sleep while testing or the result will be falsified." ] }, {