https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
11c82c8 Fix install script for windows 13 April 2018, 22:06:37 UTC
cb28c0c Update documentation for 2.5.1 13 April 2018, 20:19:59 UTC
e71dbb5 Bump release version to 2.5.1 13 April 2018, 20:16:55 UTC
3cc1e92 Add support to build wheel packages with third party libs 13 April 2018, 18:22:19 UTC
f506b68 Preparing Release 2.5 - update build flags 19 March 2018, 18:10:03 UTC
4c93e34 Preparing Release 2.5 - update documentation 19 March 2018, 18:09:54 UTC
f45bcc8 Preparing Release 2.5 - bump version number 19 March 2018, 18:00:40 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
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
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
69850fd Integrate 0b31b08f9edd4ee8aa35445b8084a86d9c421419 into master 27 February 2018, 02:29:55 UTC
d1925a1 Fix dependency loading in java 26 February 2018, 20:28:20 UTC
1d676a0 Add dependencies to java jar 26 February 2018, 20:28:20 UTC
89ba54e Updating License to "Cognitive Toolkit" from "Computational Network Toolkit" 26 February 2018, 18:31:18 UTC
0b31b08 Include <functional> in EvaluatorWrapper This fixes compilation failure. 25 February 2018, 18:03:21 UTC
695bdf7 Fix crash in CBF when crossing sweep boundary This fixes issue #2479 #2964 23 February 2018, 19:21:23 UTC
523af50 Minor refactoring 21 February 2018, 19:16:19 UTC
1c78107 Handle malformed lattice 21 February 2018, 19:16:19 UTC
9032174 Disable MKL-DNN for now before we pick up the fix for AMD cache size fix. In MKL-DNN 0.12 release, there's a cache size detection issue causing crash on AMD Ryzen CPUs. This change disables MKL-DNN to unblock AMD Ryzen users for now. 21 February 2018, 00:18:38 UTC
461b82d Move hard-coded CNTK version to a common place This will help to build CNTK for nighlty builds with required CNTK version. If environment variable 'BUILD_CNTK_VERSION' is set, then CNTK will be build for that version as a public release('+' won't be appended to CNTK version). Otherwise hard-coded CNTK version will be used as a private build (2.4+). 20 February 2018, 21:22:59 UTC
84934ed Fixing typo 20 February 2018, 19:27:11 UTC
4017a16 Adding mean_variance_normalization CNTK and ONNX op, and LayerNormalization ONNX suort. 16 February 2018, 08:41:08 UTC
5f1d710 Add nightly build badges 15 February 2018, 19:22:12 UTC
e186ddd Integrate vadimma/latpar into master 15 February 2018, 18:10:16 UTC
e971570 Introduce latticeConfigPath to SE node (cherry picked from commit dcdad16d2f56b2620e9863f012652108f70e8efd) 15 February 2018, 07:33:46 UTC
2237dd0 Add support for FreeDimension in Pooling/Unpooling 14 February 2018, 21:27:45 UTC
54ba085 Integrate kedeng/fix201B2 into master 14 February 2018, 21:17:15 UTC
838a433 Some refactoring (cherry picked from commit 9d2cda718f213c7aaabfac60ee8cbd7eee2ab724) 14 February 2018, 20:53:44 UTC
c3b6f1f Introduce lattice reader verbosity (cherry picked from commit d46516750dd011599b5320f318f1a146a03451f4) 14 February 2018, 20:53:26 UTC
1a1e08c Make the lattice deserialization parallel (cherry picked from commit 49612264ec769ae4f544b548fefe179edceb18bc) 14 February 2018, 20:52:56 UTC
206db8c Fix Tutorial 201B for convergence issue. 14 February 2018, 18:01:31 UTC
aa1b330 removed dead link easons to switch to CNTK from Tensorflow from readme.md 14 February 2018, 14:58:55 UTC
6da3408 Fix for ONNX ConvTranspose node loading issue. 14 February 2018, 00:04:21 UTC
aa7447e First round of changes for ONNX FreeDimension support. 13 February 2018, 19:32:21 UTC
0faa4be Fix typo 11 February 2018, 18:44:27 UTC
19719a6 Fast tensor ops using MKL - Accelerates some common tensor ops in Intel CPU inference for float32, especially for fully connected networks - Can be turned on/off by cntk.cntk_py.enable_cpueval_optimization()/cntk.cntk_py.disable_cpueval_optimization() 09 February 2018, 06:22:27 UTC
08bcbdc Merge pull request #2690 from MingyuJoo/CNTK-2-PretrainedModels Adding ResNet101_ImageNet_CNTK/ResNet152_ImageNet_CNTK in download_model.py. 09 February 2018, 00:42:08 UTC
bd121f6 Merge pull request #2843 from kaiidams/kaiidams/typotut206 Fixed typos in tutorials. 09 February 2018, 00:33:47 UTC
8b71ff0 Merge pull request #2881 from zingdle/patch-2 Remove redundant code in CNTK_204_Sequence_To_Sequence.ipynb 09 February 2018, 00:30:07 UTC
2b94e7d Merge pull request #2880 from rnrneverdies/master Fix TensorBoard on_write_test_summary method 09 February 2018, 00:27:18 UTC
06ee7b8 Merge pull request #2940 from kazuyaujihara/patch/csexampletypo Fix typo in C# examples 09 February 2018, 00:25:21 UTC
062ce4d Merge pull request #2822 from tsbertalan/master Grammar fix. 09 February 2018, 00:24:11 UTC
08ba214 Update README.md 09 February 2018, 00:23:39 UTC
back to top