-
Beta Was this translation helpful? Give feedback.
Answered by
LehmBook
Nov 21, 2024
Replies: 1 comment
-
after some time debugging, I fould out its a stupid question: by writing np.savez_compressed(output_data.path, data=np.random.rand(100, 10)) but when artifact uploading file to minio here, it only support file with out extension which is How to fix it:
this way the file saved in correct format |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LehmBook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after some time debugging, I fould out its a stupid question:
by writing np.savez_compressed(output_data.path, data=np.random.rand(100, 10))
the file actually saved as
/minio/mlpipeline/v2/artifacts/test-pipeline/1b5960d0-e8c7-4206-82b2-4dff60f5d22f/generate-data/output_data.npz
but when artifact uploading file to minio here, it only support file with out extension which is
/minio/mlpipeline/v2/artifacts/test-pipeline/1b5960d0-e8c7-4206-82b2-4dff60f5d22f/generate-data/output_data
How to fix it:
this way the file saved in correct format