https://github.com/Microsoft/CNTK
Revision 3660b7a36ecc8480bc6b7c22cd351209548691e0 authored by KeDengMS on 02 February 2018, 05:53:46 UTC, committed by KeDengMS on 02 February 2018, 05:53:46 UTC
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()
1 parent 3a19d2f
History
Tip revision: 3660b7a36ecc8480bc6b7c22cd351209548691e0 authored by KeDengMS on 02 February 2018, 05:53:46 UTC
Node timing and profile details format in chrome://tracing.
Tip revision: 3660b7a
File Mode Size
Documentation
Examples
Manual
PretrainedModels
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 3.3 KB
.gitignore -rw-r--r-- 7.4 KB
.gitmodules -rw-r--r-- 211 bytes
CNTK.Common.props -rw-r--r-- 1.6 KB
CNTK.Cpp.props -rw-r--r-- 10.4 KB
CNTK.sln -rw-r--r-- 215.3 KB
CONTRIBUTING.md -rw-r--r-- 210 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 7.9 KB
Makefile -rw-r--r-- 61.5 KB
README.md -rw-r--r-- 17.8 KB
configure -rwxr-xr-x 35.3 KB

README.md

back to top