https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
bb7638d Next Run-Time iteration 14 October 2016, 10:35:46 UTC
dc3c1df Added components to have tests run 11 October 2016, 15:14:14 UTC
05d3ea1 Add Python to Runtime Images 05 October 2016, 14:36:49 UTC
ca9c2a1 Docker Image Runtime - add CPU 27 September 2016, 16:21:01 UTC
9b7b903 Docker Image Runtime - 2nd iteration 26 September 2016, 19:17:50 UTC
3782c45 Docker Image runtime - 1st stub 26 September 2016, 18:30:26 UTC
85e0d9e Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 19 September 2016, 22:48:16 UTC
814bd7e CNTK v2 library: Fix linux build issue 19 September 2016, 21:00:51 UTC
88e6360 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 19 September 2016, 20:16:56 UTC
9c65189 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/gradAggStateResetFix 19 September 2016, 20:04:55 UTC
aae0bce Integrate zhouwang/v2lib-cpuonly into master 19 September 2016, 18:22:22 UTC
91de29a add #ifdef CPUONLY 19 September 2016, 12:50:28 UTC
cef4edc Update comment based on CR feedback 19 September 2016, 07:19:04 UTC
b57445a Tools/check-git-head.sh: run basic checks against Git HEAD 19 September 2016, 07:13:31 UTC
74611be Fix path differing only in case. Fix hard tabs. 19 September 2016, 07:13:31 UTC
350d1db CNTK v2 library: Bug fixes to enable zero-input Function evaluation 19 September 2016, 02:33:52 UTC
869777a Fixed a bug in resetting of gradient quantization residues across epochs when doing lookahead MB size or LR search 19 September 2016, 02:20:36 UTC
c919a95 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 18 September 2016, 03:13:23 UTC
867ace7 CNTK V2 library: Enabled non scalar initial value for Past/Future value nodes and other bug fixes 18 September 2016, 03:13:05 UTC
75eb386 Merge branch 'aforesti/removing-min-macro' of https://github.com/Microsoft/CNTK into aforesti/removing-min-macro 17 September 2016, 20:45:22 UTC
d3bf8f7 Removing min() macro from matrix.cpp This macro hides the corresponding stl function. There doesn't seem to be a need for it anymore. 17 September 2016, 20:42:33 UTC
dfcade2 Integrate fseide/samplebs into master 16 September 2016, 19:57:15 UTC
69c64ee Integrate mahilleb/StartEpochCheck into master 16 September 2016, 16:13:09 UTC
50d60ae Check that parallelizationStartEpoch is >= 1 16 September 2016, 14:57:18 UTC
6b3392a small fix for cudnn dependencies in unit tests 16 September 2016, 12:44:46 UTC
bab2302 merged from master 16 September 2016, 08:28:04 UTC
d335c24 Moved the test for emptyness 16 September 2016, 08:22:25 UTC
8074819 CNTK V2 Library: Temporary hack to adapt to the addition of non-scalar initial value for Past and Future value nodes. Actual support for the same at the CNTK V2 APi level will be added soon. 16 September 2016, 06:59:49 UTC
3d5d78f updated pretrained model 16 September 2016, 05:24:05 UTC
922cc96 updated ImageHandsOn to new defaults 16 September 2016, 05:15:42 UTC
ec0adbe bug fix in SLUHandsOn_Solution4; updated pre-trained models for this tutorial 16 September 2016, 03:56:46 UTC
92f4975 updated SLUHandsOn to after fsAdagrad and default patch 16 September 2016, 03:00:13 UTC
3d5c305 added a project for the PY examples, and a skeleton for E2E ASR 16 September 2016, 01:42:46 UTC
38fc594 (made gcc happy) 16 September 2016, 00:30:59 UTC
d790cd9 merged from jdroppo/memshare-rnn-bugfix and master 15 September 2016, 23:41:14 UTC
85ed5ff Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/samplebs 15 September 2016, 23:36:51 UTC
8f8d262 Fix Memshare Bug in RNNNode The RNNNode doesn't technically use the input data during backprop, but the code did query the matrix size. When the matrix was shared, it is possible that this size gets changed by someone else before it is read out. The fix is to query the node directly for the number of elements in each piece of data. I've also marked the parameters input as not shared, in case someone does something weird on the input side in the future. Finally, the check that Input(1) is data has been moved from forwardprop to the validation code. 15 September 2016, 23:31:27 UTC
8bebd7d Removing min() macro from matrix.cpp This macro hides the corresponding stl function. There doesn't seem to be a need for it anymore. 15 September 2016, 21:12:07 UTC
183d2b0 removing few test cases for 03 e2e 15 September 2016, 20:54:07 UTC
40f00a8 deterministic jenkins baselines 15 September 2016, 20:54:06 UTC
ffdee0d set mnist bs e2e tests to deterministic 15 September 2016, 20:54:05 UTC
3be5c78 fixed tolerances in testcases 15 September 2016, 20:54:04 UTC
7aa0012 updated jenkins baselines 15 September 2016, 20:54:02 UTC
cc55c08 updated mnist configs with new initializations 15 September 2016, 20:54:01 UTC
33f83c9 ConvBatchNorm example using Sequential 15 September 2016, 20:54:00 UTC
3d5b3f5 readded testcases in yaml 15 September 2016, 20:53:59 UTC
9ec1c6b brain script layer versions of MNIST example configs 15 September 2016, 20:53:57 UTC
de50a4a removed trash files 15 September 2016, 15:32:00 UTC
b0ade9c addressed CR feedback (new overload for PastValueNode constructor) 15 September 2016, 15:18:00 UTC
197c3d4 Moved file from data to Data 15 September 2016, 14:26:33 UTC
a13a7e5 some small fixes 15 September 2016, 13:28:02 UTC
aa553ce cr related fixes 15 September 2016, 12:21:33 UTC
c2e34f5 fixing formating string for unsigned long long 15 September 2016, 11:13:25 UTC
fd13a8b Merge remote-tracking branch 'origin/master' into thilow/Implement_Times_Sparse_Dense_on_CPU # Conflicts: # Source/ComputationNetworkLib/LinearAlgebraNodes.h 15 September 2016, 09:41:09 UTC
6f5fbbe Fixing simple cr related issues 15 September 2016, 09:32:21 UTC
c668589 CNTK v2 library: Enable support for non-scalar initial values for Past and Future value nodes since now the core engine supports the same 15 September 2016, 06:30:55 UTC
c5f239c undid merge of Function.cpp 15 September 2016, 05:49:14 UTC
e70ab2b undid merge of Function.cpp 15 September 2016, 04:32:45 UTC
2b67db7 merge from master 15 September 2016, 04:20:26 UTC
292f1ef CNTK v2 library: Fixed a bug in the v2 library's handling of slice operation and addressed CR feedback 14 September 2016, 23:01:06 UTC
7be3be2 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 14 September 2016, 22:59:55 UTC
4e1b1ab completed merge from master for RecurrentNodes.cpp/h 14 September 2016, 21:20:23 UTC
ee2e6ec merged from master, still need to merge RecurrentNodes.cpp manually 14 September 2016, 21:13:40 UTC
6eb16d1 reverted eval order of Sequential to what it is in master 14 September 2016, 20:48:18 UTC
52940ba Add src code comment; Fix a merge glitch 14 September 2016, 09:49:48 UTC
f982fff Even more whitespace 14 September 2016, 09:38:53 UTC
5efbcab More whitespace 14 September 2016, 09:38:53 UTC
1a199c5 Whitespace 14 September 2016, 09:38:53 UTC
c0c4c5d resolve conflict 14 September 2016, 09:38:46 UTC
3745f9b Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 14 September 2016, 00:30:47 UTC
226493e CNTK v2 library: Added clone functionality, proper propagation of shapes/datatypes on placeholder replacements, and some other misc changes 14 September 2016, 00:30:19 UTC
28dc62c (addressed CR minor feedback) 13 September 2016, 16:37:30 UTC
d5ffdb1 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/samplebs 13 September 2016, 16:11:53 UTC
cac191c add new azure cntk eval sample 13 September 2016, 11:10:52 UTC
7c34e2a inputs to ComputationNodes are now automatically type-cast if they are Doubles or Bools 13 September 2016, 07:54:49 UTC
4a5c1b5 updated Sequential() to use array-shift operator 13 September 2016, 04:54:51 UTC
fc7b9a7 implemented BrainScript array shift-left operator 13 September 2016, 04:54:11 UTC
f04b29e implemented function composition; changed Sequential() to use function composition (which makes it evaluate left-to-right now) 13 September 2016, 04:42:02 UTC
66212b9 augmented the "edit" action to implement the BrainScript editing pattern 12 September 2016, 21:13:58 UTC
bfeae8b merged from master 11 September 2016, 22:32:01 UTC
f258f2c Merge branch 'fseide/samplebs' of https://github.com/Microsoft/CNTK into fseide/samplebs 11 September 2016, 22:21:31 UTC
e7eb7c1 (cr feedback) 11 September 2016, 21:58:31 UTC
7d12d3b added BrainScript test files to VS Solution; added a test for 'if' that really should test the resulting ComputationNetwork 11 September 2016, 21:29:36 UTC
69af96e BS: added short-circuiting of && and || between Bool and ComputationNode; BS: 'if' operator can now be applied to ComputationNode, translating to If() operation 11 September 2016, 20:58:20 UTC
57b02f4 BS NodeOp split to accept a third param, in prep for 'if' 11 September 2016, 18:32:44 UTC
3e8948e removed ^ operator from BS parser operator table, as it was unused; added BS test data files to VS Solution so we can conveniently edit them there 11 September 2016, 18:13:48 UTC
d359a06 BS: ComputationNode op scalar now works 11 September 2016, 17:34:16 UTC
46e864f added automatic type-casting of Double and Bool to infix ops with ComputationNodes, not yet tested 09 September 2016, 17:34:45 UTC
7364177 new BS operators registered (not yet implemented): << and >>; added structure for more BS operators to support ComputationNode arguments (relation operators, Boolean), but most not yet implemented; minor refinement to action header as printed to the log file 09 September 2016, 16:37:43 UTC
e33eeff Integrate wilrich/alphaExampleFixes into master 09 September 2016, 12:11:10 UTC
9f749f1 More usability notes 09 September 2016, 11:06:37 UTC
4ea187d CNTK v2 library: Enable support for non-scalar initial values for Past and Future value nodes since now the core engine supports the same 09 September 2016, 06:34:09 UTC
cb85174 Integrate chazhang/cifar10 into master 09 September 2016, 02:42:07 UTC
740cadb fixed a typo 09 September 2016, 01:41:43 UTC
ea0e7c0 reverted 1bit update since I have no credentials to push to Codeplex... 09 September 2016, 00:40:45 UTC
94ced1c updated 1-bit submodule referece w.r.t. last change 09 September 2016, 00:37:50 UTC
0eb08f6 fixed handling of empty sub-minibatches in parallel training 09 September 2016, 00:36:48 UTC
1f876e6 Small bug fix for BS. 08 September 2016, 23:12:38 UTC
cd11ba7 Remove warning and add parameters in CNTK.core.bs to pass unit test. 08 September 2016, 22:47:15 UTC
85e01ec Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/samplebs 08 September 2016, 22:30:48 UTC
back to top