https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
06b7626 (made VC happy) 25 August 2016, 22:07:19 UTC
16dd77e Merge branch 'slayton58-divmod' into fseide/cudnn5 25 August 2016, 21:23:12 UTC
828b393 Initial divmod implementation 25 August 2016, 17:29:21 UTC
4cb011b Adapting the sister test 25 August 2016, 16:28:20 UTC
e1cf519 CuDNNv5: enable for build v5.1 is preferred over v5. 25 August 2016, 14:26:03 UTC
e459613 Baselines 25 August 2016, 14:25:18 UTC
d9e9c88 Merge remote-tracking branch 'origin/fseide/cudnn5' into mahilleb/CuDnn5Test 25 August 2016, 13:44:53 UTC
58f18f8 Merge remote-tracking branch 'origin/master' into mahilleb/CuDnn5Test 25 August 2016, 13:42:24 UTC
6827182 Merge remote-tracking branch 'origin/mahilleb/CuDnn5Test' into mahilleb/CuDnn5Test 25 August 2016, 13:38:08 UTC
fc3a071 CntkBatchNormalization.cuh: fix for batchSize == 1 25 August 2016, 13:37:23 UTC
7e82e9b Added e2e test for image regression example 25 August 2016, 09:26:23 UTC
e7a273d added simple image regression examples for CIFAR-10 25 August 2016, 09:26:12 UTC
a885a43 Log batch-normalizatoin runInvStdDev values after model loading. 25 August 2016, 07:50:08 UTC
d6da982 fixed cudnn5 RNN tests 25 August 2016, 05:53:32 UTC
af423dd disabled cudnn5 RNN and Layers RNN test on Linux until we create the baselines 25 August 2016, 05:48:13 UTC
9c0a602 FullUtteranceCuDNN5 now restricted to run on gpu, actually 25 August 2016, 05:44:09 UTC
2be0dc6 updated Truncated test 25 August 2016, 05:14:25 UTC
b814ff8 updated Truncated momentum value and missign baselines 25 August 2016, 05:01:37 UTC
6a1c9a7 added RecurrentLSTMLayerStack() 25 August 2016, 04:51:41 UTC
f3942f1 added missing RNN bits to Linux Makefile 25 August 2016, 03:54:08 UTC
4e19029 RNNnodes.cpp missing in Linux Makefile; changed test tolerance to accept a momentum printed as 0.899998 instead of the original 0.9 25 August 2016, 03:42:48 UTC
e576c3d missing NoGPU.cpp entries for RNN node; fixed shared_ptr to incomplete CuDnnRNNExecutor 25 August 2016, 03:24:31 UTC
686078f (made gcc happy) 25 August 2016, 02:51:02 UTC
0bff544 created baselines for LSTM E2E with Layers and cudnn5 25 August 2016, 02:48:46 UTC
32c9d11 added e2e tests for LSTM Layers and cudnn5, missing baselines 25 August 2016, 02:29:46 UTC
7558fc4 repaired LSTM e2e test for old model 25 August 2016, 02:18:44 UTC
5f14fca merged from mahilleb/CuDnn5Test 25 August 2016, 01:45:39 UTC
a144404 RecurrentLSTMLayer{} now allows to select the optimized engine 25 August 2016, 01:33:36 UTC
769b260 updated SLUHandsOn tests 25 August 2016, 01:15:09 UTC
9e73e6f bug fix in RNN node input swapping; LSTM e2e for RNN node now uses dimension inference 25 August 2016, 00:37:53 UTC
d9c7e82 OptimizedRNNStackNode: renamed some variables, renamed recurrentOps to camelCase, added weigth inference 25 August 2016, 00:17:23 UTC
179b821 Tests/EndToEndTests/Examples/Image/Miscellaneous/CIFAR-10/02_BatchNormConv: baseline update 24 August 2016, 23:39:00 UTC
8a86da8 renamed RNNNode to OptimizedRNNStackNode, also updated parameter names 24 August 2016, 23:10:01 UTC
0285fa9 Merge remote-tracking branch 'origin/master' into mahilleb/CuDnn5Test Conflicts: Source/ComputationNetworkLib/ComputationNode.h Source/ComputationNetworkLib/TrainingNodes.h Tests/EndToEndTests/Examples/Image/Miscellaneous/CIFAR-10/02_BatchNormConv/baseline.linux.txt Tests/EndToEndTests/Examples/Image/Miscellaneous/CIFAR-10/02_BatchNormConv/baseline.windows.txt Tests/UnitTests/MathTests/ConvolutionEngineTests.cpp 24 August 2016, 22:37:49 UTC
e5f0bb9 disabled peephole connections by default in RecurrentLSTMLayer{} 24 August 2016, 22:32:24 UTC
b2a18dd LSTMBlock{} now combining 4 matrices into one 24 August 2016, 22:10:45 UTC
150aedd towards optimized LSTMBlock 24 August 2016, 21:55:58 UTC
00e0249 added cudnn5 emulation version to LSTM e2e test 24 August 2016, 21:35:47 UTC
0b049c0 added cudnn to LSTM e2e 24 August 2016, 19:25:43 UTC
90bbcc1 (updated param init in LSTM e2e) 24 August 2016, 18:06:24 UTC
453bd59 (a good layer-norm setup for LSTM e2e) 24 August 2016, 17:39:10 UTC
e64dba1 added layers version to LSTM e2e test 24 August 2016, 17:25:31 UTC
737fe4c updated LSTM test to newer style 24 August 2016, 17:06:42 UTC
d8c3c15 merged from CuDnn5Test and cudnn-rnn 24 August 2016, 16:44:29 UTC
9d6345b Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/kdd 24 August 2016, 15:05:13 UTC
493744d Source/Math/CntkBatchNormalization.cuh: fix variance conversion 24 August 2016, 12:00:22 UTC
e27af11 Integrate zhouwang/rebase-mtNonUniform2 into master 24 August 2016, 07:47:02 UTC
d1b1127 Merge branch 'jdroppo/cudnn-rnn-lstm' of https://github.com/Microsoft/cntk into fseide/cudnn5 24 August 2016, 07:20:13 UTC
835985b fixed test 24 August 2016, 06:39:28 UTC
bd5f9cb addressed CR feedback; modifed an e2e test to cover inferInputRankToMap 24 August 2016, 04:54:00 UTC
7aa9b83 merged from master 24 August 2016, 01:12:36 UTC
3c5aa75 changed inferInputRank to inferInputRankToMap, and updated {Linear,Dense}Layer{} to accept the mutually exclusive inputRank and mapRank parameters 24 August 2016, 00:59:31 UTC
de864bf renamed Times inputRank to inferInputRank 24 August 2016, 00:32:03 UTC
8dfb1e2 Report on converting minibatch count to samples 23 August 2016, 23:33:03 UTC
bb155ef tune 23 August 2016, 22:06:49 UTC
e1a9cab Address CR comments 23 August 2016, 18:32:03 UTC
373adfd Changes Addressing Code Review for CUDNN RNNStack Node 23 August 2016, 17:40:34 UTC
86ec025 Use mt19937 instead of rand() 23 August 2016, 17:24:45 UTC
705951a adjust baseline with new boost random distribution function change std random distribution to boost random distribution 23 August 2016, 17:23:46 UTC
3179559 use boost random distribution functions instead of std 23 August 2016, 17:23:42 UTC
c11ad31 Using slash instead of backslash 23 August 2016, 17:23:26 UTC
a2565ab fix bug that removes path prefix in the file name on Linux Use comparision with tolerance use '/' instead of '\' in path in data files. 23 August 2016, 17:22:47 UTC
6744b96 check output with tolerance optionally allow tolerance when comparing file content 23 August 2016, 17:21:43 UTC
aeee8f6 Add bilinear initialization of learnable parameter Enable filling learnable parameter with coefficients for bilinear interpolation. A common use is with deconvolution acting as upsampling. 23 August 2016, 15:26:25 UTC
6aea378 Baseline update 23 August 2016, 11:12:45 UTC
66498cf Merge remote-tracking branch 'origin/master' into mahilleb/CuDnn5Test Note: baselines need to be fixed for Tests/EndToEndTests/BatchNormalization and Tests/EndToEndTests/Examples/Image/Miscellaneous/CIFAR-10/02_BatchNormConv. 23 August 2016, 09:12:35 UTC
d4f40dd adapt the swig wrapper to the change in getNextMinibatch method 23 August 2016, 08:21:42 UTC
10271ba Merge branch 'master' into blis/PythonV2 23 August 2016, 07:38:24 UTC
f46e911 move nn.py to examples folder 23 August 2016, 07:37:03 UTC
1f9c539 Merge branch 'jdroppo/cudnn-rnn-lstm' of https://github.com/Microsoft/cntk into fseide/cudnn5 23 August 2016, 03:11:07 UTC
4983c46 fixed up two new baselines w.r.t. ErrorPrediction -> ClassificationError 23 August 2016, 01:53:35 UTC
54f0960 merged from mahilleb/CuDnn5Test 23 August 2016, 01:51:22 UTC
abe6624 re-fixed baselines from ErrorPrediction to ClassificationError 23 August 2016, 00:35:15 UTC
320f2f5 re-merged baseline files from master, seems I mixed them up 23 August 2016, 00:27:23 UTC
f32db3e undid the test case of BrainScript from ClassificationError to ErrorPrediction 23 August 2016, 00:11:23 UTC
ed7e602 reapplied renaming from ErrorPrediction to ClassificationError for baseline files after merge 22 August 2016, 21:53:27 UTC
5b969ba merged from master. Undid the ClassificationError baseline updates due to merge conflicts 22 August 2016, 21:36:28 UTC
1e68b3c changed some more baselines from ErrorPrediction to ClassificationError 22 August 2016, 20:32:19 UTC
2fa1b70 Merge commit 'origin/master' 8493f11 into jdroppo/cudnn-rnn-lstm 22 August 2016, 20:28:42 UTC
363f1e5 changed some more baselines from ErrorPrediction to ClassificationError 22 August 2016, 20:27:40 UTC
8493f11 CNTK v2 library: Clone constants to right device when user supplied value is not on the target compute device 22 August 2016, 18:54:21 UTC
ba01512 updated MatrixQuantizerTests to new >1-bit SGD defaults; addressed CR feedback 22 August 2016, 18:23:09 UTC
536e264 renamed ErrorPrediction to ClassificationError, second attempt 22 August 2016, 18:16:39 UTC
37b6897 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 22 August 2016, 17:48:54 UTC
9bd5738 renamed ErrorPrediction to ClassificationError 22 August 2016, 17:30:17 UTC
f3ce815 Baseline updates 22 August 2016, 16:54:53 UTC
1fa5b23 resnet cfair first complete network run 22 August 2016, 16:41:27 UTC
f76afa2 Switch to CuDNN v5 For batch normalization, running inverse standard deviation becomes running variance. We mirror this CuDNN v5 change in the CNTK batch normalization engine. Model version is bumped. When old models are loaded, this parameter is (approximately) converted. In the same model version change, let batch normalization count samples seen rather minibatches (this deals with incorrect averaging when minibatch size is varied across epochs). For batch normalization averaging and blending handle initialization cases, don't rely on mean and variance initial values (set in NDL/BrainScript). Update Windows / Linux / Docker build. With this commit, CuDNN v4 is not supported anymore. 22 August 2016, 15:55:10 UTC
9521d7f move layer creation functions to a separate module 22 August 2016, 14:34:41 UTC
4df1389 convert the loss value to float 22 August 2016, 14:13:28 UTC
d2eed70 turn mnist and ffnet python example into py.test tests 22 August 2016, 14:12:41 UTC
4e174f2 Integrate eldak/mtNonUniform2 into master 22 August 2016, 13:45:48 UTC
a1528b9 fix to_numpy in swig so it reversed the shape to row major, and fix the shape reversal in ndshape.dimensions() 22 August 2016, 13:22:54 UTC
6a063e2 Integrate zhouwang/fix-deviceid-threadlocal into master 22 August 2016, 13:01:46 UTC
de1c1e5 adapt the python api to the new Learner c++ api 22 August 2016, 12:23:48 UTC
941931d Merge branch 'master' into blis/PythonV2 22 August 2016, 09:29:14 UTC
e34528e fix file paths in examples, in order to work with py.test 22 August 2016, 09:24:55 UTC
6566012 Add comment to use thread_local after uprade to VS2015 22 August 2016, 08:04:47 UTC
d5f47f1 Updating sources and baselines to use MT 22 August 2016, 07:49:08 UTC
b856ab7 Adding support for mersenne twister rand 21 August 2016, 19:08:25 UTC
back to top