cntk.debugging package

dump_function(root, tag=None)[source]
dump_signature(root, tag=None)[source]

Debug helper that prints the signature of a Function.

force_deterministic(seed)[source]

Force most of the computation nodes to run deterministically.

Parameters:seed (int) – set the random seed for all random ops in the graph and readers.