updated comment

This commit is contained in:
Matthias Bisping 2022-05-12 11:24:12 +02:00
parent f5721560f3
commit bfe92b24a2

View File

@ -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