From a98206b3bf64822716afce88e4e42a2e81f80d41 Mon Sep 17 00:00:00 2001 From: StephanHaa9 Date: Fri, 13 Dec 2024 13:55:14 +0100 Subject: [PATCH] test of the fashion mnist data genaerator --- znnl/data/fashion_mnist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/znnl/data/fashion_mnist.py b/znnl/data/fashion_mnist.py index 812031d..8e03ad9 100644 --- a/znnl/data/fashion_mnist.py +++ b/znnl/data/fashion_mnist.py @@ -119,4 +119,4 @@ def plot_image(self, indices: list = None, data_list: list = None): else: img_counter += 1 - fig.show() \ No newline at end of file + fig.show()