determined

Determined: Deep Learning Training Platform
授权协议 Apache-2.0 License
开发语言 Python
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 易衡
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Determined: Deep Learning Training Platform

Determined is an open-source deep learning training platform that makes buildingmodels fast and easy. Determined enables you to:

  • Train models faster using state-of-the-art distributed training, withoutchanging your model code
  • Automatically find high-quality models with advanced hyperparameter tuningfrom the creators of Hyperband
  • Get more from your GPUs with smart scheduling and cut cloud GPU costs byseamlessly using preemptible instances
  • Track and reproduce your work with experiment tracking that worksout-of-the-box, covering code versions, metrics, checkpoints, andhyperparameters

Determined integrates these features into an easy-to-use, high-performance deeplearning environment — which means you can spend your time building modelsinstead of managing infrastructure.

To use Determined, you can continue using popular DL frameworks such asTensorFlow and PyTorch; you just need to update your model code to integratewith the Determined API.

Try out Determined Locally

Follow these instructions to install and set up docker.

# Start a Determined cluster locally.
python3.7 -m venv ~/.virtualenvs/test
. ~/.virtualenvs/test/bin/activate
pip install determined
# To start a cluster with GPUs, remove `no-gpu` flag.
det deploy local cluster-up --no-gpu
# Access web UI at localhost:8080. By default, "determined" user accepts a blank password.

# Navigate to a Determined example.
git clone https://github.com/determined-ai/determined
cd determined/examples/computer_vision/cifar10_pytorch

# Submit job to train a single model on a single node.
det experiment create const.yaml .

Detailed Installation Guide

See our installation guide for details on how to install Determined, including on AWS and GCP.

Try Now on AWS

Try Now

Next Steps

For a brief introduction to using Determined, check out ourQuick Start Guide.

To use an existing deep learning model with Determined, follow thetutorial for your preferred deep learning framework:

Documentation

The documentation for the latest version of Determined can always be foundhere.

Community

If you need help, want to file a bug report, or just want to keep up-to-datewith the latest news about Determined, please join the Determined community!

Contributing

Contributor's Guide

License

Apache V2

相关阅读

相关文章

相关问答

相关文档