Kisalaykisu / cockpit

A Practical Debugging Tool for Training Deep Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cockpit

A Practical Debugging Tool for Training Deep Neural Networks

Banner

01_basic_fmnist

02_advanced_fmnist 03_deepobs

pip install 'git+https://github.com/f-dangel/cockpit.git'

Cockpit is a visual and statistical debugger specifically designed for deep learning. Training a deep neural network is often a pain! Successfully training such a network usually requires either years of intuition or expensive parameter searches involving lots of trial and error. Traditional debuggers provide only limited help: They can find syntactical errors but not training bugs such as ill-chosen learning rates. Cockpit offers a closer, more meaningful look into the training process with multiple well-chosen instruments.


Installation

To install Cockpit simply run

pip install 'git+https://github.com/f-dangel/cockpit.git'

About

A Practical Debugging Tool for Training Deep Neural Networks

License:MIT License


Languages

Language:Python 100.0%