sort by:
Revision Author Date Message Commit Date
621561a check of original tests 03 August 2016, 10:56:19 UTC
f951e9a Fixing typo in comment 03 August 2016, 09:35:59 UTC
0d3b9e5 Added comment regarding default axis values in python bindings 03 August 2016, 08:59:12 UTC
01915bc Link libcntkmath to libeval Use GDK_NVML_LIB_PATH Simplify Boost libraries Use ORIGINDIR in rpath of libeval remove GDK_NVML_LIB_PATH from cppevalclient and Add -lcntkmath to libeval.so Use GDK_NVML_LIB_PATH to avoid using system-wide one, Simplify use in libeval.so 03 August 2016, 06:43:47 UTC
aaac609 bug fix: LearnableParameter::CopyTo() must exist, now that we have the lazy-init variables 03 August 2016, 05:07:46 UTC
c213625 NDL version of lazy Parameter init (for dim inference) 03 August 2016, 04:22:07 UTC
e80562f trying a fix to lazy init 03 August 2016, 02:24:42 UTC
bc06c3c CNTK BatchNorm engine Backprop() should honor blendFactor 03 August 2016, 02:13:30 UTC
838717f bug fix in lazy random init of Parameter: Validate() is called too early, must do it in InferInputDimsFrom() 02 August 2016, 21:51:56 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
f61cc4e in __init__.py boved ReduceLogSum to bottom. Renamed python operation to reduce_log_sum 02 August 2016, 15:21:32 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
f84fdc2 ReduceLogSum: testcases for backward path. Documentation 02 August 2016, 14:57:56 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
6c7f7c1 Forward path test for ReduceLogSum works 02 August 2016, 11:38:47 UTC
cf51d75 Adding code for reduce_logsum test. 02 August 2016, 07:43:30 UTC
5a7e77b ElementwiseProductWithExpOffDiff 02 August 2016, 07:32:57 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
dc2c4f6 Undoing some more previous changes 01 August 2016, 12:35:42 UTC
0d827e6 configure: fix detection of LibZip when path explicitly specified Closes: #713. 01 August 2016, 12:27:38 UTC
fd36106 Undoing core.bs changes related to basing softmax on reducelogsum 01 August 2016, 12:19:05 UTC
0d34258 bug fix in Image/QuickE2E() DNNSigmoidLayer() call when used with dim inference 31 July 2016, 06:34:51 UTC
b266f24 (minor fixes of previous commit) 31 July 2016, 06:11:51 UTC
3be923a bug fix: LearnableParameter now defers random initialization until after validation, to support inference of parameter dimensions during validation 31 July 2016, 05:56:50 UTC
ec4314e refactored LSTM E2E test to separate out the model() function 31 July 2016, 04:55:56 UTC
87acc99 Parameter() no longer requires to say init="...", saying initValue=... or initFromFilePath=... is enough 31 July 2016, 04:41:01 UTC
150ea69 ConfigArray::GetIndexRange() changed to return [begin, end) (excluding end value) 31 July 2016, 02:55:46 UTC
abb6811 implemented array-literal syntax { a, b, c } (test case: Speech/QuickE2E); empty arrays are now allowed at places; bug fix: unary operators should not have precedence higher than record lookup, array index, or function invocation 31 July 2016, 02:49:19 UTC
7e51e44 added { } parentheses as an alternative in function definition/invocation, intended for model-creating constructors; adapted Speech QuickE2E test to this 31 July 2016, 02:25:01 UTC
0854708 CNTK v2 library: a) Convolution b) Mean variance normalization c) Added Cifar resnet test 30 July 2016, 23:16:41 UTC
5c8f39c refined QuickE2E sample further 30 July 2016, 04:53:27 UTC
1e8ad6f Speech QuickE2E reimplemented in BrainScript with Keras-like layer functions 30 July 2016, 04:13:37 UTC
6a5e971 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/clonebs 30 July 2016, 02:34:44 UTC
0192ba5 new option 'logGradientToo' for TraceNode 30 July 2016, 02:31:35 UTC
fc5ccd7 TrainOrAdaptModel() now logs the names of the nodes that are actually updated 29 July 2016, 22:41:05 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
39c60b5 ReduceLogSum: adapted core.bs. Tests still failing 28 July 2016, 21:20:38 UTC
b011011 empty strings are now allowed in config CNTK variables 28 July 2016, 18:02:25 UTC
7397854 ReduceLogSum backward path and core.bs 28 July 2016, 15:49:52 UTC
08691e9 Examples/SequenceToSequence/CMUDict/Data/cmudict-0.7b.mapping: normalize LE 28 July 2016, 15:27:35 UTC
38e4b2b merged from master 28 July 2016, 12:23:59 UTC
540cd0b addressed CR feedback 27 July 2016, 22:11:57 UTC
dde483f Adding ReduceLogSum 27 July 2016, 20:07:26 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
back to top