Tasks returning numpy array / Passing numpy arrays between tasks #2907
Unanswered
sakthi-tech4th
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@sakthi-tech4th, NumPy array can be passed among the Flyte tasks. Yours is a NumPy array with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a ML training workflow and my tasks return numpy arrays. When I try to run them, I get the following error message:
I also tried to override the 'allow_pickle' parameter to True. Then it started asking for the path
My command (since i'm testing)
python flyte_pipeline.py
As the guide suggests.
My questions are:
Thanks and Regards,
Sakthi
Beta Was this translation helpful? Give feedback.
All reactions