https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f4d65f4 Adding readme file for ClassActivationMap example. 11 July 2017, 14:36:33 UTC
9f18052 Adding example to compute class activation map for Animal dataset. 11 July 2017, 14:36:33 UTC
c07db26 Integrate t-ivrodr/quick_fix_deconv_example into master 11 July 2017, 12:46:17 UTC
c3d90ec fixing cntk path 11 July 2017, 10:10:01 UTC
6311856 Integrate sayanpa/tutfixchkin into master 11 July 2017, 02:57:27 UTC
a89a796 Integrate alrezni/fix_txt2ctf into master 10 July 2017, 12:34:04 UTC
f3120ec txt2ctf.py: flush and close output 10 July 2017, 11:11:29 UTC
b30ffbf Addressing comments in CR 10 July 2017, 08:47:10 UTC
e3d0961 Fixing autoencoder example 10 July 2017, 07:20:41 UTC
20cf9fd Fix typos 10 July 2017, 00:36:35 UTC
4c15653 Fix load_model for python3.6 with pathlib (#2095) Add an optional extended description… 09 July 2017, 18:42:52 UTC
fa8cab4 Improve exception msg for load_model (#2094) Add an optional extended description… 09 July 2017, 18:28:10 UTC
06dbbb7 Integrate nikosk/man4 into master 08 July 2017, 05:50:15 UTC
67db47a Modifications to pass python 2.7 tests 08 July 2017, 03:25:50 UTC
f2b6bb6 Updated Autoencoder test baseline after the random seed update 08 July 2017, 00:06:13 UTC
f56de38 Reduce test code in tutorials and fixes 07 July 2017, 20:44:58 UTC
139fad9 Fix typos (#2092) 07 July 2017, 15:52:58 UTC
a2b4997 Tools/devInstall/Linux/install-swig.sh: added Moved and refreshed from bindings/python/swig_install.sh. Install location now is /usr/local/swig-*, which ./configure picks up automatically. Specify --without-alllang for SWIG build, which should suppress building tests and examples for specific languages. Windows: Update source setup links for SWIG 07 July 2017, 11:16:12 UTC
822244f learners manual 07 July 2017, 01:15:35 UTC
7f89deb resolving conflicts of editting. 06 July 2017, 20:16:14 UTC
acd4a19 Corrected a typo. 06 July 2017, 20:10:41 UTC
d4e022e Corrected the indentation problem in check point get and restore methods. 06 July 2017, 20:10:41 UTC
43adea2 Fixed typesetting and language issues according to Sayan's comments. 06 July 2017, 20:10:41 UTC
8e4a1c7 Minor correction of line breakings. 06 July 2017, 20:10:41 UTC
0949d8d Adjusted the line breaks to avoid github render linewrapping. 06 July 2017, 20:10:41 UTC
8d7f0c4 Detailed the steps of creating UserMinibatchSources. 06 July 2017, 20:10:41 UTC
5d0bde7 Corrected the cell type of a markdown cell. 06 July 2017, 20:10:41 UTC
45d2476 Added user minibatch source example for distributed training. 06 July 2017, 20:10:41 UTC
f84214d Added manual test. 06 July 2017, 20:10:41 UTC
9ad766a Added manual on how to create user minibatch sources. 06 July 2017, 20:10:41 UTC
49a95dd Merge pull request #2086 from taehoonlee/fix_typos Fix typos 06 July 2017, 06:40:31 UTC
d3edc89 Fix typos 06 July 2017, 00:12:52 UTC
d66929b Integrate 91c0fd06a9da3e74adc667a935567f2432f1d802 into master 05 July 2017, 20:20:04 UTC
be3c0fe Integrate mahilleb/MissingTestCaseDefinition into master 05 July 2017, 19:40:36 UTC
9ef90cd Manual_How_to_debug.ipynb: fix device selection for test 05 July 2017, 18:35:48 UTC
82f8ec4 Update CNTK_208_Speech_Connectionist_Temporal_Classification.ipynb 05 July 2017, 18:10:35 UTC
942d6b6 Corrected the indentation problem in check point get and restore methods. 05 July 2017, 16:52:24 UTC
f3373d7 Fixed typesetting and language issues according to Sayan's comments. 05 July 2017, 16:45:19 UTC
91c0fd0 'totalSamplesSeen' cast as Int64 instead of Int32 to avoid overflow When performing long runtime training tasks, the number `totalSamplesSeen` as printed by `cntk.exe` does overflow at 2^31, and the console starts displaying negative counts (situations actually observed). The overflow is caused by a cast to `Int32` which can be upgraded to a cast to `Int64`. 05 July 2017, 12:22:33 UTC
1e98028 Tests/EndToEndTests/Downloads: restrict to Python 2.7 and 3.4 05 July 2017, 11:37:09 UTC
866cb03 Tests/EndToEndTests/CNTKv2Python/Manual: add missing testcase definition 05 July 2017, 11:09:23 UTC
1ed02f6 Fix typos (#2080) 05 July 2017, 02:19:29 UTC
a7961cd Integrate t-ivrodr/misc_tutorial_fixes into master 04 July 2017, 17:01:26 UTC
8989170 Misc fixes 04 July 2017, 14:26:39 UTC
d01eeb4 Integrate vadimma/ctctut into master 04 July 2017, 09:11:47 UTC
e4b641f Update edit distance command comments 04 July 2017, 05:35:46 UTC
e5be37f update ed error comment to make them unit-testable 04 July 2017, 04:28:46 UTC
e2011b2 Fix typos (#2076) Add an optional extended description… 04 July 2017, 00:59:20 UTC
fb0c899 Change old description for edit_distance_error command 04 July 2017, 00:46:07 UTC
e010625 Update the CTC tutorial to pass E2E test 03 July 2017, 21:16:54 UTC
c0bb507 Fixing unpacking for prefetch 03 July 2017, 08:06:57 UTC
3617453 Minor correction of line breakings. 01 July 2017, 22:58:33 UTC
46cdc30 Adjusted the line breaks to avoid github render linewrapping. 01 July 2017, 22:56:02 UTC
265605f Detailed the steps of creating UserMinibatchSources. 01 July 2017, 22:50:59 UTC
9feb9be Update edit_distance to handle environment properly 01 July 2017, 05:17:43 UTC
8cce0d6 Fixed bug in tutorial and user feedback 29 June 2017, 19:24:59 UTC
c6d6570 Merge pull request #2065 from taehoonlee/fix_typos Fix typos 29 June 2017, 18:35:19 UTC
acb9793 Fix typos 29 June 2017, 02:53:52 UTC
d7a4274 Integrate eldak/tsDoc into master 28 June 2017, 19:02:08 UTC
10a1bf1 Update README.md 28 June 2017, 18:54:20 UTC
dcd5aec Add Gitter badge (#2059) 28 June 2017, 18:53:16 UTC
42b05de Adding a manual for explicit training loop and Function.train 28 June 2017, 07:44:15 UTC
07a8b43 Fix a error in the introduction of Performance Profiler Usage (#1914) 28 June 2017, 04:38:10 UTC
2d90be9 Small typo fixes (#1997) * Small typo fixes '10-dimensional' to '100-dimensional' 'functional correctness with 200' to 'functional correctness with 300' * Create CNTK_206B_DCGAN.ipynb '10-dimensional' to '100-dimensional' Use momentum variable 28 June 2017, 04:35:22 UTC
66a544e Corrected the cell type of a markdown cell. 27 June 2017, 22:47:10 UTC
7b25432 Added user minibatch source example for distributed training. 27 June 2017, 21:35:06 UTC
4ea8c14 Added manual test. 27 June 2017, 19:49:51 UTC
9db1a74 Added manual on how to create user minibatch sources. 27 June 2017, 19:41:51 UTC
9c6a169 ctf2bin.py upgraded to Python 3.3+ (#2053) The script `ctf2bin.py` was broken under Python 3. The fix provides minimal adjustments for the Python version that is presently installed by CNTK deployment scripts. Fixes Microsoft/CNTK#2052 27 June 2017, 17:15:20 UTC
b87de85 Integrate mahilleb/DlPascalExcp into master 27 June 2017, 12:16:21 UTC
3f5f509 typo fix 27 June 2017, 08:51:13 UTC
fe88f1f Examples/Image/DataSets/Pascal/install_pascalvoc.py: fix NameError during exception handling 27 June 2017, 08:47:17 UTC
be6a128 Typo fix 27 June 2017, 05:19:31 UTC
5bdf30e Update README.md 27 June 2017, 00:54:57 UTC
8303d15 Integrate sayanpa/manchkin into master 26 June 2017, 23:45:13 UTC
650d661 Update news. 26 June 2017, 23:28:25 UTC
88942de Update news. 26 June 2017, 23:25:49 UTC
277c902 Bug fixes and content update 26 June 2017, 22:03:05 UTC
a4b2036 Update news. 26 June 2017, 21:54:02 UTC
de5569e Update news. 26 June 2017, 21:52:18 UTC
057ff61 Update EditDistance unit test 26 June 2017, 21:42:18 UTC
909e523 Address CR comments 26 June 2017, 13:26:02 UTC
dfe93c9 bindings/python: misc doc fixes 26 June 2017, 13:26:02 UTC
d2b47b7 Update CTC tutorial 26 June 2017, 05:06:09 UTC
ea7a9dc Update CTC tutorial 26 June 2017, 05:06:09 UTC
34d12d1 Tutorial updates, cont 26 June 2017, 05:03:05 UTC
d1a46d9 Speech tutorial edits 26 June 2017, 05:03:05 UTC
e137f05 CTC tutorial and tests updates 26 June 2017, 05:03:05 UTC
23bfed5 Update samples.json and tutorials.rst 26 June 2017, 05:03:05 UTC
0a48577 Fix forward_backword function comment 26 June 2017, 05:03:05 UTC
c6d1753 Update tutorial formatting 26 June 2017, 05:03:05 UTC
a9aeec8 Minor change to the tutorial 26 June 2017, 05:03:05 UTC
e5d30d3 Update the CTC tutorial test and tutorial 26 June 2017, 05:03:05 UTC
4e74956 Add a test for CTC tutorial 26 June 2017, 05:03:05 UTC
6779289 Change input order of edit_distance_error. Fix comments format. 26 June 2017, 05:03:05 UTC
674756d CTC tutorial 26 June 2017, 04:54:57 UTC
5394b76 Bugfix for get_data_type (#1955) * Bugfix for get_data_type * Fix: isinstance np.inexact does not catch np.ndarray * Add get_data_type tests for scalars 24 June 2017, 00:26:52 UTC
e96e39d Merge pull request #1939 from boeddeker/patch-1 improve exception msg 23 June 2017, 23:07:49 UTC
5eb1526 Merge pull request #1956 from boeddeker/patch-3 Fix broadcast_as_operand for float64 and scalar 23 June 2017, 23:04:11 UTC
5b62abf Merge pull request #2004 from boeddeker/patch-5 Fix: past_value/future_value dtype of initial_state 23 June 2017, 23:03:24 UTC
back to top