Coder Social home page Coder Social logo

jcarreira / cirrus Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 9.0 110.33 MB

Serverless ML Framework

License: Apache License 2.0

C++ 52.33% C 0.49% Makefile 2.30% Shell 0.92% M4 0.16% Python 30.27% Jupyter Notebook 13.52%
jupyter-notebook machine-learning parameter-server serverless

cirrus's People

Contributors

andrewmzhang avatar jcarreira avatar neelsomani avatar sheaconlon avatar yangryan0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cirrus's Issues

Barrier for PSSparseTask poll threads

The 0th poll thread needs to start last. We need a barrier to ensure this, or else for large numbers of poll threads, parameter server is likely to fail.

Improve S3.cpp

S3.cpp needs to be refactored to a more object-oriented interface. As of now, this module has a couple of issues:

  1. no way to create Aws::Client's with different options
  2. no easy way to pass clients to S3 without passing these AWS::Client handles

S3.cpp should be a class (I suggest S3Client) so users can create multiple of these clients.

Need to set Limits for experiment termination

Currently, our experiments only terminate when the user calls stop in the python interface. We should have an option to set a limit, so that the experiment automatically stops when it reaches a certain accuracy or some other limit.

Cannot specify no PEM file.

If user's public key is already in the server's .ssh/authorized_keys file, there is no way to specify an empty .pem file.

Use flatbuffers for messages

We should leverage flatbuffers for building messages used in the communication between the workers and the parameter server.

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.