https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
8b98789 Fixed rebase error 28 July 2016, 05:39:17 UTC
af6c747 Fixed build dependency. 28 July 2016, 05:31:51 UTC
660ed06 Fixed error in config helper. 28 July 2016, 05:31:50 UTC
7723edc Added test updates 28 July 2016, 05:31:49 UTC
2969ee3 Fixed bug in initialization order. 28 July 2016, 05:31:48 UTC
1e6d38c Testing NO_SYNC and SimpleEvaluator fix. 28 July 2016, 05:31:44 UTC
2236415 Fixed windows build issues. 28 July 2016, 05:30:33 UTC
35363ec Fixed bug in reporting number of samples per sequence. 28 July 2016, 05:30:32 UTC
083a69b Fixed Linux compilation issues. 28 July 2016, 05:30:31 UTC
2b3df00 Added missing file 28 July 2016, 05:30:30 UTC
6881edc Updated BinaryReader with new API 28 July 2016, 05:30:18 UTC
4be23a7 AssignSumOf and AssignDifferenceOf are not inplace. 28 July 2016, 05:29:02 UTC
c02e85e Added expected sample functionality. 28 July 2016, 05:29:00 UTC
6b7aef0 Added reader tests 28 July 2016, 05:28:59 UTC
8fd1126 Added initial version of the tests 28 July 2016, 05:28:55 UTC
ee047bc Initial commit of CNTKBinaryReader 28 July 2016, 05:27:03 UTC
540cd0b addressed CR feedback 27 July 2016, 22:11:57 UTC
6a6ebc4 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/clonebs 27 July 2016, 17:36:18 UTC
da1f9f4 fix in Convolution mapCount change 27 July 2016, 17:35:17 UTC
24cb169 Makefile: cppevalclient: link to stub libnvidia-ml.so (if real one not present) Fixes build of Tools/docker/Dockerfile-GPU (with regular docker). 27 July 2016, 12:05:02 UTC
8b68af3 mapDims parameter to Convolution() is now optional, will be inferred from weight matrix 27 July 2016, 01:14:03 UTC
ee23bb2 (fix for previous fix) 27 July 2016, 01:03:52 UTC
8f71698 renamed reduction kernels that expect a hard-coded number of threads to reflect that number in their names 27 July 2016, 00:48:37 UTC
9dbf806 merged from master 26 July 2016, 23:51:19 UTC
1a80a6a undid accidental change of Shuffle() 26 July 2016, 20:55:12 UTC
5e357fe addressed minor feedback from Amit's CR; addressed feedback from Simon Layton (NVidia) that the constants defined in GridDim are too small. 26 July 2016, 20:52:21 UTC
2c1b102 fix 1BitDGD 26 July 2016, 11:59:58 UTC
6a6cff0 Integrate thilow/ReduceMax2 into master 26 July 2016, 09:43:29 UTC
4e4598e merge with master 26 July 2016, 08:27:37 UTC
dcc7e9b Added comments 26 July 2016, 07:40:12 UTC
759fa18 CNTK v2 library: Add member method to NDMask to enable retreiving the buffer underlying a Mask object 26 July 2016, 05:43:11 UTC
3e6926d Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2LibraryOperators 25 July 2016, 23:52:15 UTC
575bbf6 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 25 July 2016, 18:19:14 UTC
524c527 Using double as aggregator, hoping to fix issue with tests TWRGE TWRGS, TLRGS 25 July 2016, 15:56:15 UTC
52dda16 Removed 'typedef' in partial specialisation of TensorOpReduction in hope to fix Linux build. 25 July 2016, 14:06:03 UTC
24c0ad1 Fixed comments 25 July 2016, 13:35:14 UTC
2115db6 Renamed variable to reductionOp 25 July 2016, 13:17:13 UTC
5dbb725 factored aggregation op into a lambda 25 July 2016, 13:00:11 UTC
44d127e Normalize line endings where missing 25 July 2016, 12:37:41 UTC
4164856 CNTK v2 library: Use dynamic loading of CompositeDataReader instead of a static dependency 25 July 2016, 01:50:10 UTC
a632393 CNTK v2 library: Expose 18 additional operators in the v2 API 23 July 2016, 01:41:48 UTC
5b1c217 CNTK v2 library: Added initial Trainer and MinibatchSource implementations, enabling end-to-end model training with v2 API. A test added to train a feed-forward network on the MNIST dataset using the v2 C++ API 22 July 2016, 23:46:09 UTC
a5d15f3 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/clonebs 22 July 2016, 17:04:08 UTC
7416f9b bug fix: BatchNormalization::BackpropTo() should distinguish between saveMean and runMean the same way ForwardProp() does 22 July 2016, 16:54:13 UTC
27ff6f7 (typo) 22 July 2016, 15:53:31 UTC
07a6fa2 BatchNorm: moved allocation of saveMean() to where they are produced, and allocating them empty when they are not produced at all 22 July 2016, 15:46:02 UTC
0270010 added new interface IFreezable to tell a node to freeze itself, in order to allow BatchNormalization to honor CloneFunction (..., parameters="constant") 22 July 2016, 15:24:56 UTC
fd95477 Converted AggregationOp to pure function template 22 July 2016, 15:02:33 UTC
bd776dc Changed "NeutralValue" to function templates 22 July 2016, 14:49:54 UTC
80fdb8f using function overloading for neutral 22 July 2016, 14:28:53 UTC
fec05bf Improved formatting and comments 22 July 2016, 13:51:15 UTC
ce350dd (trying around with saveMean) 22 July 2016, 02:47:45 UTC
246a097 (fixed an error message) 22 July 2016, 02:39:10 UTC
dcbb760 bug fix: CloneFunction() should map output nodes, too 22 July 2016, 02:11:02 UTC
42fbc7e CloneFunction() now returns its return value 22 July 2016, 02:05:04 UTC
41de6bc added some logging to CloneFunction 22 July 2016, 01:25:50 UTC
3d70ff3 heavily commented batch-normalization code, including several bugs; new interface IParameterNode for identifying LearnableParameters; first implementation of CloneFunctionConfigLambda (except for returning the result) 22 July 2016, 00:37:44 UTC
614762c added plumbing for CloneFunctionConfigLambda() (but not the actual cloning function) 21 July 2016, 18:27:33 UTC
4828b57 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 21 July 2016, 17:04:57 UTC
6dce931 merged from master 21 July 2016, 08:28:22 UTC
f3dec43 a) Made CUDA sync mode execution of kernels a runtime config option instead of a build flavor b) Added perf instumentation to show accurate per MB read, compute and parameter update time 21 July 2016, 00:19:00 UTC
d3d641b Merge branch 'fseide/seq2seqsample' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 19 July 2016, 23:42:50 UTC
30d840a some CRLF fix in build-windows.cmd 19 July 2016, 23:42:04 UTC
39a9175 merged from master 19 July 2016, 23:40:51 UTC
c6f24a9 Minor fix in MEL 19 July 2016, 17:58:47 UTC
234662c Makes EvalDll.dll a delay-loaded library to support ASP Net native dependencies path issues. 18 July 2016, 15:27:17 UTC
98fb62d Fix 1bit SGD Submodule Commit 18 July 2016, 14:03:18 UTC
7409297 Integrate zhouwang/disableunittests-linux into master 18 July 2016, 13:43:33 UTC
465f50a Integrate t-ivrodr/franks_performance_tests into master 18 July 2016, 13:06:33 UTC
51d6be9 Integrate zhouwang/fix-evalpath into master 18 July 2016, 12:49:10 UTC
be64a39 Using again shared_ptr 18 July 2016, 11:43:37 UTC
10e885a Fix previous merge 18 July 2016, 11:43:37 UTC
7d8657b Change code according to review 18 July 2016, 11:43:37 UTC
671ea70 Clean Math and MathPerformance test projects 18 July 2016, 11:42:33 UTC
dac4aca refactor tensor tests 18 July 2016, 11:40:15 UTC
a142986 Move math performance tests to MathTests 18 July 2016, 11:39:07 UTC
8567344 Add Boost support for tests 18 July 2016, 11:34:04 UTC
27971f6 1bit-SGD submodule update 18 July 2016, 11:34:04 UTC
e3b1b66 added tensor test(s) to MathPerformanceTests 18 July 2016, 11:32:14 UTC
1288809 bug fix i DirectoryPathOf(): PathRemoveFileSpec() does not return an HRESULT 18 July 2016, 11:30:00 UTC
64ecb3c Change code according to review 18 July 2016, 11:30:00 UTC
64f6978 remove unused forward declared struct 18 July 2016, 11:30:00 UTC
682fa14 Clean Math and MathPerformance test projects 18 July 2016, 11:30:00 UTC
934dd08 Fix crash when running BiasGradient test. Remove the original test code. 18 July 2016, 11:28:11 UTC
936b736 refactor tensor tests 18 July 2016, 11:28:11 UTC
af6ddf9 Move math performance tests to MathTests 18 July 2016, 11:28:11 UTC
555b17c Add Boost support for tests 18 July 2016, 11:25:45 UTC
a69f578 added few more TensorTests (convolution) 18 July 2016, 11:24:56 UTC
a172c89 added tensor test(s) to MathPerformanceTests 18 July 2016, 11:24:56 UTC
9ba93ab CNTK v2 library: Added support for loading legacy v1 format models and saving models in v1 format 17 July 2016, 23:44:44 UTC
c747b28 temporarily not build unit tests as docker image does not include boost. 16 July 2016, 16:55:38 UTC
4e08724 fix bug in getting path 15 July 2016, 18:17:50 UTC
a672733 Update Network Description Language.md 15 July 2016, 17:07:15 UTC
b14d0e1 Integrate eldak/ivector into master 15 July 2016, 16:45:43 UTC
d181c78 Updating folder information 15 July 2016, 11:53:50 UTC
4cd87f4 ReadMe News, Jul 15, 2016 15 July 2016, 11:07:03 UTC
844bdea Fixing linux build 15 July 2016, 09:50:45 UTC
1ea6e5f Addressing CR comments 15 July 2016, 09:26:31 UTC
60148cd First implementation of ivector 15 July 2016, 08:42:50 UTC
4d14065 Integrate zhouwang/unittests-linux into master 14 July 2016, 17:17:30 UTC
back to top