Unanswered
Hi Folks, One Question:
I Have A Script That Looks Like:
wouldn't it be possible to store this information in the clearml server so that it can be implicitly added to the requirements?
I think you are correct, and if we detect that we are using pandas to upload an artifact, we should try and make sure it is listed in the requirements
(obviously this is easier said than done)
And if instead I want to force "get()" to return me the path (e.g. I want to read the csv with a library that is not pandas) do we have an option for that?
Yes, call .get_local_copy()
you will always get a path to he locally downloaded artifact
150 Views
0
Answers
2 years ago
one year ago