https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
cf839dc Fixing ONNX BatchNormalization implementation to match spec. 13 April 2018, 23:14:34 UTC
09e25a4 Moving group convolution implementation to use cuDNN7 and MKL2017 APIs. 11 April 2018, 17:26:15 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
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
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
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
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
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
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
769ea5c Adding OptimizedRNNStack ONNX support. Also Identity and NoOp support. 13 March 2018, 04:06:04 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
3d0af05 Integrate kedeng/fixCSBaseline into master 10 March 2018, 02:16:33 UTC
00c7944 Fix OneHotSkip for C# 32-bit SizeTVector 09 March 2018, 23:37:05 UTC
405f4be Integrate kedeng/fix3004B into master 09 March 2018, 23:27:46 UTC
966f7ad Update pip package metadata (setup.py) 09 March 2018, 22:00:55 UTC
d63ddd9 Fix Issue #3004 for mpi=no 09 March 2018, 19:48:53 UTC
487a8bb Update baseline following commit 678b8a9 09 March 2018, 19:18:59 UTC
b709af3 Integrate kedeng/fix3019B into master 09 March 2018, 08:32:30 UTC
3cb3430 Integrate 678b8a9a986b4423449fca4ecdd2a492438dcc28 into master 09 March 2018, 01:45:36 UTC
f6b3260 Fix issue #3019: RuntimeError: OptimizedRNNStackNode configured for sequence mode, but minibatch only has one time step. 09 March 2018, 00:37:09 UTC
28f587f Get GPU ID with nvmlDeviceGetUUID instead of device id in /proc/ Thanks to Frank's initial code change. Initialize NCCL with GPU ID frm nvml call instead of from device id in /proc. Previous way causes "same device being used" error if two different containers running on same host and try to initialize NCCL. Add nvml library for nvml apis Update the Makefile 08 March 2018, 18:41:37 UTC
dd88885 Fall back to MPI if failed to initialize NCCL 08 March 2018, 18:41:37 UTC
4f03bad Fix memory leak in MKL layout 08 March 2018, 07:11:22 UTC
7215678 Increase MPI pack threshold for more efficient distributed training Expose the knob to change MPI pack threshold in V2 Fixed a build error with mpi=no 08 March 2018, 03:13:17 UTC
85c1429 Rename ImageWriterDll to DelayLoadedExtensionsDll 08 March 2018, 01:15:04 UTC
cb1a23b Merge pull request #2951 from bigonazzi/patch-1 Fix typo 08 March 2018, 00:34:57 UTC
b8ec6a7 Merge pull request #2959 from tcleberg/master removed dead link easons to switch to CNTK from Tensorflow from read… 08 March 2018, 00:34:15 UTC
4144407 Merge pull request #2978 from gabrielilharco/master Fixing typo in Manual_How_to_feed_data.ipynb 08 March 2018, 00:33:52 UTC
7dc7b53 Create ThirdPartyNotices.md 07 March 2018, 23:38:42 UTC
0f28edf Fix CNTK build and tests after 1bitSGD merge 07 March 2018, 23:31:25 UTC
819baf0 Update LICENSE.md 07 March 2018, 23:27:17 UTC
678b8a9 Update cntk_cs.i 07 March 2018, 04:42:51 UTC
1d03a83 Simplify h-softmax interface 06 March 2018, 23:21:31 UTC
20056a5 Merge remote-tracking branch '1BitSGD/master' into thiagofc/master 06 March 2018, 18:59:34 UTC
acc72dc Integrate liqun/lstmstage2 into master 06 March 2018, 18:21:24 UTC
06f32e8 Removing 1BitSGD submodule prior to merge with 1BitSGD repo 06 March 2018, 00:09:51 UTC
8eb1597 Reorganizing 1BitSGD files prior to merge with CNTK. See details below Custom license was removed Headers were updated to reflect MIT license README.md and .gitattributes were removed (CNTK repo already have them) 05 March 2018, 23:02:53 UTC
7651b0d ONNX LSTM support 05 March 2018, 21:13:03 UTC
6a8773b Bump pom.xml version 04 March 2018, 21:23:49 UTC
de52f50 Update pom.xml 04 March 2018, 21:23:49 UTC
0b118c8 Enable scripted maven release rename maven-deploy 04 March 2018, 21:23:49 UTC
21a71fc update groupID to match maven groupid add more maven deploy changes 04 March 2018, 21:23:49 UTC
35ce24a update java make to make sources and javadoc jars 04 March 2018, 21:23:49 UTC
7d8e135 add pom.xml for maven central publishing 04 March 2018, 21:23:49 UTC
677cb42 Updated MeanVarianceNormalization and LayerNormalization to work with epsilon. 03 March 2018, 06:37:13 UTC
311110d Integrate kedeng/fixShapeInfer2 into master 02 March 2018, 23:51:13 UTC
cc30e2e Adding distributed learner support for distributed training 02 March 2018, 02:27:34 UTC
d770419 Fix shape inference in step function for scalar to broadcast 01 March 2018, 22:47:46 UTC
9af853d Ensure we can read model from a different location 01 March 2018, 16:10:39 UTC
cc163da Adding nightly builds links in news Adding nightly builds links in news for public visibility. 28 February 2018, 23:08:19 UTC
6d487c0 Add links to nightly release pages 28 February 2018, 22:43:01 UTC
4506eff Add support to download WHL packages for RC builds 28 February 2018, 00:26:05 UTC
9c5dba4 Integrate jaliyaek/bugfix_sq into master 27 February 2018, 23:47:04 UTC
bd74694 Fix the converter bug that omits cloning parts of the graph 27 February 2018, 19:43:53 UTC
772f0d9 Remove 3rd party libs and debug info wheel packages 27 February 2018, 17:29:16 UTC
back to top