From 547c698d113163544c015b442e03a8022af02abf Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 1 May 2019 13:15:47 +0200 Subject: [PATCH] Added summary of types again Signed-off-by: Jim Martens --- src/twomartens/masterthesis/ssd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index 1d303c4..abd833c 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -217,6 +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) if lists is None: lists = map(id, all_lists) list_nr = 0