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
However, the data transform component seems to be prepared for tabular data. When I try to adapt this to image data, and specify the reader accordingly, I fail to run the pipeline. I have tried several different configurations, unsuccessfully (see predict_pipeline.add_component(pipeline, data=...).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm trying to implement a predict pipeline for HomoNN using an image dataset (standard pytorch ImageFolder).
I attempted to follow the instructions in this documentation, specifically the part where I add the reader corresponding to the inference date:
However, the data transform component seems to be prepared for tabular data. When I try to adapt this to image data, and specify the reader accordingly, I fail to run the pipeline. I have tried several different configurations, unsuccessfully (see
predict_pipeline.add_component(pipeline, data=...)
.The predict pipeline seems to fail to compile:
(The train pipeline runs smoothly and is correctly loaded through the pkl.)
Any insight would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions