You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a pipeline such as ShowImage() >> BuildBatch() no images are displayed because BuildBatch performs prefetching. This is due to a threading problem with matplotlib, which is used for image display.
Workaround: Set prefetching to 0 for bathc builder: BuildBatch(prefetch=0)
The text was updated successfully, but these errors were encountered:
When building a pipeline such as ShowImage() >> BuildBatch() no images are displayed because BuildBatch performs prefetching. This is due to a threading problem with matplotlib, which is used for image display.
Workaround: Set prefetching to 0 for bathc builder: BuildBatch(prefetch=0)
The text was updated successfully, but these errors were encountered: