https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
2b48da7 changed do_sync mechanism to an RAII class 01 March 2016, 04:51:43 UTC
eb98d33 removed <ElemType> from ExperimentalHTKMLFReader 01 March 2016, 03:27:52 UTC
7d3e84e merged from master 01 March 2016, 03:17:35 UTC
7f7fce4 RNN.cntk "write" example now writes out the log sentence probabilities, which is more useful, e.g. for N-best rescoring; bug fix: SimpleOutputWriter must handle no-MBLayout case; bug fix to LaunchUnaryTensorOp(), must free the CUDA event or else leak memory--thanks to Yu Zhang for tracking it down! 01 March 2016, 02:16:55 UTC
eaa1dd0 Added support for cuDNN v4 prod. 29 February 2016, 22:57:30 UTC
eeaf791 Addressed review comments. 29 February 2016, 22:09:28 UTC
9db0cd3 Fixed gcc build issues. 29 February 2016, 22:09:18 UTC
834fab9 Convolution engine refactoring. Preparing for ConvolveGeometry. 29 February 2016, 22:09:07 UTC
d0aa673 Updated image samples. 29 February 2016, 22:08:57 UTC
daddc24 Updated samples that use batch norm. Fixed convo auto-tuner issue. 29 February 2016, 22:08:46 UTC
517f3db Updated MNIST/CIFAR-10 samples to use time const in BN. 29 February 2016, 22:08:36 UTC
dbb8b3f Added time const to batch norm. 29 February 2016, 22:08:25 UTC
e886a4d Added CPU BN inference implementation. 29 February 2016, 22:08:15 UTC
9bb0fd9 Integrate 367db5e into master 29 February 2016, 21:53:40 UTC
aa14118 more detailed logging to GetInputMatrix() 29 February 2016, 20:07:45 UTC
67f1273 Fixed Issue #176: random number used for random_shuffle() had an int overflow on gcc, which caused uncaught out-of-bounds accesses. 29 February 2016, 19:58:13 UTC
32b751f Updated news section. 29 February 2016, 19:52:41 UTC
a699567 Integrate mahilleb/HtkmlfProtoSquashedAgain into master 29 February 2016, 19:43:12 UTC
c2167a3 Small fix of mblayout copy 29 February 2016, 16:23:30 UTC
4d5566d Experimental HTKMLF Reader (currently only supports frame mode) 29 February 2016, 14:54:39 UTC
e54b352 removed template parameter ElemType from (I)DataReader and (I)DataWriter 29 February 2016, 03:01:07 UTC
5bdc86e removed <ElemType> parameter from StreamMinibatchInputs 29 February 2016, 01:04:45 UTC
6249935 StreamMinibatchInputs now stores shared_ptrs, simplifying ownership; UCIFastReader::m_prefetchMatrices changed to be StreamMinibatchInputs as well 28 February 2016, 23:05:14 UTC
0a0b388 replaced all calls to GetInputMatrixPtr() by GetInputMatrix() 28 February 2016, 21:52:49 UTC
f3a720e replaced StreamMinibatchInputs::operator[] by named searchable accessor functions 28 February 2016, 21:34:02 UTC
24c88c0 abstracted the map<wstring, Matrix*> into a class, for future enrichment 28 February 2016, 20:25:36 UTC
ea8babf updated rnn.cntk config 28 February 2016, 19:40:38 UTC
20d5f02 implemented make mode in "writeWordAndClass" action 28 February 2016, 19:13:02 UTC
ddeb324 Implement an option to explicitly exclude specific devices from deviceId=auto selection algorithm 28 February 2016, 09:27:31 UTC
12d79a4 added "write" command to rnn.cnkt; bug fix in ClassBasedCrossEntropyWithSoftmaxNode, a wrong index if #parseq > 1; bug fix in TransposeTime dimension inference; bug fix in simple writer, must call DataEnd() 28 February 2016, 07:52:27 UTC
570b6a8 mini checkin 28 February 2016, 06:23:22 UTC
d55374d some clean-up of RNN sample and DoWriteWordAndClassInfo() 28 February 2016, 02:15:35 UTC
e514ae0 merged from origin/master 27 February 2016, 08:04:51 UTC
20d1f3f bug fix: InitRandom() must use GetNumCols() for inputSize 27 February 2016, 07:40:08 UTC
123f94c (refined an error message) 27 February 2016, 07:23:18 UTC
b7b4ca8 updated AlexNet E2E test 27 February 2016, 07:02:49 UTC
15a50e1 updated AlexNet to work with tensor Times 27 February 2016, 06:39:43 UTC
1cc857d MBLayout support for "write" command; added sample to simple2d for "write" 27 February 2016, 01:27:27 UTC
1a618bc bug fix: ImageParameter must understand >3-dim tensors, for Times operation 27 February 2016, 00:25:21 UTC
33c7c10 gcc 4.8.4 does not implement regex correctly. Replace the HTKMLFReader uses. 27 February 2016, 00:06:10 UTC
81884e3 fixed 02_Convolutional as well for new tensor TimesNode 26 February 2016, 22:14:43 UTC
10c4b7d fixed Image/QuickE2E for new TimesNode 26 February 2016, 21:45:18 UTC
3011bcf made gcc happy 26 February 2016, 00:19:19 UTC
94932b2 TimesNode now supports tensors 25 February 2016, 23:44:49 UTC
abdc9d3 Remove FUSE workaround now that FUSE is updated 25 February 2016, 21:30:13 UTC
246907d Addressed code review comments. 25 February 2016, 18:56:42 UTC
5d6a468 Fixed ImageReader Linux build. 25 February 2016, 17:47:15 UTC
e982a67 Enabled ImageReader unit tests in Jenkins. 25 February 2016, 17:47:14 UTC
bbf67cf Added libzip support on Linux. 25 February 2016, 17:47:14 UTC
467520a Fixed no libzip build. 25 February 2016, 17:47:13 UTC
90c2fbf Made ImageReader .zip reader thread-safe. 25 February 2016, 17:47:12 UTC
9ca9633 Added more unit tests, merged changes from master. 25 February 2016, 17:47:12 UTC
92eeaa6 Improved memory utilization and error handling in zip reader. 25 February 2016, 17:47:11 UTC
02468ca Added .zip files support to ImageReader. 25 February 2016, 17:47:10 UTC
e77aa90 Added basic unit test for ImageReader. 25 February 2016, 17:47:10 UTC
34de7e5 Fix a memshare bug to prevent non-shareable matrices to be allocated from the shared matrix pool 25 February 2016, 06:28:49 UTC
0765bec bug fix: forgot to delete debug code 25 February 2016, 05:36:54 UTC
24b03c2 made gcc happy 25 February 2016, 05:35:51 UTC
3773548 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 25 February 2016, 05:27:25 UTC
3d9d0f3 Merge branch 'fseide/s2s' of https://github.com/Microsoft/CNTK into fseide/s2s 25 February 2016, 05:27:16 UTC
b46a895 improved logging for exceptions (call stack, inner exceptions in ComputationNode like VerifySize() failure) 25 February 2016, 05:22:56 UTC
24acd99 Add tracing flag and fix FUSE workaround 25 February 2016, 04:51:10 UTC
ccd4683 allow to use underscore as the start of a variable. 25 February 2016, 01:15:19 UTC
18d65de Temporarily disabled convo tuner optimization. 25 February 2016, 00:47:33 UTC
f1cb092 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 24 February 2016, 21:55:59 UTC
32004ed 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
1c3c8a7 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 24 February 2016, 21:09:27 UTC
aa74337 rename needGradient to needsGradient (part 1) 24 February 2016, 19:58:24 UTC
7db9ee7 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreader_allowlargeutterances 24 February 2016, 19:36:04 UTC
acc24d5 Integrate cbasoglu/FUSEWorkaround into master 24 February 2016, 19:33:57 UTC
63dabc6 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/needsGradientChange 24 February 2016, 19:00:32 UTC
7973ea2 Add progress tracing to fileutil 24 February 2016, 18:27:32 UTC
0568fd2 Add a workaround that applies only to Philly jobs for FUSE writes followed by reads 24 February 2016, 18:15:10 UTC
14e005a bug fix in BS lib 24 February 2016, 18:10:14 UTC
e100169 BrainScript support for learningRateMultiplier option in LearnableParameter 24 February 2016, 17:51:40 UTC
74cf5f0 made gcc happy 24 February 2016, 17:35:10 UTC
ba5ab52 made gcc happy 24 February 2016, 17:23:54 UTC
165a723 merged with donyu/needsGradientChange 24 February 2016, 17:18:44 UTC
23ec1b8 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 24 February 2016, 16:39:38 UTC
acf21e0 (towards tensor Times) 24 February 2016, 16:39:31 UTC
410c786 (comments) 24 February 2016, 16:38:57 UTC
c30099c bug fix: PreComputeNodes' Value() must be non-sharable 24 February 2016, 16:31:21 UTC
da269dd 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
032c6b7 Updated conv auto-tuner to prevent issues with distributed reading. 24 February 2016, 01:51:34 UTC
e2ded37 Refactored CIFAR-10 image converter script. 23 February 2016, 22:58:33 UTC
367db5e Fix Kaldi2Reader building. 23 February 2016, 21:04:31 UTC
0235291 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreader_allowlargeutterances 23 February 2016, 20:35:40 UTC
8990fa0 bug fix in Config, handling empty keys 23 February 2016, 19:48:12 UTC
26c8503 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
ee92cf1 Changing postbuild steps for MathCuda to copy all NVIDIA delay loaded DLLs into the output directory 23 February 2016, 10:24:58 UTC
09dea18 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
ef56310 bug fix in BS definition of Times() macro 23 February 2016, 02:15:32 UTC
d6a7a25 old config parser now allows empty values 23 February 2016, 02:13:09 UTC
0e685eb Transpose and Times now serialize the new parameters 23 February 2016, 02:05:20 UTC
407c5a5 implemented TransposeNode for arbitrary dimensions (not serializing yet); added plumbing for tensor Times 23 February 2016, 01:45:46 UTC
fd6a076 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/htkmlfreader_allowlargeutterances 23 February 2016, 01:26:45 UTC
afbdff1 Integrate 5925ae722a949e0d52d2ae82dd9c85f7f753ea99 into master 23 February 2016, 01:25:32 UTC
4c8c076 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/SimpleWriterFix Conflicts: Source/SGDLib/SimpleOutputWriter.h 22 February 2016, 23:54:23 UTC
bf5ea19 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
da3a88d 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
back to top