sort by:
Revision Author Date Message Commit Date
50946c0 Broadcast support for scatter. Untested so far. 05 April 2016, 09:18:10 UTC
abd5d0e Fix gradient update for ReconcileMBLayout 01 April 2016, 14:22:52 UTC
65663e5 Make WhereNode work in the light of gaps. 01 April 2016, 13:56:46 UTC
8ad16d1 Revert change for ScatterPacked node, for now. 31 March 2016, 15:32:57 UTC
3c9a20b Set output dimensions for GatherPacked 31 March 2016, 15:23:17 UTC
5b49f8b Don't require MBLayout for srcData in GatherPacked 31 March 2016, 14:20:29 UTC
d7e9977 Change GradientPtr to MatrixBasePtr 31 March 2016, 12:31:55 UTC
bfddc4f Fix glitch. 31 March 2016, 12:31:55 UTC
7e67d29 Add GradientPtr(), check in SimpleOutputWriter 31 March 2016, 12:31:55 UTC
74e6387 Glitches 31 March 2016, 12:31:55 UTC
1a0996d Revert some changes that are not necessary 31 March 2016, 12:31:55 UTC
9e29208 Use sampleseparator, not elementSeparator 31 March 2016, 12:31:55 UTC
34daf75 Add SequenceId, TensorShape to writer output - Add %d option for sequenceID - Add %x option for tensor shape - Support this in sequencePrologue / elementseparator at this point. Some more testing / factoring out needed... 31 March 2016, 12:31:55 UTC
a7ea782 Better error reporting for CNTKTextFormatReader - Wrap exception on init to contain file name - Choke if randomizer doesn't see any valid samples 31 March 2016, 12:31:55 UTC
034f1cc Keep on refactoring unit tests for CNTKTextFormatReader 30 March 2016, 15:56:12 UTC
7b5736d Merge branch 'deepbliscore/vnext' of https://github.com/Microsoft/CNTK into deepbliscore/vnext Conflicts: Tests/UnitTests/ReaderTests/ReaderTests.vcxproj 30 March 2016, 15:25:07 UTC
c318d53 Refactor unit tests for CNTKTextFormatReader 30 March 2016, 15:21:08 UTC
2ce4a1f Fix whitespace similar like master 27 March 2016, 19:58:54 UTC
7694e73 Merge branch 'master' into deepbliscore/vnext 27 March 2016, 19:14:18 UTC
bbaa151 Merge branch 'clemensm/GradientsVNext2' into deepbliscore/vnext 26 March 2016, 23:03:53 UTC
75f5f2a Merge branch 'deepbliscore/vnext' of https://github.com/Microsoft/CNTK into deepbliscore/vnext 26 March 2016, 23:02:47 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
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
7674166 A fix minor fixes in the packer 23 March 2016, 16:49:25 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
285f0ce Merge branch 'deepbliscore/vnext' of https://github.com/Microsoft/CNTK into deepbliscore/vnext Conflicts: Source/Readers/ReaderLib/DataDeserializer.h Source/Readers/ReaderLib/SampleModePacker.cpp 23 March 2016, 10:46:01 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
2df9701 Explicitly set output stream types in image reader 23 March 2016, 10:34:28 UTC
1f22ff1 Remove inputs size check from the ReaderShim 23 March 2016, 10:23:06 UTC
14210a8 Merge branch 'master' into deepbliscore/vnext Conflicts: Source/ComputationNetworkLib/ComputationNetworkEvaluation.cpp Source/Readers/CNTKTextFormatReader/Indexer.cpp Source/Readers/CNTKTextFormatReader/TextParser.cpp Source/Readers/ReaderLib/SampleModePacker.cpp Tests/EndToEndTests/Speech/DNN/WriteCommand/run-test 23 March 2016, 09:00:51 UTC
9e29b26 Merging with master 23 March 2016, 08:49:10 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
60f8a5b Make gcc smile 22 March 2016, 16:29:36 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
9db2d61 Extend SampleModePacker to support sequences for sparse input 22 March 2016, 15:39:34 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
3e3af7b Address Review comments 22 March 2016, 13:23:18 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
cafbeb0 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 21 March 2016, 22:22:15 UTC
328a796 first attempt at logplusnode 21 March 2016, 16:20:50 UTC
26e0622 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 21 March 2016, 16:09:34 UTC
bcbdd2c 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 21 March 2016, 14:44:51 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
back to top