Writing an Op to work on an ndarray in C Writing an Optimization Test the optimization Writing an Op to work on an ndarray in C This section walks through a non-trivial examp...
tests – Tests tests – Tests class theano.tests.breakpoint. PdbBreakpoint (name)[source] This is an identity-like op with the side effect of enforcing aconditional breakpoint...
Release Notes Theano 1.0.0 (15th of November, 2017) Release Notes Theano 1.0.0 (15th of November, 2017) This is a final release of Theano, version 1.0.0 , with a lot ofnew f...
Creating a new Op: Python implementation Theano Graphs refresher Op’s basic methods Op’s auxiliary methods Example: Op definition Example: props definition How To Test it Bas...
tests – Tests tests – Tests class theano.tests.breakpoint. PdbBreakpoint (name)[source] This is an identity-like op with the side effect of enforcing aconditional breakpoint...
Using the GPU GpuArray Backend Testing Theano with GPU Returning a Handle to Device-Allocated Data What Can be Accelerated on the GPU Tips for Improving Performance on GPU GPU ...
Using multiple GPUs Defining the context map A simple graph on two GPUs Explicit transfers of data Using multiple GPUs Theano has a feature to allow the use of multiple GPUs...
Configuration Settings and Compiling Modes Configuration Exercise Mode Linkers Using DebugMode ProfileMode Configuration Settings and Compiling Modes Configuration The ...
Unit Testing Unittest Primer How to Run Unit Tests ? theano-nose Using unittest module Folder Layout How to Write a Unittest Test Cases and Methods Checking for correctness ...