Giter Club home page Giter Club logo

Focus on machine learning, NOT infrastructure.
From the creators of PyTorch Lightning.


WebsiteRunsInteractive SessionsDocsRun ExamplesJoin our SlackPyTorch Lightning

PyPI - Python Version PyPI Status Docs Slack


Grid.AI

Grid.AI lets you seamlessly train hundreds of machine learning models on the cloud from your laptop.

Note: This repository will host the opensource components of Grid once they are ready. In the meantime please use this to request features and to get help.


Grid Philosophy

Grid follows the same philosophy that we use for PyTorch Lightning:

  • Let the user focus on machine learning not engineering.
  • Remove all the infrastructure engineering so the user can focus.
  • Focused on reproducibility

Key features

  • Runs: Run (and sweep) any private or public Github repository.
  • Sessions: Interactive machines (with multiple GPUs) optimized for development.
  • Datastores: Low-latency, high-performance, auto-versioned datasets.
  • Realtime costs + much more

Create a free account

Visit Grid.AI

Runs

Run (and sweep) any private or public Github repository on the cloud.

# install
pip install lightning-grid

# login
grid login

# clone the repo
git clone https://github.com/williamFalcon/cifar5.git
cd cifar5

# start run!
grid run --instance_type 8_v100_32gb project/lit_image_classifier.py --gpus 1 --learning_rate "uniform(1e-5, 1e-1, 8)"

The command above generates 8 experiments

(flash) ➜  project git:(master) grid status gifted-seahorse-83
✔ Fetching experiment status ... done!
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
┃ Experiment              ┃                          Command ┃ Status ┃    Duration ┃ gpus ┃        learning_rate ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│ gifted-seahorse-83-exp7 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │  0.07858944673974376 │
│ gifted-seahorse-83-exp6 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │   0.0492955135740864 │
│ gifted-seahorse-83-exp5 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │ 0.005299488022082154 │
│ gifted-seahorse-83-exp4 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │  0.09214628765569398 │
│ gifted-seahorse-83-exp3 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │  0.04288827588691595 │
│ gifted-seahorse-83-exp2 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │  0.02618640734272168 │
│ gifted-seahorse-83-exp1 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │  0.03269913908273296 │
│ gifted-seahorse-83-exp0 │ /project/lit_image_classifier.py │ queued │ 0d-00:00:21 │    1 │  0.06192848686653007 │
└─────────────────────────┴──────────────────────────────────┴────────┴─────────────┴──────┴──────────────────────┘

Interactive Sessions

Sessions allow you to develop models interactively with direct ssh, VSCode and Jupyter Notebook access already built-in.

Grid Session

Or via the CLI

grid session create --instance_type 8_v100_32gb

Community

The Grid community is the place to chat about Deep Learning, machine learning and anything about scaling up production or research projects! Join our slack

Contribute to our documentation https://github.com/gridai/grid-docs

Asking for help

If you have any questions here are some things you can do:

  1. Read the docs.
  2. Start a discussion.
  3. Create a Github issue.
  4. Send us a message on slack

Enterprise Features

For enterprise features, upgrades and support, register your interest here

Grid.ai's Projects

Grid.ai doesn’t have any public repositories yet.

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.