Giter Club home page Giter Club logo

Comments (4)

marcj avatar marcj commented on August 27, 2024

@planetceres thanks for the detailed description. Could you also please post your deepkit.yml content? I wonder if training is an actual config value defined in the file, what content it has, and if training is correctly displayed when the bug is not seen.

from deepkit-ml.

planetceres avatar planetceres commented on August 27, 2024

While the example I showed above is a private project, this same behavior happens with the default examples in this repo and the deepkit python-sdk. The only difference is that I've had to replace parameters with config.

distributed-simple/deepkit.yml

image: python:3.7.0-alpine3.8

docker:
    binds:
        - /home/user/deepkit/deepkit-python-sdk/:/deepkit-sdk
    env:
        - PYTHONPATH=/deepkit-sdk

config:
    lr: 50
    optimizer: sgd
    training:
        epochs: 50
        samples: 20

tasks:
    ...

from deepkit-ml.

marcj avatar marcj commented on August 27, 2024
    training:
        epochs: 50
        samples: 20

this results always in [object Object] as nested objects are not supported in the create-experiment view. I tried your example with deepkit/deepkit.yml and it correctly displays the configuration in the create-experiment view (except the training entry config option).

Screenshot 2020-05-19 at 19 01 10

I don't understand your example to be honest. You have shown two screenshots of different configurations. num-machines as of the second screenshot is not in your posted deepkit.yml, so I don't understand the reproduction case.

from deepkit-ml.

marcj avatar marcj commented on August 27, 2024

If we create a directory ./deepkit and put deepkit.yml there, DeepKit can't seem to find the configuration

But you showed a screenshot of this configuration, so Deepkit found it. I really don't get that bug. You said Deepkit doesnt find the configuration, yet you created a screenshot of this very configuration in the GUI. What exactly do you mean with "Deepkit can't seem to find it"?

from deepkit-ml.

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.