Shortcuts

combustion.testing

Extensions to torch.nn, ranging from fundamental layers up to larger building blocks.

Assertions

PyTest Decorators

LightningModuleTest

In order to facilitate model testing without excessive boilerplate code, a pytest base class is provided that attempts to provide a set of minimal tests for a PyTorch Lightning LightningModule. By implementing a small number of fixtures that provide a model to be tested and data that can be used for testing, many stages of the LightningModule lifecycle can be tested without writing any additional test code.

Mixins

Read the Docs v: latest
Versions
latest
stable
docs
0.1.0
0.1.0rc2
v0.1.0rc1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources