updated comment
This commit is contained in:
parent
f5721560f3
commit
bfe92b24a2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user