Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Does metadata.Model persist trained model to object storage? #107

Open
Jeffwan opened this issue Aug 7, 2019 · 1 comment
Open

Does metadata.Model persist trained model to object storage? #107

Jeffwan opened this issue Aug 7, 2019 · 1 comment

Comments

@Jeffwan
Copy link
Member

Jeffwan commented Aug 7, 2019

/kind feature

Describe the solution you'd like
[A clear and concise description of what you want to happen.]

I am checking examples. Based on the API, looks like I need to save model to somewhere else and then log model uri there. Do we have plan to export model directly to storage?

    metadata.Model(
            name="MNIST",
            description="model to recognize handwritten digits",
            owner="someone@kubeflow.org",
            uri="gcs://my-bucket/mnist",
            model_type="neural network",
            training_framework={
                "name": "tensorflow",
                "version": "v1.0"
            },
            hyperparameters={
                "learning_rate": 0.5,
                "layers": [10, 3, 1],
                "early_stop": True
            },
            version="v0.0.1",
            labels={"mylabel": "l1"}))

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

@jtfogarty
Copy link

/kind question
/area engprod
/priority p2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants