https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
5c31007 Temporarily disabled convo tuner optimization. 25 February 2016, 00:47:33 UTC
c950d5a Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 24 February 2016, 21:55:59 UTC
123150c Merge branch 'dongyu/needsGradientChange' of https://github.com/Microsoft/CNTK into fseide/s2s Conflicts: Source/CNTK/tests.cpp Source/ComputationNetworkLib/ComputationNetwork.h Source/ComputationNetworkLib/ComputationNetworkEditing.cpp Source/ComputationNetworkLib/InputAndParamNodes.h Source/ComputationNetworkLib/PreComputeNodes.h 24 February 2016, 21:55:41 UTC
2bcbb79 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 24 February 2016, 21:09:27 UTC
ecd554e rename needGradient to needsGradient (part 1) 24 February 2016, 19:58:24 UTC
00c15a4 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreader_allowlargeutterances 24 February 2016, 19:36:04 UTC
00d5269 Integrate cbasoglu/FUSEWorkaround into master 24 February 2016, 19:33:57 UTC
1f79223 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/needsGradientChange 24 February 2016, 19:00:32 UTC
f2055b2 Add progress tracing to fileutil 24 February 2016, 18:27:32 UTC
98d2f01 Add a workaround that applies only to Philly jobs for FUSE writes followed by reads 24 February 2016, 18:15:10 UTC
beb058c bug fix in BS lib 24 February 2016, 18:10:14 UTC
a0d8385 BrainScript support for learningRateMultiplier option in LearnableParameter 24 February 2016, 17:51:40 UTC
798d7c9 made gcc happy 24 February 2016, 17:35:10 UTC
9de2b58 Script. Next iteration 24 February 2016, 17:31:10 UTC
5f7ade9 made gcc happy 24 February 2016, 17:23:54 UTC
c09de59 merged with donyu/needsGradientChange 24 February 2016, 17:18:44 UTC
e59a046 Script. Next iteration 24 February 2016, 17:03:39 UTC
3e4c341 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 24 February 2016, 16:39:38 UTC
3e71eea (towards tensor Times) 24 February 2016, 16:39:31 UTC
b363f5e (comments) 24 February 2016, 16:38:57 UTC
2abeb3c bug fix: PreComputeNodes' Value() must be non-sharable 24 February 2016, 16:31:21 UTC
6125313 Script. Next iteration 24 February 2016, 16:28:06 UTC
bb8f23e Script. Next iteration 24 February 2016, 15:57:50 UTC
183e0f6 Add Make Binary Drop Windows Script 24 February 2016, 13:20:11 UTC
56b0b14 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/needsGradientChange Conflicts: Source/CNTK/ModelEditLanguage.cpp Source/CNTK/SynchronousExecutionEngine.cpp Source/ComputationNetworkLib/InputAndParamNodes.h 24 February 2016, 02:09:40 UTC
ee164df Updated conv auto-tuner to prevent issues with distributed reading. 24 February 2016, 01:51:34 UTC
5524829 Refactored CIFAR-10 image converter script. 23 February 2016, 22:58:33 UTC
959add5 Fix Kaldi2Reader building. 23 February 2016, 21:04:31 UTC
cc8fef0 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreader_allowlargeutterances 23 February 2016, 20:35:40 UTC
be17983 bug fix in Config, handling empty keys 23 February 2016, 19:48:12 UTC
7f13079 bug fix in Transpose(); prepared file format for RowStack and RowSlice to store their dimension along which they operate (currently limited to 1); bug fix in "write" command "format" parsing; ComputationNetwork::Read() now checks for too new file version 23 February 2016, 19:14:36 UTC
4c78ba4 Changing postbuild steps for MathCuda to copy all NVIDIA delay loaded DLLs into the output directory 23 February 2016, 10:24:58 UTC
06c9be9 Adds ExceptionWithCallStack class to wrap native exceptions (runtime_error, logic_error, invalid_arguent), so that the call stack can be provided to the managed layer. Moves DebugUtil functions (PrintCallStack, GetCallStack) to ExceptionWithCallStack Refactors the PrintCallStack and GetCallStack functions in ExceptionWithCallBack to re-use the common functionality. Make gcc happy 23 February 2016, 08:11:12 UTC
810b3f5 bug fix in BS definition of Times() macro 23 February 2016, 02:15:32 UTC
93be1ae old config parser now allows empty values 23 February 2016, 02:13:09 UTC
8800a4a Transpose and Times now serialize the new parameters 23 February 2016, 02:05:20 UTC
c1a6e3f implemented TransposeNode for arbitrary dimensions (not serializing yet); added plumbing for tensor Times 23 February 2016, 01:45:46 UTC
9aebde0 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreader_allowlargeutterances 23 February 2016, 01:26:45 UTC
5d63f99 Integrate 5925ae722a949e0d52d2ae82dd9c85f7f753ea99 into master 23 February 2016, 01:25:32 UTC
7a511e7 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/SimpleWriterFix Conflicts: Source/SGDLib/SimpleOutputWriter.h 22 February 2016, 23:54:23 UTC
8f4313c Increase the supported number of frames per utternace to 2^16 since our frame randomization implementation no longer requires framerefs for entire corpus to be in memory and we can accomodate a larger frameref struct 22 February 2016, 23:37:04 UTC
edb8886 Removes one of the two test verifying an exception is thrown when both Truncated and FrameMode are enable. The test removed is for the double data type. 22 February 2016, 15:17:41 UTC
7be172f Adds tests for verifying an exception is thrown when both Truncated and FrameMode flags are set in the cntk file. Comment is updated for other disabled tests due to assertion thrown (at different location) 22 February 2016, 15:17:40 UTC
a2a6761 Added News to main ReadMe 22 February 2016, 10:47:14 UTC
b7f713b bug fix: ReadClassInfo() is not deprecated 20 February 2016, 01:24:06 UTC
7ae0d17 made Eval.h not depend on other CNTK headers, and excluded Eval.cpp from build (not used) 20 February 2016, 00:38:22 UTC
6b82c2e merged with master 20 February 2016, 00:32:35 UTC
aa23690 Integrate eldak/refCountingPrototype into master 19 February 2016, 14:39:55 UTC
446ac16 Removing test from windows 19 February 2016, 13:06:56 UTC
6f22545 Merge branch 'jeanfad/mnist-python3-script-and-replace-deprecated-nodes' of https://github.com/Microsoft/CNTK into jeanfad/mnist-python3-script-and-replace-deprecated-nodes 19 February 2016, 12:59:26 UTC
c0853d7 add python3 script for mnist data and replace deprecated nodes 19 February 2016, 12:56:55 UTC
cb04418 Fixing compile error in mock 19 February 2016, 12:38:33 UTC
a3a5e1f Removing empty lines 19 February 2016, 09:22:03 UTC
65e24b7 Fixing Alxey's comments 19 February 2016, 09:22:03 UTC
9a696e8 Addressing Franks comments 19 February 2016, 09:22:03 UTC
81f9001 Some refactoring 19 February 2016, 09:22:03 UTC
ccd49b1 Introducing chunks 19 February 2016, 09:22:03 UTC
93266f9 Changed the format string type. (VS does not support %zu) 19 February 2016, 03:11:40 UTC
a21f14d minor fix in UCIFastReader to support multiple regression labels. 18 February 2016, 23:11:02 UTC
6afd370 (logging) 18 February 2016, 17:00:01 UTC
6230ea1 LMSequenceReader now auto-selects #parallel sequences and separates epoch size from cache size 18 February 2016, 16:23:23 UTC
0db67bf change arguments in UCIParser's constructor and Init function non-optional. 18 February 2016, 01:00:41 UTC
251f6e5 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/evalBugFix 18 February 2016, 00:37:21 UTC
b167d23 Fixed a bug in EvalWriter.h where the output matrix was being inadvertently transferred to CPU during SaveData 18 February 2016, 00:36:59 UTC
3a6b803 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/SimpleWriterFix 17 February 2016, 22:59:22 UTC
b0c053c Make SimpleOutputWriter consistent with regard to text output or DataWriter output. 17 February 2016, 20:59:50 UTC
74b5d86 Convo tuner bug fix: addressed review comments. 17 February 2016, 20:01:24 UTC
9410873 Fixed bug in convolutional auto-tuner logic with varying minibatch sizes. 17 February 2016, 19:54:04 UTC
536539a Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/SimpleWriterFix 17 February 2016, 19:42:48 UTC
c339848 add python3 script for mnist data and replace deprecated nodes 17 February 2016, 18:57:46 UTC
a9ca85e CNTK book change. Removed multiSeq tags and collections that are no longer needed. 17 February 2016, 18:27:08 UTC
45ff275 Integrate gaizna/evalwrapper_exceptionhandling into master 17 February 2016, 16:36:14 UTC
4d3128f Integrate gaizna/exportdbn into master 17 February 2016, 16:06:46 UTC
946bbb4 Adds native exception catching and rethrowing to managed layer. The managed wrapper provides custom managed exceptions mapping to the native exceptions thrown (runtime_error, logic_error, invalid_argument, and bad_alloc). Other exceptions are thrown in the base custom exception class CNTKException. Adds code for reporting, during an exception, the stack trace (as a string and as part of the exception message) to the managed layer from the native layer. MathTests now uses the shared DebugUtil.cpp file instead of its own copy. 17 February 2016, 14:15:40 UTC
1602041 Added CONTRIBUTING.md to the root directory 17 February 2016, 12:14:44 UTC
eac6235 Make gcc happy 17 February 2016, 10:36:16 UTC
e2bd2b4 Adds code for exporting model to DBN (legacy) format. This format is based on a C# snippet provided by Anthony Stark The code follows the C# flow to make it easier for future changes. Corrects minor comment typos in Actions.h Removes unecessary comment and code in SpecialPurposeActions.cpp Applies minor comment and code cleanup to ComputationNetwork.cpp 17 February 2016, 09:18:11 UTC
756b8db Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/SimpleWriterFix 17 February 2016, 01:26:31 UTC
d8ed07c Fixed CNTKEval bug preventing eval from running on GPU 17 February 2016, 00:31:40 UTC
bcb8f79 Merge branch 'master' of https://github.com/Microsoft/CNTK 17 February 2016, 00:00:24 UTC
60be167 Added SM3.0 to Linux Debug build. Added serialization of new fields to BN node. 16 February 2016, 20:31:28 UTC
e5f9962 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/UCIFastReaderFix 16 February 2016, 18:07:48 UTC
4f12da1 DataEnd() no longer takes a parameter since it was always the same 16 February 2016, 03:05:13 UTC
ec450af BatchSequenceReader now does not drop last token if there is no output label defined; removed unused EndDataType cases 16 February 2016, 02:45:12 UTC
ca27811 further cleanup of LMSentenceReader 16 February 2016, 00:29:43 UTC
fa49e69 SumElementNode changed to ComputationNodeNonLooping; improved log messages 15 February 2016, 23:10:28 UTC
aea0d99 "write" command can now reference the node name inside a separator string, allows for interleaved output from multiple streams 15 February 2016, 22:03:49 UTC
db9a77a made gcc happy 15 February 2016, 20:47:08 UTC
ba3834d sep_string() now accepts multiple spaces in a row 15 February 2016, 20:41:37 UTC
d7d1e6e "write" command can now apply a labelMappingFile to print classification results as text labels 15 February 2016, 19:45:54 UTC
0ac6fdb "write" command now accepts to say type="category" 15 February 2016, 19:03:53 UTC
a12b0df added formatting options to the "write" command, and allow pipes and "-" as the output name; bug fix in FlattenInPlace() 15 February 2016, 18:43:03 UTC
4317aae TensorOp() now verifies that inputs are not sparse; bug fixes in BatchSequenceReader::GetMinibatch(): must use correct dimension in case of output labelType = 'none', now also supports DENSE matrices 15 February 2016, 06:57:06 UTC
f2e23b1 made gcc happy; LMSequenceReader: disabled enforcement of single feature section although I can't see how that is actually used; also added File::MakeIntermediateDirs() 15 February 2016, 05:24:59 UTC
660e0d0 fixed a typo 15 February 2016, 04:41:53 UTC
cfcaa31 DetermineDataSize() now handles partial zeroes better 15 February 2016, 04:29:13 UTC
7d99743 cleanup and fixes to LMSequenceReader and class File 15 February 2016, 04:28:08 UTC
9010ff4 Add printMetadata config to documentation for the dumpNode top-level command. 15 February 2016, 01:23:37 UTC
28b79aa Integrate AddPrintMetadataFlag into master 14 February 2016, 17:31:17 UTC
b6307f7 Integrate f0d8a23b26cbfe94640aa9869dcf57e4a4352455 into master 13 February 2016, 15:28:20 UTC
back to top