https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
3de2b85 Undo some formatting changes to better align with master 20 April 2018, 05:37:48 UTC
6170a01 Fix MathTests failure 20 April 2018, 00:12:29 UTC
373ad5c More merge fix 19 April 2018, 23:53:45 UTC
383a5bc Merge branch 'master' into kedeng/mkldnn 19 April 2018, 22:52:06 UTC
65c4738 Fix merge 19 April 2018, 22:47:53 UTC
90d1740 WIP fix after merge 19 April 2018, 22:02:17 UTC
e9cc87c Merge branch 'master' into kedeng/mkldnn_merge 19 April 2018, 21:38:49 UTC
baf3c66 change cprintf to use vsnprintf (#3124) change cprintf to use vsnprintf 19 April 2018, 20:05:55 UTC
133d346 Update documentation for 2.5.1 17 April 2018, 23:10:34 UTC
e237559 Bump release version to 2.5.1 17 April 2018, 23:06:45 UTC
78a5ff3 Add support to build wheel packages with third party libs 17 April 2018, 23:02:21 UTC
21f7869 Add mkldnn to JAVA dependencies 17 April 2018, 22:53:26 UTC
e3721e6 Remove hard tabs 17 April 2018, 21:29:18 UTC
0b9b253 Added group convolution to current_iteration .md 17 April 2018, 20:34:14 UTC
35e1f05 Fix build after merge 17 April 2018, 18:12:55 UTC
cf95e87 Merge pull request #3121 from zhenlinluo/kedeng/mkldnn fix math test error 17 April 2018, 18:10:47 UTC
900bfd0 Merge branch 'kedeng/mkldnn' into kedeng/mkldnn 17 April 2018, 18:08:14 UTC
532a173 Fix build after merge 17 April 2018, 06:00:07 UTC
1ffdc6e Integrate sptiwari/shufflenet into master 14 April 2018, 05:53:15 UTC
9375ae5 fix math test error Signed-off-by: Luo <zhenlin.luo@intel.com> 14 April 2018, 01:43:58 UTC
cf839dc Fixing ONNX BatchNormalization implementation to match spec. 13 April 2018, 23:14:34 UTC
2e7bbaa Fix windows script to install cntk from binary drop 13 April 2018, 22:11:48 UTC
89db005 Integrate kedeng/RNNfp16_2 into master 12 April 2018, 20:23:41 UTC
bf97391 Merge pull request #3117 from zhenlinluo/kedeng/mkldnn Kedeng/mkldnn 12 April 2018, 03:20:32 UTC
ac1c15e add bn-relu fuse into Resnet bs for mkldnn benchmark Signed-off-by: ZhenlinLuo <zhenlin.luo@intel.com> 11 April 2018, 22:49:37 UTC
5e0856e Fix bugs for fp16 in RNN and BMUF Note that sparse embedding is still not working yet. 11 April 2018, 22:35:08 UTC
8bd55b3 Donot abort early if some ranks failed to initial NCCL 11 April 2018, 22:06:56 UTC
09e25a4 Moving group convolution implementation to use cuDNN7 and MKL2017 APIs. 11 April 2018, 17:26:15 UTC
cbd4acb perf improvement in mkldnn conv/batch Signed-off-by: ZhenlinLuo <zhenlin.luo@intel.com> 11 April 2018, 01:24:51 UTC
bc780a6 Add Relu Fuse into BatchNorm Signed-off-by: ZhenlinLuo <zhenlin.luo@intel.com> 11 April 2018, 01:21:54 UTC
38286c2 bug fix and perf improvement in mkldnn batch and conv Signed-off-by: ZhenlinLuo <zhenlin.luo@intel.com> 11 April 2018, 01:20:10 UTC
794e65a Add MKLDNN Plus support Signed-off-by: ZhenlinLuo <zhenlin.luo@intel.com> 11 April 2018, 01:14:23 UTC
775ae80 Add Grad update ctrl and inference profiler Signed-off-by: ZhenlinLuo <zhenlin.luo@intel.com> 11 April 2018, 01:11:12 UTC
6e7ff0e Add requirements check for CNTK during Python module import 10 April 2018, 00:16:59 UTC
d3d26d0 Integrate v-rodemo/fix-batchnorm-freedimension into master 09 April 2018, 23:39:20 UTC
82c8c69 Fixing the reader lib bug when number of samples in a chunk is less than the number of workers 08 April 2018, 06:18:46 UTC
d4781c1 updating script to use new learning APIs 06 April 2018, 19:05:45 UTC
0b5b100 Added test for batch norm spatial shape inference 06 April 2018, 16:19:39 UTC
ca0f889 Integrate yuqtang/StageGradOnGatherIndices into master 04 April 2018, 22:30:13 UTC
455aef8 Integrate vadimma/fb into master 04 April 2018, 07:48:31 UTC
0ebaed4 Add an assert for defining serializer 03 April 2018, 20:35:13 UTC
5afcff3 Fix definesMbSize config in bundler 28 March 2018, 22:16:16 UTC
90a41f6 Enabled gather op indcies be computed from parameters. 27 March 2018, 23:48:11 UTC
a7453ed Merge pull request #3065 from Microsoft/szhao/fixsample Update cntk version to 2.5 in the sample 26 March 2018, 22:06:07 UTC
09cdc6c fix the cntk version in the sample 24 March 2018, 10:45:46 UTC
e6cb4c5 Fix spatial batchnorm parameter inference with FreeDimension 23 March 2018, 19:57:45 UTC
5a619b4 Merge branch 'master' into kedeng/mkldnn 23 March 2018, 17:06:47 UTC
64062b1 Rename RandomBuffer to ColMajorBuffer 23 March 2018, 17:05:54 UTC
ed4bd3b Integrate jaliyaek/recur_checkin into master 23 March 2018, 01:33:54 UTC
a5e0912 Fix automated cntk install script for windows 23 March 2018, 00:16:50 UTC
5b04f46 Integrate sptiwari/add_rnn_to_ornn2 into master 22 March 2018, 23:24:40 UTC
8b5dc23 Merge branch 'master' into kedeng/mkldnn 22 March 2018, 22:29:59 UTC
4671bf2 Fixes to MKL-DNN 22 March 2018, 22:29:25 UTC
73c2046 Adding recurrence support to user defined functions. This enables UDF to be called inside recurrent loops. 22 March 2018, 18:44:09 UTC
3f72469 Adding ONNX support for rnnReLu and rnnTanh in OptimizedRNNStack. 22 March 2018, 18:24:32 UTC
65961c9 Integrate liqun/2954 into master 21 March 2018, 22:44:06 UTC
82142f0 Integrate muditj/FixNoRandomizerBug3 into master 21 March 2018, 21:19:55 UTC
aab2567 Integrate liqun/RNNStage into master 21 March 2018, 19:23:28 UTC
c8c02bf Fix no randomizer bug where workers see duplicate data 21 March 2018, 18:57:19 UTC
3e83c56 issue 2954: c# API memory leak 21 March 2018, 18:14:28 UTC
08ba969 support ONNX RNN 21 March 2018, 16:57:54 UTC
3a22962 Integrate sptiwari/mean_var_norm_issue into master 21 March 2018, 05:23:48 UTC
92b7b27 Update .clang-format to remove column limits Otherwise too much code change when formatting with clang-format 21 March 2018, 01:57:47 UTC
7068329 Fixes to mean_variance_normalization and ONNX LSTM to run Office models. 20 March 2018, 17:53:06 UTC
0254c82 Fix GPU BrainScript 20 March 2018, 01:15:33 UTC
db0d8ab Merge branch 'master' into kedeng/mkldnn 19 March 2018, 22:20:14 UTC
c361798 Fix GPU build 19 March 2018, 22:19:34 UTC
10c327e No aggregation or NCCL initialization if only one node used undef _SCL_SECURE_NO_WARNINGS for training 19 March 2018, 16:54:41 UTC
542406d No need to aggregate with one worker in brainscript Remove msg printint GPU UUID 19 March 2018, 16:50:09 UTC
91dbed4 Integrate vadimma/readse into master 17 March 2018, 20:32:53 UTC
6942ad1 Update README.md with correct links to examples 17 March 2018, 02:59:16 UTC
7e1a653 Update README and .clangformat 17 March 2018, 00:46:46 UTC
296ac76 Preparing Release 2.5 - update documentation 16 March 2018, 22:21:50 UTC
34ed567 Preparing Release 2.5 - bump version number 16 March 2018, 22:21:38 UTC
ee60d01 Merge branch 'master' into kedeng/mkldnn 16 March 2018, 00:44:39 UTC
e39aeae Integrate liqun/it20183 into master 15 March 2018, 17:03:41 UTC
0f428b3 iteration update 15 March 2018, 15:47:22 UTC
0b79085 Fixing ONNX producer_version bug. 15 March 2018, 07:21:47 UTC
4178d9f Integrate liqun/ONNXIRupdateStage2 into master 15 March 2018, 04:09:25 UTC
7fd48e7 Updating release notes with ONNX and other feature work. 15 March 2018, 00:22:54 UTC
a895b76 update with ONNXIR 14 March 2018, 22:28:08 UTC
3a1b8e1 update with ONNXIR 14 March 2018, 21:47:58 UTC
6ed289a Merge branch 'master' into kedeng/mkldnn 14 March 2018, 20:08:28 UTC
18723c7 Integrate liqun/GRUStage into master 14 March 2018, 19:00:05 UTC
6608da7 Add logs for reader debugging 14 March 2018, 18:25:20 UTC
46b6016 Add ONNX GRU support 14 March 2018, 16:30:30 UTC
feb00c1 Integrate yuqtang/ValidateRecurerenceStepFunction into master 14 March 2018, 02:30:11 UTC
e61a7f0 Adding distributed GAN example 13 March 2018, 23:51:06 UTC
edbda9d Added sanitary check for step function signature with appropriate error messages. 13 March 2018, 21:38:57 UTC
cde9d51 Merge pull request #3036 from zhenlinluo/kedeng/mkldnn remove unnecessary MKL data conversion in resize and setvalue 13 March 2018, 20:50:37 UTC
f1f3bb4 Support ONNX GRU 13 March 2018, 18:24:33 UTC
44c626a Fix wheel package name for nightly build scripts WHL package name has recently changed for GPU target build. Now the package is called cntk-gpu, which translates to a filename prefixed as cntk_gpu*.whl 13 March 2018, 17:03:28 UTC
b3daad9 Add 'long_description' for wheel package's metadata file 13 March 2018, 17:02:26 UTC
576e377 remove unnecessary MKL data conversion in resize and setvalue Signed-off-by: ZhenlinLuo <zhenlin.luo@intel.com> 13 March 2018, 07:16:00 UTC
769ea5c Adding OptimizedRNNStack ONNX support. Also Identity and NoOp support. 13 March 2018, 04:06:04 UTC
a3b207c Merge with master 12 March 2018, 19:59:52 UTC
4b5c085 Fix the default device issue in test 12 March 2018, 15:26:56 UTC
82b56d1 Fixing the distributed learner sample count issue 12 March 2018, 08:00:49 UTC
ae81129 Integrate jqian/nccl into master 10 March 2018, 03:27:56 UTC
e4947bb Changes from Zhenlin Luo on MKL-DNN 10 March 2018, 02:26:37 UTC
back to top