https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
9964783 Changes to test perf. 28 March 2016, 18:14:08 UTC
e859de5 Integrate 3a21ed4fdf088976ac76fcd439a0be9d9f26fe73 into master 27 March 2016, 19:43:27 UTC
1317d98 Integrate alevol/fix_project_rebuilds into master 26 March 2016, 04:16:26 UTC
bf6a49d Fixed the projects that were always considered out of date. Solution: Fixed/removed the header files in some projects. 25 March 2016, 20:24:36 UTC
7509d5f Fixed LUSequenceReader bug: Plain label mode was not set properly 25 March 2016, 19:03:14 UTC
3a21ed4 fix 1bitsgd default in configure help text 25 March 2016, 17:32:57 UTC
b8f657c Integrate mahilleb/TestDriverDeterministicTestOrder into master 24 March 2016, 20:42:49 UTC
19617b0 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/linuxLUSequenceReader 24 March 2016, 20:00:47 UTC
b33cc1c Closes #274. Addressed review feedback. 24 March 2016, 18:48:41 UTC
61b3757 Improved ImageReader error reporting. 24 March 2016, 18:48:40 UTC
e65ec4a Fixed LUSequenceReader build on linux: Added missing LUSequenceWriter.cpp file to the list of sources for the reader 24 March 2016, 18:33:14 UTC
0645aed Do not require 'dim' for sparse input 24 March 2016, 17:27:55 UTC
4d552d3 Updates News section in ReadMe 24 March 2016, 14:18:59 UTC
5fb735f Tests/EndToEndTests/TestDriver.py: sort tests by full name when running all 24 March 2016, 13:17:20 UTC
9e6ee2a Integrate mahilleb/ImageReaderFixXcopy into master 24 March 2016, 09:49:08 UTC
ea1b5e4 Address CR comment 24 March 2016, 08:20:50 UTC
c51b913 Re commit because master is too old 23 March 2016, 14:32:19 UTC
99a12a5 Integrate blis/python-merge into master 23 March 2016, 13:51:29 UTC
623d3f4 Integrate clemensm/gradientsmaster into master 23 March 2016, 12:57:01 UTC
7850cd1 ImageReader.vcxproj: fix xcopy for zlib.dll -> zlib1.dll 23 March 2016, 11:17:14 UTC
aba168a Merge branch 'blis/python' into blis/python-merge 23 March 2016, 10:58:40 UTC
da6b2ad Updated to include Python packages for all sub-projects 23 March 2016, 10:54:39 UTC
63c470c fixed git merge left-over 23 March 2016, 10:53:37 UTC
47d25ae Better error reporting - Address review comments - Make error messages in ComputationNode output node name more consistently - Clarify error messages re. FrameRange - Make ThrowFormatted robust in the light of long messages 23 March 2016, 10:45:05 UTC
b5a67f0 Error handling; MBLayout comparison Add better error handling in one place. Fix MBLayout comparison (used to compare the shared_ptrs, not call the overloaded operator). In one place only. Add some debug output, need to remove. 23 March 2016, 10:43:09 UTC
6d9a9c3 Addressing CR comments 23 March 2016, 10:34:35 UTC
74d11fa Remove accidentally checked in file: Tools/.make_binary_drop_linux.swp 23 March 2016, 08:47:10 UTC
a5a1723 Addressed some pending CR feedback 23 March 2016, 06:19:02 UTC
3b69033 Merge branch 'blis/python' of https://github.com/Microsoft/CNTK into blis/python 22 March 2016, 21:06:27 UTC
4374291 Show winning classes 22 March 2016, 21:06:15 UTC
21fbaa2 Making reader optional 22 March 2016, 21:03:11 UTC
42ebb26 adapt mnist example 22 March 2016, 21:01:55 UTC
168e7f1 Merge branch 'blis/python' of https://github.com/Microsoft/CNTK into blis/python 22 March 2016, 20:44:52 UTC
2e68488 adapt logreg example 22 March 2016, 20:44:25 UTC
581df08 Changing imports 22 March 2016, 20:28:33 UTC
7a0dc3c Adding example for eval action 22 March 2016, 20:27:10 UTC
04236e6 More chanining 22 March 2016, 20:22:23 UTC
bf7fc91 Move back to 'pass' 22 March 2016, 20:15:57 UTC
2d500de Adapted to new reader format 22 March 2016, 20:10:54 UTC
832db4d Improved documentation 22 March 2016, 20:01:39 UTC
d0cfad3 Move namespace 'ops' to 'cntk1_ops' 22 March 2016, 19:41:23 UTC
8af637d Renamed folder LanguageBindings to contri 22 March 2016, 19:06:40 UTC
ea90260 Merged and resolved conflicts 22 March 2016, 19:03:22 UTC
1721dfb Support for sequence input 22 March 2016, 18:57:38 UTC
81f3b4f auto generation of reader 22 March 2016, 18:26:45 UTC
2d8e424 Backport a change in warnings handling 22 March 2016, 17:33:39 UTC
fcafd2c Make gcc smile 22 March 2016, 17:24:20 UTC
11f83f2 Address Review comments 22 March 2016, 17:23:33 UTC
67d4a40 Reconcile with Frank's refactoring - Delegate WriteMinibatch...() to function in ComputationNode.h - Fix 2 problems in MBLayout comparison - Add Identity() to core.bs - Add \r, \s, %n options to string replacements for SimpleOutputWriter 22 March 2016, 17:18:48 UTC
5f52873 Add backprop to parameter nodes - Fix Identity backprop. Dragging in a change from master re. opcode cardinality. - Add LearnableParameter nodes for backprop output - Fix merge issues 22 March 2016, 17:17:33 UTC
70f1954 Enable testing of backward pass in write action to enable, set nodeUnitTest to true inside write action block - Relax requirement of 1x1 matrix on output node for that. It will just match the output matrix and do a backprop of 1. - introduce Identity() node (right now only in C++ API and NDL) to work around the fact that inputs don't get gradients updated. - cherry-picked from clemensm/GradientTest. Need some more changes to integrate with Frank's latest refactorings 22 March 2016, 17:16:16 UTC
b253706 new inputcompNode class 22 March 2016, 15:52:56 UTC
a2a9182 new inputcompNode class 22 March 2016, 15:48:37 UTC
ab0e1f1 new inputcompNode class 22 March 2016, 15:47:46 UTC
3204a59 add reader to input nodes 22 March 2016, 14:12:20 UTC
7c01437 Integrate wdarling/logplus into master 22 March 2016, 14:04:16 UTC
55191a6 fix merge conflict in CommonMatrix.h 22 March 2016, 12:22:38 UTC
59385cf align some more backslashes 22 March 2016, 12:20:00 UTC
fe447bf addressing reviewer comments (mainly formatting issues) 22 March 2016, 12:19:59 UTC
2502588 first attempt at logplusnode 22 March 2016, 12:18:49 UTC
d6aee24 Moving tests for experimental htkmlf reader to nightly only 22 March 2016, 11:31:27 UTC
1936140 align some more backslashes 22 March 2016, 10:24:46 UTC
7ee5874 addressing reviewer comments (mainly formatting issues) 22 March 2016, 09:37:18 UTC
328a796 first attempt at logplusnode 21 March 2016, 16:20:50 UTC
f611886 Merge branch 'wdarling/eldiv' of https://github.com/Microsoft/CNTK into wdarling/eldiv 21 March 2016, 14:28:59 UTC
8b22bc9 adding unary op Reciprocal in TensorOps.h 21 March 2016, 14:27:51 UTC
eb520f4 re-applying changes for reciprocal and elementdivide in BrainScript with new structure in NonlinearityNodes.h 21 March 2016, 14:27:50 UTC
1ae07cc Integrate eldak/partialTimelinePrototype into master 21 March 2016, 12:27:34 UTC
34371e1 adding unary op Reciprocal in TensorOps.h 21 March 2016, 12:11:51 UTC
f6dbffe re-applying changes for reciprocal and elementdivide in BrainScript with new structure in NonlinearityNodes.h 21 March 2016, 11:01:44 UTC
56367df Fixing compilation for debug 21 March 2016, 10:59:50 UTC
c1154fb Addressing code review comments 21 March 2016, 09:50:00 UTC
23a59b4 Adapting CNTK text format reader to the new interface 21 March 2016, 09:23:39 UTC
a908d99 Fixing compilation on linux 21 March 2016, 08:51:03 UTC
4e05ea5 Addressing CR comments 21 March 2016, 08:51:03 UTC
3d1f4be Addressing initial CR comments 21 March 2016, 08:51:03 UTC
0cdc149 Updating makefile 21 March 2016, 08:51:03 UTC
26b94ed Renaming 21 March 2016, 08:51:03 UTC
e7e1990 Removing old block randomizer 21 March 2016, 08:51:03 UTC
5fc2db3 Adding fixes for rebase 21 March 2016, 08:51:03 UTC
432079b More refactoring and comments added 21 March 2016, 08:51:03 UTC
fa695fe Adding some comments 21 March 2016, 08:51:03 UTC
1c0be20 Refactoring 21 March 2016, 08:51:03 UTC
c82bf0f Refactoring and reenabling a test 21 March 2016, 08:51:03 UTC
903730f Adding more comments plus refactoring 21 March 2016, 08:51:03 UTC
4cbd6b3 Simple refactoring 21 March 2016, 08:51:03 UTC
8b36e43 More refactoring 21 March 2016, 08:51:03 UTC
7645936 More refactoring 21 March 2016, 08:51:03 UTC
6261618 Some refactoring 21 March 2016, 08:51:03 UTC
3e502d3 Fixing bug at the border of epochs 21 March 2016, 08:51:03 UTC
c2d44bf Optimizing no randomizer 21 March 2016, 08:51:03 UTC
6b22437 Fixing initialization bug 21 March 2016, 08:51:03 UTC
dd39bc0 Fixing no randomizer 21 March 2016, 08:51:03 UTC
4c42aa9 ReaderLibTests.cpp: { -> Partial}BlockRandomizerOneEpoch{,LegacyRandomization} 21 March 2016, 08:51:03 UTC
2832a28 Make PartialBlockRandomizerInstantiate pass 21 March 2016, 08:51:03 UTC
e900876 Unit test 21 March 2016, 08:51:03 UTC
3a7af60 Removing some unused code 21 March 2016, 08:51:03 UTC
fb20ab1 Fixing image reader tests 21 March 2016, 08:51:03 UTC
67c794c Fixing frame cursor 21 March 2016, 08:51:03 UTC
40ea419 Refactoring of the randomizer into sequence and chunk ones 21 March 2016, 08:51:03 UTC
back to top