https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
8e73a37 add unit test for operation from caffe to cntk 10 July 2017, 11:06:42 UTC
4a6d43a birth of model2cntk 10 July 2017, 10:18:13 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
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
1c1c70d Fix typos 23 June 2017, 07:44:56 UTC
61d524e Debugging guide 23 June 2017, 02:15:09 UTC
2c099bb Added man page for how to feed data into cntk 22 June 2017, 22:59:58 UTC
4be61cf Integrate zhouwang/cseval-sparse into master 22 June 2017, 09:20:39 UTC
a99ad29 Minor revisions to CNTK_101_LogisticRegression.ipynb (phrasing/clarification) (#2011) * Update CNTK_101_LogisticRegression.ipynb Incorporated sayanpa's suggested changes 21 June 2017, 17:54:32 UTC
f8d2a2a add exception tests for CopyVairableValueTo update baseline address CR comments 20 June 2017, 20:51:15 UTC
4eb4657 add NumColsInMatrix as return value of ValidateCSCAndGetIndexBufferSizes() and bug fixes 20 June 2017, 20:51:10 UTC
67e36ab check NumRows/Cols of matrix; fix bug in CopyVariableValueToSparseCSC 20 June 2017, 20:51:02 UTC
3191e6d add Value:CopyVariableTo() for sparse csc output; re-arrange test cases; add workaround for GPUSparseMatrix->CPUSparseMatrix; create variable using sparse format 20 June 2017, 20:50:47 UTC
3659e57 add check using NDArrayView on CPU in TestDataBuffer 20 June 2017, 20:50:10 UTC
03b9971 add test for DataBuffer 20 June 2017, 20:49:54 UTC
14c4798 add tests for SparseCSCDataBuffers improve unit tests: add GeenrateNumOfAxes(); use Fixture for NDArrayViewTests; remove unneeded srand() 20 June 2017, 20:49:42 UTC
back to top