Giter VIP home page Giter VIP logo

mlmono's People

Contributors

fxuz avatar jdaaph avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mlmono's Issues

Docker context release

We'd like to have a context release such that the codebase (from the cli for now) can be evaluated from any env that can run docker.

Multi-GPU support (multi-card, single machine)

This project will be great for people who want to learn a bit about the basics of parallel / distributed training. I suggest looking into uber's Horovod for a good solution for this.

A clean import method for top level CLI

As of now we need to import the class definition manually in cli so that all class definition is called before cli logic is run, how do we do this automatically

Make configs to be read-only after flags-from-args update

It'd be nice to have this function:

JX do you think this is a good starting point for you to get familiar with Python OOP? What I propose is definitely not the only way to do this tho...

two steps:

  1. original config is a modifiable class instance that can be updated from passed args, see Issue #4 , you can implement this override by using arg-parse to read in the later string contains all the multi-level flags.

  2. you can probably make a subclass of config that basically programmatically iterate over all field recursively and set them as python property (maybe see https://www.python-course.eu/python3_properties.php)

Override configs from cli

We might want to implement the feature to support the command line arguments overriding the config settings, sometime in the future. It's not first priority.

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.