torchbearer
0.1.5

Notes

  • Using the Metric API
    • Default Keys
    • Metric Decorators
      • Lambda Metrics
      • Metric Output - to_dict
    • Data Flow - The Metric Tree

Examples

  • 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
  • Optimising functions
    • The Model
    • The Loss
    • Optimising
    • Viewing Progress

Package Reference

  • torchbearer
  • 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
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.timer
    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.wrappers
    torchbearer.state
    torchbearer.torchbearer

© Copyright 2018, Ethan Harris and Matthew Painter. Revision d971ac7f.

Built with Sphinx using a theme provided by Read the Docs.