From 6cf99d399ae8e49b626f65e570d15849173a8d2b Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 1 May 2019 13:17:21 +0200 Subject: [PATCH] Fixed summary Signed-off-by: Jim Martens --- src/twomartens/masterthesis/ssd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index abd833c..6cd00ee 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -217,7 +217,7 @@ def _predict_one_epoch(dataset: tf.data.Dataset, from pympler import muppy, summary all_objects = muppy.get_objects() all_lists = muppy.filter(all_objects, Type=list) - muppy.summary.print_(all_lists) + muppy.summary.print_(all_objects) if lists is None: lists = map(id, all_lists) list_nr = 0