Making arithmetic Ops on double Op’s contract Optional methods or attributes Gradient Defining an Op: mul Trying out our new Op Automatic Constant Wrapping Final version ...
Making arithmetic Ops on double Op’s contract Optional methods or attributes Gradient Defining an Op: mul Trying out our new Op Automatic Constant Wrapping Final version ...
Requirements Requirements installation through Conda (recommended) Install Miniconda Install requirements and optional packages Install and configure the GPU drivers (recommende...
Using Op params The params type The params object Defining a params type Registering the params with your Op Signature changes from having params A simple example A more comp...
debugmode Guide Reference debugmode Guide The DebugMode evaluation mode includes a number of self-checks and assertionsthat can help to diagnose several kinds of programmer...
Optimizations Optimizations Theano applies many kinds of graph optimizations, with different objectives: simplifying and standardizing the form of the expression graph (e.g. ...
Broadcasting Broadcasting Broadcasting is a mechanism which allows tensors withdifferent numbers of dimensions to be added or multipliedtogether by (virtually) replicating the ...