https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
9603e5f Fix Linux build 26 May 2016, 13:17:48 UTC
c7b4349 Fixed and expanded performance counters, added CUDA sync mechanism and counters for every CUDA kernel launch. 25 May 2016, 23:57:47 UTC
e2fd313 Added more detailed profiling as well as fixed several bugs. 17 May 2016, 18:40:58 UTC
11b96f8 More profiling buffer fixes and and speed improvements. 10 May 2016, 21:29:56 UTC
362c36c Increased profiler buffer sizes to avoid OOM situation. 10 May 2016, 20:34:52 UTC
7133f05 Fixed a stack corruption bug found by Jenkins. 09 May 2016, 18:12:49 UTC
b37901a Turning off profiler to debug Jenkins build issues. 06 May 2016, 23:27:43 UTC
a260d0d Fixed possible divide by zero. 05 May 2016, 22:52:59 UTC
58f74da Fixed NetworkOperatorPlus unit test. 05 May 2016, 17:52:35 UTC
a57369b Fixed Jenkins build issues with performance profiler. 04 May 2016, 21:00:45 UTC
a0ee6de Added performance profiler to measure and generate summary metrics report. 04 May 2016, 18:14:03 UTC
731839d Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/packmatrix 19 April 2016, 15:21:10 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
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
5c41479 removed RecurrentLSTMP() 18 April 2016, 17:22:29 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
681081a Adding more tests 15 April 2016, 13:17:20 UTC
33d4aa4 Adding multi input sample 15 April 2016, 13:17:20 UTC
d2f5f72 Adding multi task example 15 April 2016, 13:17:20 UTC
a7ae5d6 Adding train ndl network 15 April 2016, 13:17:20 UTC
877e9dd Adding train with pretrain config 15 April 2016, 13:17:20 UTC
5146ed7 Switching to archive scp fromat 15 April 2016, 13:17:20 UTC
3a029ef Adding first TIMIT example as test 15 April 2016, 13:17:20 UTC
85de3fc Integrate jeanfad/ops_facade_bis into master 15 April 2016, 13:16:41 UTC
back to top