comment changed
This commit is contained in:
parent
b582726cd1
commit
71f61fc5fc
@ -48,7 +48,7 @@ class Pipeline:
|
|||||||
extract, # ... image-metadata-pairs as a stream
|
extract, # ... image-metadata-pairs as a stream
|
||||||
split, # ... into an image stream and a metadata stream
|
split, # ... into an image stream and a metadata stream
|
||||||
pairwise_apply(classify, identity), # ... apply functions to the streams pairwise
|
pairwise_apply(classify, identity), # ... apply functions to the streams pairwise
|
||||||
join, # ... the streams
|
join, # ... the streams by zipping
|
||||||
reformat, # ... the items
|
reformat, # ... the items
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user