https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
881fd7f rename variables | add typename 19 August 2016, 20:56:38 UTC
ee52414 QueryId for IRMetric | Fix binary reader 18 August 2016, 23:47:51 UTC
a60c24c add IRMetric to bs 16 August 2016, 16:28:44 UTC
8e636ec Merge branch 'thhoens/binreader' into jiajia/DropOutParam2 12 August 2016, 16:52:20 UTC
1fd9064 Removed storing shared_ptr to Chunk in SequenceDescriptions due to memory leak. 12 August 2016, 00:47:39 UTC
3718082 Merge branch 'thhoens/binreader' into jiajia/DropOutParam2 11 August 2016, 23:15:56 UTC
8a0c79a merge master | half done 02 August 2016, 23:57:29 UTC
6232550 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/stoplr 02 August 2016, 21:11:38 UTC
0e3b5da include crtdbg.h only on Windows 02 August 2016, 16:35:08 UTC
8db871e addressed final code review comments 02 August 2016, 15:09:54 UTC
e440132 moved to _CrtSetReportHook2 02 August 2016, 15:09:54 UTC
e7fd489 use CrtSetReportHook on windows to disable the popup of assert boxes 02 August 2016, 15:09:54 UTC
e2e15e0 Integrate mahilleb/AssertRemoval into master 02 August 2016, 13:53:24 UTC
fa7befb Address CR comment 02 August 2016, 13:48:54 UTC
2115ac1 allow to customize minLearningRatePerSample to control early stopping. 01 August 2016, 22:30:57 UTC
c81eb6f Add Array struct, quantizer unit tests, minor fixes. 01 August 2016, 19:33:03 UTC
7cfc3f3 Remove LearnableParameterQuantized and MEL command to quantize a node 01 August 2016, 19:33:03 UTC
90079c6 Introduce Matrix<short>. 01 August 2016, 19:28:11 UTC
15e9cf8 Refine MEL command for quantization of LearnableParameter node, changes to InputAndParamNodes. 01 August 2016, 19:28:11 UTC
77ff661 Quantization of learnable parameter node 01 August 2016, 19:28:11 UTC
a6d994b Add LearnableParameterQuantized and Quantizer. 01 August 2016, 19:11:12 UTC
97c0c98 Remove assertion that's not true for the CuDNN engine. 01 August 2016, 16:46:09 UTC
0d827e6 configure: fix detection of LibZip when path explicitly specified Closes: #713. 01 August 2016, 12:27:38 UTC
965999b Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/clonebs 29 July 2016, 22:17:14 UTC
6293392 strange change detected in cmudict-0.7b.mapping 29 July 2016, 22:17:06 UTC
0c86e36 bug fix: BatchNormEngine::Forward() should assert saveMean/InvStdDev as a post-condition now 29 July 2016, 19:42:23 UTC
12b2c31 Integrate mahilleb/DockerNoGdk into master 29 July 2016, 12:43:46 UTC
a30f0af Windows: fix for creating build information In CNTK.vcxproj and prebuild.bat, do not rely on environment variables, but pass down MSBuild properties. Related: #723. 29 July 2016, 11:48:46 UTC
efd5cba Tools/docker/Dockerfile-GPU: use pre-installed GDK Closes #629. 29 July 2016, 11:09:51 UTC
018877f Linux: Makefile/configure: split GDK_PATH setting into two, include and NVML path 29 July 2016, 11:09:27 UTC
182b037 Use ORIGINLIBDIR instead of LIBDIR in rpath Add $LIBPATH to unit test eval 29 July 2016, 09:13:10 UTC
3c3862a Install Boost at /usr/local/boost-x.y.z on Docker Build unit tests only when Boost is available Configure Boost path in configure Address CR comments fix #678 This is a combination of 10 commits. Adapt makefile to work with Docker container on Linux This is a combination of 7 commits. enable unit tests build remove -liomp5 from math unit test enable openmp add -ldl fix space error add -dl for reader test change order of -l remove gdk installation use /usr/local/lib as boost library path Adapt path in unit tests on Linux adapt path for Linux adapt path on other test projects for Linux remove extra blank line add BOOST_PATH,and build unit tests based on BOOST_PATH configure boost path install Boost 1.60.0; use version variable instead of hardcoding. add comments for different paths on Linux than on Windows. restore installation of gdk, because the removal of gdk needs more changes and will be done in a separate check-in use ifdef, fix typos 29 July 2016, 09:13:10 UTC
180f593 Add Boost to Dockerfiles 29 July 2016, 09:13:10 UTC
b011011 empty strings are now allowed in config CNTK variables 28 July 2016, 18:02:25 UTC
08691e9 Examples/SequenceToSequence/CMUDict/Data/cmudict-0.7b.mapping: normalize LE 28 July 2016, 15:27:35 UTC
2e024ab Reset to cuda 7.5 28 July 2016, 05:48:22 UTC
c21ec82 Build on linux using 7.0 28 July 2016, 05:47:38 UTC
953e753 Fixed build dependency. 28 July 2016, 05:47:38 UTC
74ac763 Fixed error in config helper. 28 July 2016, 05:47:38 UTC
5db9b55 Added test updates 28 July 2016, 05:47:38 UTC
0dc2974 Fixed bug in initialization order. 28 July 2016, 05:47:38 UTC
0c390f8 Testing NO_SYNC and SimpleEvaluator fix. 28 July 2016, 05:47:38 UTC
5fe1247 Fixed windows build issues. 28 July 2016, 05:47:04 UTC
5556490 Fixed bug in reporting number of samples per sequence. 28 July 2016, 05:47:04 UTC
43f082a Fixed Linux compilation issues. 28 July 2016, 05:47:04 UTC
5b7a995 Added missing file 28 July 2016, 05:47:04 UTC
11ee339 Updated BinaryReader with new API 28 July 2016, 05:47:04 UTC
3ad6eb7 AssignSumOf and AssignDifferenceOf are not inplace. 28 July 2016, 05:45:18 UTC
03f5c34 Added expected sample functionality. 28 July 2016, 05:45:18 UTC
d17e6f2 Added reader tests 28 July 2016, 05:45:18 UTC
4e10d6c Added initial version of the tests 28 July 2016, 05:45:18 UTC
ac5d379 Initial commit of CNTKBinaryReader 28 July 2016, 05:44: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
back to top