https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
8fef21b support minibatchSize (for larger models that will be out of memory without it) and frameMode (for RNNNode based Windowed RNN) for HTKMLFWriter (and HTKMLFReader). 09 August 2016, 21:51:45 UTC
26eb5af Integrate t-ivrodr/fix_unittests_build into master 09 August 2016, 13:40:36 UTC
3871b7f Integrate zhouwang/libzippath-docker into master 09 August 2016, 12:50:30 UTC
289f62f Fix cudnn dll dependency for debug build 09 August 2016, 12:08:43 UTC
9db12dd Merge branch 'master' of https://github.com/Microsoft/cntk 08 August 2016, 22:23:32 UTC
eccd3d0 Update the README file about F1 score. 08 August 2016, 22:22:08 UTC
15d4045 Add libzip path to LD_LIBRARY_PATH 08 August 2016, 20:05:09 UTC
595c7ab addressed review feedback 08 August 2016, 17:04:02 UTC
d6fb378 bug fix: CPUSparseMatrix<ElemType>::MultiplyAndWeightedAdd() should handle transposed inputs in all combinations 08 August 2016, 04:27:54 UTC
784d72e Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/layerslib 08 August 2016, 02:39:34 UTC
8d7819c deleted remnants 08 August 2016, 02:13:53 UTC
efae278 seqcla changed to define the model through layer composition 08 August 2016, 02:11:03 UTC
441f828 seqcla now using layers but in graph style 08 August 2016, 01:47:52 UTC
5cd5ec8 converted seqcla to sparse input 08 August 2016, 01:34:14 UTC
8bfd693 (more refacoring of seqcla test) 08 August 2016, 01:07:38 UTC
e4fd6c8 added EmbeddingLayer{}; tuned LayerNormalizationLayer{}; added ReLU alias; bug fix: SGD should print the dimensions of the trained nodes; seqcla changed to model() pattern 08 August 2016, 00:59:59 UTC
c2f5a29 CNTK v2 library: Minor fix in a comment 07 August 2016, 23:36:48 UTC
ca2f33f Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 07 August 2016, 23:33:51 UTC
2ceb7d8 deprecated C++ implementation of PerDimMeanVarNormalizationNode in favor of a BrainScript one-liner. One more C++ node down; first cut of a layer library (partially tested) 07 August 2016, 04:32:30 UTC
9cbb456 moved 'standard functions' section in CNTK.core.bs further to the back 07 August 2016, 01:01:54 UTC
f4c4f63 bug fix: any setting of LearnableParameter size must lazy-init 05 August 2016, 21:22:47 UTC
db5fff2 merged from master 05 August 2016, 21:11:38 UTC
98749f9 disabled call to LazyInitParameters() in Validate() because it does nothing 05 August 2016, 20:41:10 UTC
76f0d64 bug fix: SVD must use InitLearnableParameters() first, to avoid its result to be initializer over later 05 August 2016, 20:36:38 UTC
b6cfca3 fix missing path for nvidia-ml in brainscripttests 05 August 2016, 14:58:10 UTC
4e17fd5 Fixing typo in reduction test and reformatting 05 August 2016, 12:40:51 UTC
253e65b ReduceLogSum: beautifications 05 August 2016, 12:08:54 UTC
6947079 merged from master 05 August 2016, 10:33:39 UTC
e6ca0c0 bug fix: LearnableParameter constructor must use correct iniString 05 August 2016, 00:57:23 UTC
44bb46e cleaned up logging of lazy Parameter initialization; removed compat hack; fix in w.r.t. a printf format; 04 August 2016, 23:58:03 UTC
6ebdc6b bug fix: PostInitParameters() should not shadow randomSeed with a local variable 04 August 2016, 23:29:12 UTC
194f80c BrainScript now optimally allows { } instead of [ ] for record definition, to make it look more like other languages; replaced experimental { } array syntax with F#-style syntax, to avoid syntax clash; stratified logging of lazy Parameter initialization; BatchNormalizationNode changed to -NonLooping since it does not support recurrence 04 August 2016, 22:15:33 UTC
683896a Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/stoplr 04 August 2016, 18:36:25 UTC
588dae4 more test code for lazy init 04 August 2016, 17:08:35 UTC
76e2f61 more test code for lazy init 04 August 2016, 16:51:20 UTC
dc262af Addressing CR 04 August 2016, 10:36:50 UTC
ae2f3b7 Addressing CR comments 04 August 2016, 10:29:42 UTC
38ebf57 Fixing potential race between loading/unloading of chunks 04 August 2016, 10:29:42 UTC
73f607a Implementing io prefetch 04 August 2016, 10:29:42 UTC
b11593f allow nodes' output value matrix to be shared during training time when gradient is not needed for that node. 04 August 2016, 00:58:28 UTC
73109af (minor fix) 03 August 2016, 19:42:10 UTC
008c357 added test code for lazy init 03 August 2016, 18:51:16 UTC
1a4f4a4 fix typo 03 August 2016, 18:40:17 UTC
2ead1b4 bug fix: InitLearnableParameters() cannot be a <float>/<double> template that is selected based on an argument that can be passed as 0 (which would select <int>) 03 August 2016, 18:10:17 UTC
f4cb19b disable convertion of LF to CRLF for test data file, and update the file offset value in the control file. change the file name to take .gitattributes in effect without cleanup workspaces in Jenkins 03 August 2016, 17:55:03 UTC
cf0022d change the output format of exponent number from e[+-][0-9][0-9][0-9] to e[+-][0-9][0-9]; adapt base line files of reader unit tests Update format e[+-][0-9][0-9][0-9] to e[+-][0-9][0-9] for Linux use two-digit for exponenet number remove files that slipped in by accident add #ifdef and comments change exponent output format change exponent output format 03 August 2016, 17:52:53 UTC
bdad298 Integrate eldak/fixingBSTestsDependencies into master 03 August 2016, 17:23:02 UTC
4542b48 Adding the unit test 03 August 2016, 14:44:16 UTC
b8a7895 Fixing crash 03 August 2016, 14:44:16 UTC
03539cd Fixing dependencies 03 August 2016, 12:39:11 UTC
63a5580 Update linux build 03 August 2016, 10:56:19 UTC
2546b72 Remove old BrainScript tests 03 August 2016, 10:56:19 UTC
74fffe3 Use input and output files for each test 03 August 2016, 10:56:19 UTC
8003758 Clean solution 03 August 2016, 10:56:19 UTC
cf80994 Parser tests added 03 August 2016, 10:56:19 UTC
d9a348f Start for BrainScriptTests module 03 August 2016, 10:56:19 UTC
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
back to top