Tarantella
latest

Overview

  • Why Tarantella?
  • Distributed Data Parallel Training
  • Distributed Datasets
  • Points to Consider

Getting started

  • Installation
  • Quick Start
  • Tutorials
  • Advanced Topics
  • Frequently Asked Questions (FAQ)

Community

  • Bug Reports
  • Feature Requests
  • Contributing
  • Contact
  • License
Tarantella
  • Table of contents
  • Edit on GitHub

_images/tnt_logo_text.png

Tarantella is an open-source, distributed Deep Learning framework built on top of TensorFlow, providing scalable Deep Neural Network training on CPU and GPU compute clusters.

Tarantella is easy-to-use, allows to re-use existing TensorFlow models, and does not require any knowledge of parallel computing.

_images/tnt_run.gif

Table of contents

Overview

  • Why Tarantella?
    • Goals
    • Performance Results
  • Distributed Data Parallel Training
    • The general idea
    • Distribution of mini-batches
    • Overlapping communication with computation
    • Tensor Fusion
    • Model initialization and loading
  • Distributed Datasets
  • Points to Consider
    • Global versus local batch size
    • Batch normalization layers
    • Managing individual devices

Getting started

  • Installation
    • Installing dependencies
    • SSH key-based authentication
    • Building Tarantella from source
    • [Optional] Building and running tests
    • [Optional] Building documentation
  • Quick Start
    • Code example: LeNet-5 on MNIST
    • Executing your model with tarantella
    • Save and load Tarantella models
    • Using distributed datasets
    • Callbacks
    • Important points
  • Tutorials
    • Prerequisites
    • ResNet-50
    • Transformers
  • Advanced Topics
    • GASPI ranks
    • Using local batch sizes
    • Setting tensor fusion threshold
    • Performance aspects
    • Python Interpreter
    • Reproducibility
  • Frequently Asked Questions (FAQ)

Community

  • Bug Reports
  • Feature Requests
  • Contributing
  • Contact
  • License
Next

© Copyright 2022 Fraunhofer. Revision 67b364e9.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds