From bfe92b24a2959a72c0e913ef051476c01c285ad0 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Thu, 12 May 2022 11:24:12 +0200 Subject: [PATCH] updated comment --- image_prediction/pipeline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image_prediction/pipeline.py b/image_prediction/pipeline.py index db505bc..6d29ac7 100644 --- a/image_prediction/pipeline.py +++ b/image_prediction/pipeline.py @@ -50,9 +50,9 @@ class Pipeline: pairwise_apply = compose(star, parallel) join = compose(starlift(lambda prd, rpr, mdt: {"classification": prd, **mdt, "representation": rpr}), star(zip)) - # +>--classify--v - # --extract-->--split--| |--join-->reformat - # +>--identity--^ + # />--classify--\ + # --extract-->--split--+->--encode---->+--join-->reformat + # \>--identity--/ self.pipe = rcompose( extract, # ... image-metadata-pairs as a stream