https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f37dad8 fix hard tab warning 13 December 2017, 04:53:49 UTC
761ff31 fix ZipDecoder bug 13 December 2017, 03:35:36 UTC
b1a9984 fix the bug of pointer deletion 04 December 2017, 00:22:05 UTC
3c1fdcd fix build error 24 November 2017, 12:40:38 UTC
384fce3 fix hard tab 23 November 2017, 15:34:42 UTC
1e16f88 add new facereader decoder 23 November 2017, 15:28:07 UTC
c840289 update facereader 14 November 2017, 09:48:35 UTC
d4d71dc Merge remote-tracking branch 'origin/master' into v-lelu/facereader-test 14 November 2017, 08:46:31 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
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
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
b791049 Merge remote-tracking branch 'origin/master' into v-lelu/facereader-test 09 November 2017, 05:49:26 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
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
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
b6d147a casting shape values to int to make the test pass 27 October 2017, 22:00:32 UTC
b662a22 fixed the lambda 27 October 2017, 22:00:32 UTC
4f696b7 modifying the failing test for one more jenkin run 27 October 2017, 22:00:32 UTC
12f2ede added dense factorization code 27 October 2017, 22:00:32 UTC
97e5de0 remove unused lines 27 October 2017, 21:48:54 UTC
cd70c1a A quick Fix for DiagTimes to support lagecy code 27 October 2017, 21:34:25 UTC
5e5ce51 casting shape values to int to make the test pass 27 October 2017, 18:51:57 UTC
6b1de5e fixed the lambda 27 October 2017, 06:36:45 UTC
3415b9b skip some sequence operator add ut 25 October 2017, 16:32:26 UTC
a66ae3b Merge branch 'master' of https://github.com/Microsoft/CNTK 25 October 2017, 16:31:48 UTC
0518eb4 Fixing merging issues 24 October 2017, 15:01:46 UTC
de96983 Refactoring for inference work + adding Flatten method on function to be able to clone without blocks. 24 October 2017, 07:31:23 UTC
e4b6681 Integrate lakshayg-asinh into master 20 October 2017, 19:04:14 UTC
68832a9 Merge branch 'asinh' of https://github.com/lakshayg/CNTK into lakshayg-asinh PR for Sinh... 20 October 2017, 16:19:51 UTC
f98f2f3 Fixing UD randomizer initialization 20 October 2017, 10:12:27 UTC
e342740 Integrate yuqtang/StageFrequencyDataUnit2 into master 19 October 2017, 06:26:15 UTC
57e3a74 Integrate sptiwari/pooling_freedim_bugfix into master 19 October 2017, 05:25:32 UTC
687986e Squashed commit of the following: Added DataUnit for progress printer, checkpoints and cross validation config. 18 October 2017, 18:20:48 UTC
back to top