https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
c48e1a4 merged with pkranen/doc 29 January 2016, 20:27:10 UTC
3519341 fixed ConvolutionNode::Load() for reload case (and reviewed all other Load() for the same problem) 29 January 2016, 20:24:01 UTC
4db6cbd fixed an incorrect consistency check in TrainOrAdaptModel() 29 January 2016, 19:05:58 UTC
8b03262 changed example e2e tests to P leg 29 January 2016, 19:04:51 UTC
91e3991 reduced e2e time for ptb example from 11min to 6sec 29 January 2016, 19:04:47 UTC
5bcbc2f set data path linux vs. cygwin for MNIST e2e 29 January 2016, 19:04:46 UTC
c126834 chmod for run-test scripts 29 January 2016, 19:04:45 UTC
88e8fe0 Updated TestDriver script wrt gpu/cpu build under linux 29 January 2016, 19:04:44 UTC
4d166c9 Changed yaml files for e2e example runs 29 January 2016, 19:04:43 UTC
088c877 Added examples as e2e tests 29 January 2016, 19:04:41 UTC
405fa0f refined some error messages 29 January 2016, 19:04:40 UTC
8a0974e fixed an incorrect consistency check in TrainOrAdaptModel() 29 January 2016, 18:53:16 UTC
c3a2a8c enabled one Sample test for debugging 29 January 2016, 18:44:19 UTC
6cd328e Merge branch 'pkranen/doc' of https://github.com/Microsoft/CNTK into fseide/fixSamples 29 January 2016, 18:39:17 UTC
387fdec refined some error messages 29 January 2016, 18:38:42 UTC
6800069 Merge pull request #51 from yzhang87/master Fix the compile issue for Kaldi2Reader. 29 January 2016, 18:22:51 UTC
0fa49db changed example e2e tests to P leg 29 January 2016, 18:09:43 UTC
f12f158 reduced e2e time for ptb example from 11min to 6sec 29 January 2016, 18:09:43 UTC
9102ecf set data path linux vs. cygwin for MNIST e2e 29 January 2016, 18:09:43 UTC
b565f40 chmod for run-test scripts 29 January 2016, 18:09:43 UTC
a2cb123 Updated TestDriver script wrt gpu/cpu build under linux 29 January 2016, 18:09:43 UTC
97c6137 Changed yaml files for e2e example runs 29 January 2016, 18:09:43 UTC
0dc2792 Added examples as e2e tests 29 January 2016, 18:09:43 UTC
d177346 Merge pull request #58 from stonebig/patch-6 python 3 compatibility fix 29 January 2016, 17:06:52 UTC
b642930 python 3 compatibility fix 29 January 2016, 16:42:39 UTC
263a317 Makefile: exit early if 1Bit-SGD headers not found in 1Bit-SGD build 29 January 2016, 12:07:22 UTC
58bc958 Merge pull request #50 from stonebig/patch-5 python 3 compatibility fix 29 January 2016, 11:21:21 UTC
73faaa7 Remove <Scc*> tags from .vcxproj files 29 January 2016, 10:21:06 UTC
b8badf6 let->const auto 29 January 2016, 00:16:22 UTC
959d3dd Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixRowSlice 29 January 2016, 00:15:30 UTC
f1b1fd7 Fix the compile issue for Kaldi2Reader. 28 January 2016, 21:41:09 UTC
2b2d5d6 Add Windows flavor of file sync 28 January 2016, 19:39:18 UTC
4c7919a add fsync to fflushordie 28 January 2016, 18:20:02 UTC
d09a3ba Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/fixRowSlice 28 January 2016, 17:49:03 UTC
c7c5403 tensor support for RowSlice operation; completed CudaErrString<cublasStatus_t>() 28 January 2016, 17:40:57 UTC
93f767d python 3 compatibility fix 28 January 2016, 17:21:42 UTC
cd1bb59 Fixed wrong ld OpenCV path in Linux Makefile 28 January 2016, 15:32:23 UTC
3224f02 #5 change hardcode environment to system envrioments 28 January 2016, 14:23:18 UTC
203aa21 NoGPU.cpp: fix RuntimeError() messages 28 January 2016, 13:21:52 UTC
b6995dd Fix Windows {Debug,Release}_CpuOnly builds (without 1-bit SGD) 28 January 2016, 11:07:24 UTC
e865753 Merge pull request #38 from stonebig/patch-3 python 3 compatibility fix 28 January 2016, 06:25:49 UTC
1ec0584 Merge pull request #39 from stonebig/patch-4 python 3 compatibility fix 28 January 2016, 06:23:35 UTC
16b276e Merge pull request #41 from CarlMungazi/patch-1 Update Model Editing Language.md 28 January 2016, 04:51:44 UTC
50cf00c Update Model Editing Language.md Fixed typos. 27 January 2016, 23:54:41 UTC
ac56651 python 3 compatibility fix 27 January 2016, 18:17:21 UTC
624fc5e python 3 compatibility fix 27 January 2016, 18:08:11 UTC
37fb8df (some reordering of methods in ReshapingNodes.h--CopyTo, Load, Save, forward, backward, Validate, no code change) 27 January 2016, 17:42:16 UTC
4fe5fd7 Modified projects and solution for a new CPUONLY configuration (Debug_CpuOnly and Release_CpuOnly) Added missing CRT_SECURE_NO_WARNINGS to latticeNoGpu.cpp Added missing reference to Matrix<double> (causing linking issues in Release_CpuOnly) 27 January 2016, 15:16:37 UTC
c511c88 Fixed dependency on Eval.DLL for EvalWrapper.DLL 27 January 2016, 09:08:37 UTC
bda9787 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/releaseModeCallStacks 26 January 2016, 20:59:42 UTC
effb490 Merge pull request #20 from samjabrahams/markdown-docs Add Markdown versions of documentation Word files 26 January 2016, 18:15:06 UTC
cd93e6f Replace .docx documentation files with Markdown Went through and makes a GitHub flavor Markdown file for each .docx file in the Documentation/Documents folder. There will inevitably need to be changes and upgrades to this, but I think it's a good first step. As requested, this also removes the .docx files from Documentation/Documents as well. 26 January 2016, 18:11:19 UTC
9177216 Merge pull request #28 from stonebig/patch-2 python 3 compatibility fix 26 January 2016, 18:07:31 UTC
c08b105 Merge pull request #27 from stonebig/patch-1 python 3 compatibility fix 26 January 2016, 18:05:52 UTC
cafbf2d python 3 compatibility fix 26 January 2016, 17:33:10 UTC
0818f4f python 3 compatibility fix 26 January 2016, 17:27:37 UTC
621637e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/releaseModeCallStacks 26 January 2016, 06:07:12 UTC
aace504 Added -g and -rdynamic compiler/linker options for release mode builds on linux to enable call stack generation in release builds 26 January 2016, 05:55:48 UTC
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
back to top