https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
019b146 adapted to franks mail 25 April 2016, 08:51:33 UTC
7ba1397 Add Frank's baseline 20 April 2016, 11:54:00 UTC
bbeabe7 Integrate mahilleb/ReaderLibOmp into master 20 April 2016, 09:59:13 UTC
1617254 Integrate gaizna/CSEvalClient_fix into master 20 April 2016, 08:42:35 UTC
695f4a2 Address CR comments 20 April 2016, 07:05:11 UTC
fb6cfb7 This commits adds .rst extensions as text files. This prevents these files from showing up as modified in Visual Studio 20 April 2016, 06:50:01 UTC
e4b5021 This commit removes the outputNodeNames entry in the cntk config files triggering and assertion inside the eval wrapper. This commit also adds a message when the eval wrapper attempts to retrieve the Input dimensions when not output nodes are found. Closes #352 20 April 2016, 06:39:43 UTC
527068f Integrate chazhang/image_reader into master 20 April 2016, 01:10:28 UTC
bd36489 (Address CR feedback) 19 April 2016, 22:28:50 UTC
c2c59ff (Address CR feedback) 19 April 2016, 22:27:44 UTC
800adf0 Fixing plot command output issue. Adding one test case for plot command. 19 April 2016, 22:27:43 UTC
b776aaa NoRandomizer::GetNextSequences(): actually make thread-safe 19 April 2016, 15:53:47 UTC
731839d Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/packmatrix 19 April 2016, 15:21:10 UTC
079846e ReaderLib: add option to use multiple threads to BlockRandomizer and NoRandomizer Turn on for ImageReader for speed up image decoding / transformation. 19 April 2016, 14:18:13 UTC
343fba0 Integrate wilrich/pytest-new into master 19 April 2016, 08:35:52 UTC
da06bd6 updating for the windows format 19 April 2016, 02:59:19 UTC
fa4de6e fix bug: using right format specifier for size_t 19 April 2016, 02:59:19 UTC
ac1b715 updating chunking statics 19 April 2016, 02:59:18 UTC
a3392aa Revert "adding information for image reader" This reverts commit 5dd3b9bcb0e77972f8a93354323f257b509d588a. 19 April 2016, 02:59:17 UTC
578add9 adding information for image reader 19 April 2016, 02:59:17 UTC
46e8749 change format to size_t 19 April 2016, 02:59:16 UTC
82f290f add page in timer for htkmlreader 19 April 2016, 02:59:15 UTC
c811071 Fix tab issues. 18 April 2016, 21:34:00 UTC
bbf9814 Fix Linux compliation error for ZipReader. 18 April 2016, 20:46:43 UTC
76b81d5 updated parameter order of RecurrentLSTMP2() and RecurrentLSTMP2Stack() 18 April 2016, 18:28:40 UTC
8ed46a4 updated the parameter list of LSTMP 18 April 2016, 18:12:21 UTC
8c556c1 bug fix for zip reader 18 April 2016, 17:26:06 UTC
5c41479 removed RecurrentLSTMP() 18 April 2016, 17:22:29 UTC
2e8ce70 Bug fix. 18 April 2016, 17:10:12 UTC
ab956cf Missing changes in previous check in of enabling grayscale image training. 18 April 2016, 16:43:10 UTC
b65f694 Fixed ImageReader to work with grayscale images. 18 April 2016, 16:43:10 UTC
2a87abf Reenable MatrixDataSynchronization tests; tune them slightly. 18 April 2016, 16:24:31 UTC
78ad89e Integrate mahilleb/WinFixBuildFromSolutionDirWithSpaces into master 18 April 2016, 15:07:51 UTC
8a333cb Integrate alexeyo/BinaryDropScriptLinuxCUDA75 into master 18 April 2016, 14:29:16 UTC
618d185 .vcxproj: add more quoting To allow to build from solution directory with spaces. 18 April 2016, 14:17:30 UTC
f407367 Binary drop script Linux. CUDA 7.5 18 April 2016, 12:45:48 UTC
22b7f50 Merge branch 'master' into alrezni/examples_text Conflicts: CNTK.sln 18 April 2016, 11:23:47 UTC
95a3888 Hook Examples\Text into Jenkins with baselines 18 April 2016, 11:15:52 UTC
bb12acd Remove explicit python exe path 18 April 2016, 09:48:55 UTC
27857db Restrict tests to build_sku GPU 18 April 2016, 09:28:40 UTC
136186a bug fix: CriterionAccumulator::Accumulate() must use correct MBLayout 18 April 2016, 03:44:37 UTC
0fb890d renamed ReduceSum() to ReducePlus() for consistency; added missing LogPlus() entry in CNTK.core.bs 18 April 2016, 03:10:22 UTC
c86b91f new node ReduceElementsNode, currently sum only 18 April 2016, 02:56:32 UTC
7a969bb moved SumColumnElementsNode to new header DeprecatedNodes.h. No code change 18 April 2016, 01:30:27 UTC
af03d89 updated to latest seq-2-seq BS 17 April 2016, 22:36:12 UTC
614eefa bug fix in CriterionAccumulator::Accumulate(): use correct index in NarrowTo() 17 April 2016, 22:11:47 UTC
9d42cb1 updated CriterionAccumulator to accept criterion nodes that produce criterion values per sample 17 April 2016, 00:32:43 UTC
4c9f918 merged from master and resolved conflicts 16 April 2016, 21:29:11 UTC
a3a0576 Move conftest.py on same level as cntk 16 April 2016, 13:41:21 UTC
142e869 Using DeviceId in PyTests 16 April 2016, 13:41:14 UTC
0f1ce6c UpdateFunctionValuesSize() now collapses the matrix to one device 16 April 2016, 05:40:14 UTC
0ec99f9 reverted the last two attempts 16 April 2016, 05:26:59 UTC
e193ac7 SetValue(i,j,val) now behaves like operator(,) re CPU/GPU moves; simplified DISPATCH_MATRIX_ON_FLAG_USECPU_4BOTH macro 16 April 2016, 04:40:18 UTC
8a2a57a Matrix::Resize() now collapses the data location (OK since Resize() nukes content anyway) 16 April 2016, 03:21:26 UTC
75099e2 fixed a merge error 16 April 2016, 00:26:04 UTC
e7a536c Fix double-concatenation bug 15 April 2016, 22:46:05 UTC
a2c8986 Python 2 and 3 compatibility support 15 April 2016, 22:45:58 UTC
d68878f Output eval.cntk in case of errors 15 April 2016, 22:42:53 UTC
7c8b5fb Enable PyTests from contrib/Python on Linux 15 April 2016, 22:41:35 UTC
78d10c5 merged from master 15 April 2016, 22:21:04 UTC
e87b4d6 Increase tolerance for EvalErr for now. 15 April 2016, 21:41:59 UTC
c2fab26 trying another CPU/GPU migration for SoftmaxNode 15 April 2016, 20:52:31 UTC
b77ce8d Account for fluctuations in eval error (small training set) 15 April 2016, 20:44:27 UTC
18a3575 CriterionAccumulator once again guards against unnecessary GPU accesses 15 April 2016, 20:22:36 UTC
614a580 Merge branch 'master' into deepbliscore/vnext 15 April 2016, 20:22:28 UTC
aa80451 Update Windows baselines 15 April 2016, 20:21:43 UTC
60feb2b Update baselines 15 April 2016, 20:02:53 UTC
fc40976 (minor fixes) 15 April 2016, 18:48:34 UTC
9c059cb added missing AssignElementToElement() functionality to GPUMatrix 15 April 2016, 18:22:39 UTC
877ebf6 refactoring towards doing cross-sample reduction in SGD; added new parameter reductionOp to TensorView interface (not actually doing anything yet) 15 April 2016, 16:05:57 UTC
55ef117 Integrate eldak/addingTimitExamplesToTests into master 15 April 2016, 16:03:25 UTC
2709eb5 Added TODO/BUGBUG comments requested by fseide 15 April 2016, 15:55:36 UTC
2c005ac Final clean-up 15 April 2016, 15:54:05 UTC
b9ff7c0 Integrate mahilleb/VcxprojFixHardcodedCudaVersion into master 15 April 2016, 15:38:23 UTC
242be1c Merge branch 'master' into deepbliscore/vnext Conflicts: CNTK.sln 15 April 2016, 15:19:20 UTC
7ec5724 A few cosmetic changes 15 April 2016, 14:58:20 UTC
6b730ba Tests/UnitTests/Math*/Math*.vcxproj: fix hard-coded CUDA version Closes #353. 15 April 2016, 13:38:40 UTC
682d7cb Enabling only for linux 15 April 2016, 13:21:16 UTC
f4d9320 Updating windows baselines 15 April 2016, 13:17:20 UTC
de64aca Enabling writers only on windows 15 April 2016, 13:17:20 UTC
0efe36c Updating baseline 15 April 2016, 13:17:20 UTC
efcd7a5 Updating baseline on linux 15 April 2016, 13:17:20 UTC
0a9dfaf Addressing CR comments 15 April 2016, 13:17:20 UTC
ff35e66 Updating the baseline 15 April 2016, 13:17:20 UTC
15288fc Enabling writing only on linux 15 April 2016, 13:17:20 UTC
866aee3 Some cleanup 15 April 2016, 13:17:20 UTC
48257dc Fixing formatting 15 April 2016, 13:17:20 UTC
de29c01 DIsabling write for linux 15 April 2016, 13:17:20 UTC
288c70e Making test executable 15 April 2016, 13:17:20 UTC
134a2c7 Updating baselines 15 April 2016, 13:17:20 UTC
4868639 Fixing cleaning of failed tests 15 April 2016, 13:17:20 UTC
815dc77 Adding linux baselines 15 April 2016, 13:17:20 UTC
c72f909 Updating WriteBottleneck timeline 15 April 2016, 13:17:20 UTC
c91f6c5 Changing backslashes 15 April 2016, 13:17:20 UTC
c11d985 Adapting the baselines and refactoring of configs 15 April 2016, 13:17:20 UTC
72f8a20 Fixing configs 15 April 2016, 13:17:20 UTC
a7e88a1 Removing unnecessary timelines 15 April 2016, 13:17:20 UTC
f17f2bc Adding writing samples 15 April 2016, 13:17:20 UTC
7388047 Adding eval sample 15 April 2016, 13:17:20 UTC
01c9a81 Adding cross validation 15 April 2016, 13:17:20 UTC
back to top