![Documentation Status](https://camo.githubusercontent.com/1da7f4f6187c74b1bc33276a5d0677cf7a4e8b30490bbd1f332d95a3527f3294/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f76697375616c2f62616467652f3f76657273696f6e3d6c6174657374)
A visualisations library for PyTorch with torchbearer
Docs •
Examples •
Install
Torchbearer.visual is a companion package to torchbearer which is
intended to re-implement state of the art practices in filter and feature visualisation.
|
Quickstart: Our quickstart guide, go here to learn the basics of visualising deep networks with visual.
|
|
|
|
|
Compositional Pattern Producing Networks: A quick guide on using the CPPNImage class in visual to create a very different kind of visualisation.
|
|
|
|
|
Deep Dream: A guide on performing deep dreams with visual, including pyramid ascent in Fourier space.
|
|
|
|
Custom Models: How to use visual with your own model or one from torch.hub.
|
|
|
|
The easiest way to install visual is with pip:
pip install torchbearer-visual
Alternatively, build from source with:
pip install git+https://github.com/pytorchbearer/visual