https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
03b1e4a run test on windows only 20 November 2017, 21:17:16 UTC
5b7ee8f Merge branch 'master' of https://github.com/Microsoft/cntk into muditj/pythonCRlossAvg_2 20 November 2017, 09:50:52 UTC
b863d81 Add test cases for BMUF fix 20 November 2017, 09:49:00 UTC
6002f4a Integrate sptiwari/onnx_pooling into master 18 November 2017, 09:01:46 UTC
3ab6d58 Adding ONNX pooling op. Fixing ONNX conv bug. 18 November 2017, 06:39:41 UTC
0990124 Add ImageWriter.dll in Python whl file. Add ImageWriter.dll in Python whl file and add a test to make sure TensorBoardWriter.WriteImage is working in whl file. 18 November 2017, 01:39:29 UTC
0cbd58a Update README.md 17 November 2017, 23:28:52 UTC
63f58ab Merge pull request #2627 from mogmod/CNTK-Dockerfile-libzip Fix libzip download url 17 November 2017, 21:47:40 UTC
b72b371 Merge pull request #2628 from mogmod/CNTK-Dockerfile-mklml Fix Dockerfiles --with-mkl path for Intel MKL-DNN(2017-11-10). 17 November 2017, 21:46:20 UTC
9975bfb Fix distributed training hang with empty minibatch 17 November 2017, 05:54:29 UTC
928d583 Fix Dockerfiles --with-mkl path for Intel MKL-DNN(2017-11-10). 17 November 2017, 05:24:23 UTC
87fb0bd Fix download url: http://nih.at/libzip is redirected to https://libzip.org 17 November 2017, 05:14:29 UTC
42e952b Integrate kedeng/ncclFix2 into master 17 November 2017, 05:08:08 UTC
7d4077a Fix the excessive print of NcclComm::Initialized in Evaluator 17 November 2017, 02:15:39 UTC
e4b8e85 Remove OpenCV dependency from CNTK core commit aecc380d21e04e803d683e25af2aac42c1a90125 Author: Manik Jindal <manikj@microsoft.com> Date: Thu Nov 16 15:03:13 2017 -0800 Remove OpenCV dependency from CNTK core Tensorboard's Image feature has a hard dependency on OpenCV and Tensorboard is a part of CNTK core. Removing this hard dependency by creating a new DLL ImageWriter just to write an image an PNG. 17 November 2017, 02:11:33 UTC
db2e817 Update pre-trained image models. (Thanks to Lewei Lu from MSRA.) 16 November 2017, 23:43:29 UTC
578c189 Integrating LotusIR and a few CNTK-ONNX fixes 16 November 2017, 05:44:46 UTC
52d902f Integrate sptiwari/updated_onnx_conv2 into master 15 November 2017, 03:39:32 UTC
04a7686 Updated ONNX conv implementation - making auto_pad and pads mutually exclusive. 15 November 2017, 00:03:08 UTC
6a5e9b8 Bug fix in Transpose op to work for (only) rank = 2 tensors. 14 November 2017, 23:51:34 UTC
81b57aa Integrate yuqtang/StageUpdateExamplesTestsWithNewLearningAPIsV4 into master 14 November 2017, 02:57:54 UTC
6ec6bc0 Disable UCF11 test (#2615) UCF11 test fails due to ffmpeg issue https://github.com/imageio/imageio/issues/273 Disabling the test for now to let the nightly builds succeed. 13 November 2017, 23:34:07 UTC
f1d6fc9 Updated examples and tests with new Learning APIs. 13 November 2017, 23:30:59 UTC
35255ed Integrate lewlu/ResNet-V2 into master 13 November 2017, 09:40:27 UTC
b785f0c remove cvReader in ResNet-CIFAR example to fit the end-to-end tests fix test crash Address CR add name to final average pooling layer to fix a test crash 13 November 2017, 03:02:55 UTC
a7b9ee2 Update ResNet scripts to V2 update meandir correct evaluationNodes first commit scripts of ResNet-V2 fix format issue of brainscript files & remove dump code fix python script pyint hints update scripts documentation updates 13 November 2017, 03:02:46 UTC
b0df0a1 Updated manuals with new learning APIs 12 November 2017, 18:32:37 UTC
9e549e7 Integrate liwchang/StagePreorderTraverse4 into master 11 November 2017, 08:30:43 UTC
edbce4a Integrate sptiwari/onnx_model_save into master 11 November 2017, 06:10:40 UTC
96b251c Integrate kedeng/mklml2 into master 11 November 2017, 06:00:36 UTC
b07e3b8 public preorder traverse. add iscomposite checking 11 November 2017, 02:07:24 UTC
1a0ff5a ONNX BatchNormalization - making spatial attribute optional. 11 November 2017, 00:52:06 UTC
10cb332 Update Tutorials with new learner APIs. 10 November 2017, 23:35:50 UTC
89528ed Merge branch 'master' of https://github.com/Microsoft/cntk into muditj/pythonCRlossAvg_2 10 November 2017, 21:32:32 UTC
6fc501f Revering the Revert "Revert "Merge branch 'master' of https://github.com/Microsoft/cntk into jaliyaek/bugfix"" This reverts commit 869cd84a88975746bf371df71a527af2113de859. 10 November 2017, 21:32:31 UTC
fbe030b Switch from CNTKCustomMKL to Intel MKLML. MKLML is released with [Intel MKL-DNN](https://github.com/01org/mkl-dnn/releases) as a trimmed version of Intel MKL for MKL-DNN. To set it up: On Linux: sudo mkdir /usr/local/mklml sudo wget https://github.com/01org/mkl-dnn/releases/download/v0.11/mklml_lnx_2018.0.1.20171007.tgz sudo tar -xzf mklml_lnx_2018.0.1.20171007.tgz -C /usr/local/mklml On Windows: Create a directory on your machine to hold MKLML, e.g. mkdir c:\local\mklml Download the file [mklml_win_2018.0.1.20171007.zip](https://github.com/01org/mkl-dnn/releases/download/v0.11/mklml_win_2018.0.1.20171007.zip). Unzip it into your MKLML path, creating a versioned sub directory within. Set the environment variable `MKLML_PATH` to the versioned sub directory, e.g. setx MKLML_PATH c:\local\mklml\mklml_win_2018.0.1.20171007 This change also enables CPU convolution forward/backward using MKL, which leads to ~4x speedup in AlexNet training. 10 November 2017, 19:48:16 UTC
e017ef9 Adding notes for convolution operator related work. 10 November 2017, 19:45:07 UTC
f590e03 Upgrade imageio to v2.2.0 from v2.1.1 (#2605) ucf11_conv3d_test.py test depends on APIs introduced in imageio v2.2.0 but currently CNTK uses imageio v2.1.1, leading the test to be in broken state. Conda doesn't support Python 3.4, and hence imageio v2.2.0 conda package is not available for Python 3.4. Now, Python 3.4 conda environment setup file installs imageio v2.2.0 using pip instaed of conda. Also, CNTK will stop supporting Python 3.4 in releases later than 2.3. 10 November 2017, 07:55:14 UTC
fafa0a4 fix null check for accumulators 10 November 2017, 05:03:09 UTC
93a8a70 allow multiple dist learners 10 November 2017, 04:59:19 UTC
9de26cc resolve CR comments 10 November 2017, 01:35:51 UTC
834417a removed netopt manual that got pushed to master 09 November 2017, 20:35:28 UTC
b72c970 Revert "modified the distributed learner test to include zero minibatch case'" This reverts commit 4772d4e63fbef4cd0fe3d10ff3c424aebe79775c. 09 November 2017, 19:50:50 UTC
869cd84 Revert "Merge branch 'master' of https://github.com/Microsoft/cntk into jaliyaek/bugfix" This reverts commit 1f5e8c25b905d5858aba3ccd37c0b73140595c97, reversing changes made to 4772d4e63fbef4cd0fe3d10ff3c424aebe79775c. 09 November 2017, 19:50:11 UTC
c35b1e2 Revert "distributed learner test to tirgger zero minibatch issue" This reverts commit c5a6848dcab0f05853514ff0691e0d7a258f07b3. 09 November 2017, 19:31:35 UTC
c5a6848 distributed learner test to tirgger zero minibatch issue 09 November 2017, 19:23:28 UTC
1f5e8c2 Merge branch 'master' of https://github.com/Microsoft/cntk into jaliyaek/bugfix 09 November 2017, 19:10:39 UTC
4772d4e modified the distributed learner test to include zero minibatch case' 09 November 2017, 19:03:24 UTC
74d2861 Integrate sptiwari/onnx_conv_fix into master 09 November 2017, 05:28:04 UTC
522f05a Updating ONNX convolution support in CNTK based on updated ONNX spec. 09 November 2017, 01:25:37 UTC
1dc7a34 changes from Matthai 08 November 2017, 09:17:07 UTC
58c0308 fix nightly build crash by call reconcile directly 07 November 2017, 22:13:50 UTC
cb4313a fixing typos 07 November 2017, 18:13:29 UTC
878ddd5 Integrate pr/2486 into master 07 November 2017, 03:39:02 UTC
536d55b Integrate 9673b6e into master 07 November 2017, 01:48:32 UTC
72af928 adding the manal for netopt 06 November 2017, 07:39:31 UTC
f1883de Integrate nikosk/bounded_cache2 into master 04 November 2017, 18:08:45 UTC
45e2d9f Integrate sptiwari/add_onnx_ir_version into master 04 November 2017, 07:26:14 UTC
553b011 Integrate jaliyaek/netopt into master 04 November 2017, 02:11:28 UTC
9673b6e Squashed commit of the following: commit 72ea17ba30d417f4989650860092fcba543f900d Merge: 8ab403d22 54b9841af Author: Kyoichi Iwasaki <kyiwasak@microsoft.com> Date: Sat Nov 4 10:44:27 2017 +0900 Merge branch 'master' into vgg-comment commit 8ab403d2207eff2e892052b4dbf366e808eee1bf Author: Kyoichi Iwasaki <kyiwasak@microsoft.com> Date: Sat Nov 4 10:42:47 2017 +0900 Modified minor comments commit bea51bd60188c9d9d5cd6450b4fe06281e9c8692 Author: Kyoichi Iwasaki <kyiwasak@microsoft.com> Date: Fri Nov 3 15:49:18 2017 +0900 Modified comments for VGG16 commit 835874690aee1833196d38044fcbec59186b688e Author: Kyoichi Iwasaki <kyiwasak@microsoft.com> Date: Thu Nov 2 15:26:15 2017 +0900 Added comments in case of VGGNet as base model. 04 November 2017, 01:48:51 UTC
4c799ae Adding metadata field, IR_VERSION, to ONNX format serialized models. 04 November 2017, 01:18:50 UTC
54b9841 Integrate chenta/fix_nightly_build_crash into master 04 November 2017, 01:11:22 UTC
43dd887 bring back device as part of key 04 November 2017, 00:13:31 UTC
395422e Update docstring. 03 November 2017, 21:51:45 UTC
472966c Integrate 45b1866e6e060f4b663fef40975bb217716a7a7a into master 03 November 2017, 21:16:26 UTC
28032f1 add test to check does the reconcile dynamic axes op skip the autobroadcast 03 November 2017, 18:24:50 UTC
dd7d07d possible a typo 03 November 2017, 18:16:24 UTC
09c3de4 fix comment indentation 03 November 2017, 17:06:51 UTC
e9a7766 Merge branch 'jaliyaek/netopt' of https://github.com/Microsoft/cntk into jaliyaek/netopt 03 November 2017, 08:37:28 UTC
cdd5800 few more namespace corrections 03 November 2017, 08:37:12 UTC
0487190 fix more review comments 03 November 2017, 08:37:12 UTC
eb5c553 fixed review comments 03 November 2017, 08:37:12 UTC
df7681b quantization for convolution networks 03 November 2017, 08:37:12 UTC
62ecc92 few more namespace corrections 03 November 2017, 08:28:30 UTC
9106c52 skip reconcile axes op for auto broadcast 03 November 2017, 04:23:08 UTC
c355379 ignore IsSliceView for bindings 03 November 2017, 03:48:35 UTC
c40fb5a Skip the sliced NDArrayView in packing during V2 aggregation Fix #2508 Decide if it is sliceview with matrix 03 November 2017, 03:48:35 UTC
d490041 fix more review comments 03 November 2017, 02:01:09 UTC
45b1866 fix the issue where CNTK throws out a warning saying the data is not C contiguous; also fix a bug where the Jupyter notebook cannot run without setting CNTK_EXTERNAL_TESTDATA_SOURCE_DIRECTORY 02 November 2017, 23:20:28 UTC
b4425f1 fixed review comments 02 November 2017, 21:42:30 UTC
16a41ce Added super resolution tutorial contributed by Borna with added code to minimize test downloads, fix tests, added documentation and small editorial changes to LSGAN tutorial 02 November 2017, 16:10:10 UTC
1312bf8 Integrate a0a3a82 into master 01 November 2017, 20:17:37 UTC
ba5108c make C# sample back compatible with Rel2.2 Nuget 31 October 2017, 21:54:29 UTC
5b61890 Fix CR comments 1 31 October 2017, 01:18:16 UTC
d0e82f8 Merge branch 'master' of https://github.com/Microsoft/cntk into muditj/pythonCRlossAvg_2 31 October 2017, 01:05:27 UTC
12ba72e Updating ConvolveGeometry class for improving perf for convolution, especially with FreeDimension. 30 October 2017, 22:43:54 UTC
11f7bb7 quantization for convolution networks 30 October 2017, 08:05:57 UTC
24dc5f2 fix AttributeNameDisableRegularization missing 30 October 2017, 04:50:48 UTC
88e5516 fix typos 30 October 2017, 04:50:48 UTC
b335601 fix crash when loading old version model 30 October 2017, 04:50:48 UTC
9b6eb8d fix BackCompat.cpp 30 October 2017, 04:50:47 UTC
674cfd3 fix error of BN builder in ONNXToCNTK.cpp 30 October 2017, 04:50:47 UTC
3ffb8a8 remove debug code 30 October 2017, 04:49:50 UTC
58da061 fix crash bug 30 October 2017, 04:49:50 UTC
9cf625e Add disable regularization feature in Batch Nomalization node with Python API 30 October 2017, 04:49:42 UTC
4480217 Add loss and eval averaging for BMUF 29 October 2017, 04:30:31 UTC
3608123 Integrate jaliyaek/netopt into master 28 October 2017, 16:30:00 UTC
a0a3a82 Squashed commit of the following: commit a4a1788affb563992eb69f5cde544da80ef428db Author: Kyoichi Iwasaki <kyiwasak@microsoft.com> Date: Sat Oct 28 23:27:16 2017 +0900 Modified Fast R-CNN script commit 442f3c4e0167fc873f89028a7cf3fdee92eddf2c Author: Kyoichi Iwasaki <kyiwasak@microsoft.com> Date: Sat Oct 28 09:10:04 2017 +0900 Updated distributed learninf for Fast R-CNN. 28 October 2017, 14:40:42 UTC
97b82cd Merge branch 'jaliyaek/netopt' of https://github.com/Microsoft/cntk into jaliyaek/netopt 27 October 2017, 22:01:12 UTC
0f88c95 remove unused lines 27 October 2017, 22:00:32 UTC
back to top