This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Is there a way to load a saved artifact from a local dir? #646
patrick-halina
started this conversation in
General
Replies: 2 comments
-
hi @patrick-halina yes, checkout this page Hopefully it helps. best |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I missed that! It's been great playing with the Jina API so keep it up! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Finetuner has a method to download an artifact to a local directory:
finetuner/finetuner/hubble.py
Line 66 in a527c87
Is there a way to then load that saved artifact? The walkthroughs have a lot of documentation for saving the results of a Finetuner run, it's not clear how to load a previously saved run/artifact. From reading through the Finetuner/Hubble code, I can see that the 'artifact' abstraction is just a string to the download dir + experiment_name + '.zip'. I would be nice to just load a saved artifact from the user provided input: a download path (in the walkthroughs, you don't actually need to provide an experiment name.) Otherwise, the walkthrough or output of save_artifact() should tell the user the artifact path to remember for reloading.
Beta Was this translation helpful? Give feedback.
All reactions