Git Product home page Git Product logo

Comments (6)

jjallaire avatar jjallaire commented on August 10, 2024

Yes, the flags parameter in particular is trivially supported by just forwarding it's value to training_run (which also supports a flags parameter in just this fashion).

In terms of gcloud I hadn't thought about it but it does seem like some might have use for this (although it would certainly be defensible to just start with the config file and add a gcloud parameter as needed/requested.

from cloudml.

kevinushey avatar kevinushey commented on August 10, 2024

Sounds good. FWIW there is a bit of extra work to be done on the deployment side -- since the flags will be defined on the user's computer but need to be applied and set on the deployment machine, we'd have to serialize those flags, transfer them as part of the bundle, then re-read and use them in the ensuing call to training_run(). (All the infrastructure for this is thankfully in place already; just wanted to double check that this was in line with the tfruns philosophy)

from cloudml.

jjallaire avatar jjallaire commented on August 10, 2024

from cloudml.

jjallaire avatar jjallaire commented on August 10, 2024

We decided we will have 3 arguments like this:

flags = "flags.yml"
cloudml_config = "cloudml.yml"
gcloud_config = "gcloud.yml"

Then users can pass lists as an alternative to any of those file values.

from cloudml.

jjallaire avatar jjallaire commented on August 10, 2024

The gcloud config file will support forwarding all gcloud wide config flags

from cloudml.

jjallaire avatar jjallaire commented on August 10, 2024

Duplicate of #5

from cloudml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.