Coder Social home page Coder Social logo

dash's Introduction

Logo

Dash (WIP)

A simple experiment manager for collecting data across parallel workloads.

Motivation

I recently started working with a codebase for research. It involves an extremely long-running simulation, and a requirement to collect data across dozens of runs, and dozens of configurations of those runs.

I'd originally modified its python runner to be highly parallel, but ran into some limitations when I wanted to test more abstract cases. Instead of hacking it in, it seemed more future-friendly to solve this problem in the general case. Enter, Dash.

The original codebase is in Python. While, to be honest, it would have made sense to stick with it for compatibility...Dash uses Go for the following reasons.

  1. Python parallelism and multi-threading is less than ideal. Conversely, this is one of Go's selling points.
  2. Python external program execution is a bit of messy.
  3. I recently started using Go, and wanted an excuse to build something in it.

System Architecture: Sweep: a single experimental sweep. Runs a number of workers in parallel. - generator: generates configs for workers. - worker: a function that will be run with a given config - results: workers generate results

dash's People

Contributors

jamohile avatar

Stargazers

 avatar Gunvir Singh Ranu avatar

Watchers

 avatar  avatar

dash's Issues

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.