CNTK/bindings/python/cntk/eval
KeDengMS 3660b7a36e Node timing and profile details format in chrome://tracing.
Working example in ./Examples/Image/Classification/MLP/Python/SimpleMNIST.py

Note that node timing would be added to profiler details when profiler is enabled, i.e.

    import cntk as C
    C.debugging.debug.set_node_timing(True)
    C.debugging.start_profiler()
    C.debugging.enable_profiler()
    trainer|evaluator|function executions
    trainer|evaluator|function.print_node_timing()
    C.debugging.stop_profiler()
2018-02-01 21:53:46 -08:00
..
tests Expose distributed evaluation in Python 2017-10-05 16:33:39 -07:00
__init__.py Add simple descriptions to python packages and modules. 2017-06-07 12:57:06 -07:00
evaluator.py Node timing and profile details format in chrome://tracing. 2018-02-01 21:53:46 -08:00