Giter Club home page Giter Club logo

docker-autogluon's Introduction

AutoML for Image, Text, Time Series, and Tabular Data

Latest Release Continuous Integration Platform Tests Python Versions GitHub license Downloads Twitter

Install Instructions | Documentation (Stable | Latest)

AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.

Visit auto.gluon.ai for more information.

Image Types

  • framework - base framework image - contains AutoGluon, runtimes and necessary dependencies
  • jupyter - image with a jupyter notebook available

Image Tag Naming Scheme

CPU version

0.8.2-cpu-framework-ubuntu20.04-py3.9
 ^     ^   ^          ^          ^
 |     |   type       |          python version
 |     |              |
 |     |              |
 |     |              |
 |     CPU type       linux version
 |
 AutoGluon version

GPU version

0.8.2-cuda11.7-jupyter-ubuntu20.04-py3.9
 ^        ^    ^          ^          ^
 |        |    type       |          python version
 |        |               |
 |        cuda version    |
 |                        |
 |                        linux version
 |
 AutoGluon version

Usage

Start Container and Notebook Server with GPU support

$ docker pull autogluon/autogluon:0.8.2-cuda11.7-jupyter-ubuntu20.04-py3.9
$ docker run --gpus all --shm-size=1G --rm -it -p 8888:8888 \
         autogluon/autogluon:0.8.2-cuda11.7-jupyter-ubuntu20.04-py3.9

Start Container and Notebook Server with CPU-only support

$ docker pull autogluon/autogluon:0.8.2-cpu-jupyter-ubuntu20.04-py3.9
$ docker run --rm --shm-size=1G -it -p 8888:8888 \
         autogluon/autogluon:0.8.2-cpu-jupyter-ubuntu20.04-py3.9

docker-autogluon's People

Contributors

gradientsky avatar

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.