Determined — A Batteries-Included Deep Learning Training Platform

By Medium - 2021-01-28

Description

PyTorch is a great way to express the essential properties of a deep learning model, such as the model architecture, which optimizer to use, how to load data, and the training loop. But achieving…

Summary

  • Focus on building models, not managing infrastructure PyTorch is a great way to express the essential properties of a deep learning model, such as the model architecture, which optimizer to use, how to load data, and the training loop.
  • This separation of model definition from training code has grown in popularity over the years, with other tools like PyTorch Ignite or PyTorch Lightning providing similar APIs to PyTorchTrial API.
  • Once an experiment is submitted, Determined handles the engineering challenges that arise for deep learning training.

 

Topics

  1. Machine_Learning (0.3)
  2. Backend (0.25)
  3. NLP (0.11)

Similar Articles

K-fold Cross Validation with PyTorch

By MachineCurve - 2021-02-02

Explanations and code examples showing you how to use K-fold Cross Validation for Machine Learning model evaluation/testing with PyTorch.

What’s new in TensorFlow 2.4?

By tensorflow - 2020-12-14

TensorFlow 2.4 is here! With increased support for distributed training and mixed precision, and tools for monitoring and diagnosing bottlenecks, this