https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
56a2a15 Update README.md 26 January 2016, 04:53:43 UTC
3e5ff05 Merge pull request #14 from westonplatter/master grammar edit 26 January 2016, 00:19:27 UTC
cd06637 Merge pull request #23 from jonsafari/doc-check Doc spellcheck 26 January 2016, 00:18:19 UTC
7b27d56 Merge pull request #16 from pannous/master Fixed Source/Math/ConvolutionEngine.cpp error: format ‘%d’ expects argument of type ‘int’ 26 January 2016, 00:02:06 UTC
9c81191 spellcheck CNTK-TechReport 25 January 2016, 23:25:38 UTC
b0c3c13 spellcheck CNTK-TechReport 25 January 2016, 23:08:35 UTC
7c28033 Fixed https://github.com/Microsoft/CNTK/issues/15 25 January 2016, 19:00:53 UTC
2728978 grammar edit 25 January 2016, 18:43:45 UTC
53de59c Added CLI Wrapper to native Evaluation Model Added C# Client for CLI wrapper 25 January 2016, 14:08:54 UTC
38778e1 Merge branch 'master' of https://github.com/Microsoft/CNTK 25 January 2016, 12:56:44 UTC
e8bda68 Merge branch 'master' of https://github.com/Microsoft/CNTK 25 January 2016, 09:26:16 UTC
2462647 White-space (remove CRs that crept in) 25 January 2016, 09:24:10 UTC
76aef06 Fixes to broken / missing paths in *.sln and *.vcxproj* (Via check check-git-vs-vs.ps1) 25 January 2016, 09:12:46 UTC
cb0b09f Source/1BitSGD: change to new hash again, f785679a6bd5cc089b138b3c6bcb68e4b1f345ae 25 January 2016, 08:18:42 UTC
26911b7 made gcc happy 24 January 2016, 05:07:36 UTC
2f64031 rewrote RowStackNode using the tensor lib 24 January 2016, 04:57:14 UTC
161e6fb Merge branch 'amitaga/htkmlfreaderFix' 23 January 2016, 18:53:57 UTC
e19cc4c Update location for Source/1BitSGD 23 January 2016, 06:23:12 UTC
89a0c58 Merge branch 'master' of https://github.com/Microsoft/CNTK 23 January 2016, 02:57:06 UTC
b597b89 minor edit of README.md 23 January 2016, 02:55:37 UTC
af97079 removed #if-0'ed out code 23 January 2016, 01:34:41 UTC
6dff1a8 deleted 5 unused methods 23 January 2016, 01:16:07 UTC
d48ec6f sorting and editing of ComputationNode<ElemType>, no code change 23 January 2016, 01:07:20 UTC
b29b352 accidentally removed SequenceWithSoftmaxNode, now back; sorting of stuff in ComputationNodeBase, no code change 23 January 2016, 00:45:33 UTC
b0bbc0c marked CRFNode as #ifdef COMING_SOON 22 January 2016, 23:40:42 UTC
198d64d regularized the naming convention in SimpleNetworkBuilder.cpp/h, and added comments from Kaisheng on network kinds 22 January 2016, 23:18:05 UTC
55b3ae9 marked the following nodes as COMING_SOON: TransposeNode, GMMLogLikelihoodNode, SequenceDecoderNode. These will be brought back once we have defined tests for them and made necessary updates; moved DiagonalNode to ReshapingNodes.h; renamed DeprecatedReshapeNode to LegacyReshapeNode 22 January 2016, 22:46:30 UTC
7f07161 removed trailing spaces 22 January 2016, 22:06:17 UTC
a4cf445 normalized inconsistent commenting style from "//text" to "// text" 22 January 2016, 21:58:47 UTC
f79fe39 Fixed a linux only reader bug where forward slashes in pageFilePath were being replaced with backslshes even on Linux 22 January 2016, 21:50:57 UTC
27641d8 normalized comment separator from /// to // 22 January 2016, 21:47:40 UTC
03a4fcb renamed TrainingCriterionNodes.h to TrainingNodes.h, and moved DropoutNode and BatchNormalizationNode there; renamed EvaluationCriterionNodes.h to EvaluationNodes.h, and moved SequenceDecoderNode there 22 January 2016, 21:45:14 UTC
d11963d Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/unusedCodeCleanup 22 January 2016, 21:18:47 UTC
6c74cc5 removed some unused methods and skipPairNetwork arg to EnumerateNodes from ComputationNote 22 January 2016, 19:46:23 UTC
abd5206 deleted the following nodes, as they are either redundant or currently not implemented correctly (but may come back in the future): StrideTimesNode, ParallelNode, LSTMNode, BatchModeNode, TimeReverseNode; also sorted some of the lookup-table like functions (matching node names) alphabetically 22 January 2016, 19:25:52 UTC
f419741 renamed EsotericNodes.h to SpecialPurposeNodes.h, and CompositeComputationNodes.h to PreComputeNodes.h; moved GMMLogLikelihoodNode and SequenceWithSoftmaxNode to SpecialPurposeNodes.h; also moved TimeReverseNode.h there (which will be deleted soon); replaced the min/max macro use with std::min/max; added all frequently used C/C++ headers into all stdafx.h 22 January 2016, 18:45:53 UTC
3e651e0 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/bookedit 22 January 2016, 18:44:49 UTC
7b6708c removed condtional compilations for tensor view 22 January 2016, 17:57:10 UTC
6d31cda removed two more Multinetworks configs from SimpleNetworkBuilder 22 January 2016, 17:42:57 UTC
482a6a4 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/unusedCodeCleanup 22 January 2016, 17:40:00 UTC
a4a2018 made everything build again after deleting the unused MultiNetworks functions, incl. deleting related entries in SimpleNetworkBuilder; deleted PairNetworkNode; renamed EsotericActions.cpp to SpecialPurposeActions.cpp 22 January 2016, 17:13:52 UTC
18b7b36 removed MultiNetworksSGD.h and -Evaluator.h, not yet made it compile 22 January 2016, 16:28:57 UTC
89a2b0d Fixed Linux Makefile error message 22 January 2016, 15:27:50 UTC
1aefd22 Change default targets for build-and-test 22 January 2016, 14:46:46 UTC
a0a3246 White-space 22 January 2016, 09:15:34 UTC
946bdc7 Merge pull request #4 from Microsoft/mahilleb/Vssettings Update CppCntk.vssettings (wolfma) 22 January 2016, 09:11:05 UTC
5c0ccb6 Update CppCntk.vssettings (wolfma) 22 January 2016, 09:08:52 UTC
6f59eb1 Formatting 22 January 2016, 08:23:03 UTC
2374adc Merge branch 'master' of https://github.com/Microsoft/CNTK 22 January 2016, 06:34:18 UTC
7ff3d37 edit the book to remove programmer's guide chapter and some node (put back later) descriptions 22 January 2016, 06:03:43 UTC
50c0e8e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/memoryFootprint 22 January 2016, 06:00:54 UTC
59287d0 fix bug in imageLayout parameter and defaultHiddenActivity parameter in NDL usage prompt 22 January 2016, 02:43:35 UTC
8cf0b86 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/memoryFootprint 22 January 2016, 02:33:40 UTC
890dda9 include imageLayout optional parameter in the usage prompt of Convolution, maxpooling, and avgPooling. in NDL 22 January 2016, 02:28:44 UTC
083dbac Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/memoryFootprint 22 January 2016, 02:14:05 UTC
6137d50 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/preComputeProgressTracing 22 January 2016, 02:05:39 UTC
fd90701 make gcc happy 22 January 2016, 00:29:44 UTC
c177d3a Added progress tracing for PreCompute phase - currently just printing 0.0 instead of actual timeout which is sufficient for the current purpose 22 January 2016, 00:26:51 UTC
834e4e9 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/tensors 22 January 2016, 00:15:11 UTC
04f3089 removed a now invalid consistency check 22 January 2016, 00:14:54 UTC
416ead4 fixed verification of size of loaded learned parameter values: now works with non-matrices, too 22 January 2016, 00:08:09 UTC
08e4b99 Updated ResNet samples. 21 January 2016, 23:19:48 UTC
14fee02 modified ComputationNode's matrix storage back to match Matrix dimensions if no minibatch, to ensure compatibility with sparse matrices 21 January 2016, 23:00:12 UTC
c9530e8 updated PerformSVDecomposition() to use ValueAsMatrix() 21 January 2016, 20:59:47 UTC
ce0c087 some consistency-check fixes related to SetDims() vs. MBLayout 21 January 2016, 20:52:30 UTC
8e7b19b bug fix: LazyZeroGradient() must not use m_value dimensions for resizing m_gradient, because m_value may have been lost already due to memshare; bug fix: DelayedValueBase should not call SetDims(., false) because upon re-load (rollback) there is already an MB Layout, which will cause a consistency check to fail 21 January 2016, 19:57:03 UTC
2c9f56a Added ability to ignore cudaFree return code in the tracing allocator since free is sometimes called during process exit when cudaFree calls would fail. 21 January 2016, 19:19:53 UTC
4691595 bug fix, ClassBasedCrossEntropyWithSoftmax now working 21 January 2016, 18:31:55 UTC
797a9e0 Fixed linux build 21 January 2016, 16:21:05 UTC
5bbc37f bug fix: TableLookupNode still used one wrong matrix interpretation 21 January 2016, 15:56:47 UTC
e389459 LearnableParameter::InitRandom() now mimics the Matrix initialization behavior; bug fix: LookupTableNode used GetAsMatrixNumRows() on input[1] which is a minibatch; bug fix: Image/QuickE2E network definition updated to drop the now unnecessary extra column dimension; bug fix: TensorShape::IsDense() should not require m_offset to be 0 (column slices are perfectly fine) 21 January 2016, 07:28:33 UTC
d44c9ef made gcc happy 21 January 2016, 05:44:33 UTC
f1a342c Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/tensors 21 January 2016, 05:36:09 UTC
342b1ba changed the mapping of tensors onto the Matrix storage objects: In case of no MBLayout, the Matrix objects now always have column dimension 1. Actual matrices (as used by TimesNode) are now 2D tensors. As part of this, GetNumCols()/-Rows() no longer exist, but were split into GetSampleMatrixCols()/-Rows() (minibatch interpretation) and GetAsMatrixCols()/-Rows() (2D matrix interpretation) 21 January 2016, 05:33:38 UTC
ffb930a Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/memoryFootprint 21 January 2016, 01:24:17 UTC
2839083 Added free memory reporting as part og GPU memory allocation/free traces and some refactoring 21 January 2016, 01:20:12 UTC
7712bea Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/memoryFootprint 20 January 2016, 20:15:51 UTC
31a1646 Fixed topk memory leak. 20 January 2016, 19:07:16 UTC
fa939cc CR Fix - Switched copyright headers to MIT license CR Fix - Removed EvalDll.lib linking 20 January 2016, 13:45:27 UTC
c977f39 Update README.md 20 January 2016, 09:42:17 UTC
98c5edd Update README.md 20 January 2016, 09:34:03 UTC
9996e69 Merge pull request #3 from Microsoft/mahilleb/readme-patch Update README.md 20 January 2016, 09:23:52 UTC
6967edd Update README.md 20 January 2016, 09:18:30 UTC
213294b Update README.md 20 January 2016, 08:59:19 UTC
5b718d2 Added perf chart for entry page 20 January 2016, 08:43:21 UTC
cc21bb7 Fixed CPUONLY build 20 January 2016, 07:29:28 UTC
cf14913 Added CUDA memory allocation/free tracing facility to GPUMatrx and GPUSparseMatrix 20 January 2016, 06:19:18 UTC
01bdefe Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/tensors 19 January 2016, 17:08:08 UTC
6781765 merged fseide/tensors and master after github move 19 January 2016, 16:49:26 UTC
054ac35 Merge branch 'master' of https://github.com/Microsoft/CNTK 19 January 2016, 10:51:43 UTC
d582eb2 Cleanup and commented for CR 19 January 2016, 10:47:16 UTC
1ae3404 moved ParallelNode to EsotericNodes.h (it is redundant with RowStackNode) 19 January 2016, 00:50:09 UTC
78a7ede BestGpu::Init() no longer throws when run under remote access 19 January 2016, 00:40:31 UTC
742e239 Minor: Pending CR feedback - fixed some typos in comments 18 January 2016, 23:03:40 UTC
2503210 Added Managed wrapper to Eval interface Added CS Client for managed wrapper 18 January 2016, 13:47:32 UTC
ee1fe53 Tune README.md 18 January 2016, 10:27:26 UTC
4e1f857 Update README.md 18 January 2016, 10:25:45 UTC
65f4b48 .gitignore: ignore ReaderTests output 18 January 2016, 10:23:34 UTC
f1c3232 Missing tabs-to-spaces conversion 18 January 2016, 08:40:10 UTC
6c5aa58 Add submodule for 1bit-SGD This is available under a different license, see https://github.com/Microsoft/CNTK-1bit-SGD for more information. 18 January 2016, 08:36:24 UTC
back to top