torchbearer
0.1.7

Notes

  • Using the Metric API
    • Default Keys
    • Metric Decorators
      • Lambda Metrics
      • Metric Output - to_dict
    • Data Flow - The Metric Tree
  • Using the Tensorboard Callback
    • Setup
    • Logging the Model Graph
    • Logging Batch Metrics
    • Logging Epoch Metrics
    • Source Code
  • Using Visdom Logging in the Tensorboard Callbacks
    • Model Setup
    • Logging Epoch and Batch Metrics
    • Visdom Client Parameters
    • Source Code

Deep Learning

  • Quickstart Guide
    • Defining the Model
    • Training on Cifar10
    • Source Code
  • Training a Variational Auto-Encoder
    • Defining the Model
    • Defining the Data
    • Defining the Loss
      • PyTorch method
      • Using Torchbearer State
    • Visualising Results
    • Training the Model
    • Source Code
  • Training a GAN
    • Data and Constants
    • Model
    • Loss
    • Metrics
    • Training
    • Visualising
    • Source Code

Differentiable Programming

  • Optimising functions
    • The Model
    • The Loss
    • Optimising
    • Viewing Progress
    • Source Code
  • Linear Support Vector Machine (SVM)
    • SVM Recap
    • Defining the Model
    • Creating Synthetic Data
    • Subgradient Descent
    • Visualizing the Training
    • Final Comments
    • Source Code
  • Breaking ADAM
    • Online Optimization
    • Stochastic Optimization
    • Conclusions
    • Source Code

Package Reference

  • torchbearer
    • Model
    • Utilities
  • torchbearer.callbacks
    • Model Checkpointers
    • Logging
    • Tensorboard
    • Early Stopping
    • Gradient Clipping
    • Learning Rate Schedulers
    • Weight Decay
    • Decorators
  • torchbearer.metrics
    • Base Classes
    • Decorators - The Decorator API
    • Metric Wrappers
    • Metric Aggregators
    • Base Metrics
    • Timer
torchbearer
  • Docs »
  • Python Module Index

Python Module Index

t
 
t
- torchbearer
    torchbearer.callbacks
    torchbearer.callbacks.callbacks
    torchbearer.callbacks.checkpointers
    torchbearer.callbacks.csv_logger
    torchbearer.callbacks.decorators
    torchbearer.callbacks.early_stopping
    torchbearer.callbacks.gradient_clipping
    torchbearer.callbacks.printer
    torchbearer.callbacks.tensor_board
    torchbearer.callbacks.terminate_on_nan
    torchbearer.callbacks.torch_scheduler
    torchbearer.callbacks.weight_decay
    torchbearer.cv_utils
    torchbearer.metrics
    torchbearer.metrics.aggregators
    torchbearer.metrics.decorators
    torchbearer.metrics.metrics
    torchbearer.metrics.primitives
    torchbearer.metrics.roc_auc_score
    torchbearer.metrics.timer
    torchbearer.metrics.wrappers
    torchbearer.state
    torchbearer.torchbearer

© Copyright 2018, Ethan Harris, Matthew Painter and Jonathon Hare. Revision b3503b73.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 0.1.7
Versions
latest
0.1.7
0.1.6
0.1.5
0.1.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.