https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
503027b CTC add some code comments 04 January 2017, 01:42:02 UTC
7b7f347 Merge branch 'master' of https://github.com/Microsoft/CNTK 28 October 2016, 15:37:49 UTC
37fd372 Remove deprecated ndl scripts. Revised README file. 28 October 2016, 15:35:53 UTC
aaf137c Integrate alrezni/escape_pipe_txt2ctf into master 28 October 2016, 15:16:48 UTC
641c483 added two new verification methods for the installer (1) checks that a specific product string (regular expressions supported) can be found in the WMIObject -Win32_Product. If the not found, it will trigger the install option (2) checks that a specific product string (regular expressions supported) and version can be found in the WMIObject -Win32_Product. If the not found, or an older version is only installed, the install option is triggered first method is used for the vc runtime the second method is used for MPI install 28 October 2016, 14:12:43 UTC
469648e txt2ctf.py: escape pipe symbol 28 October 2016, 13:44:26 UTC
07fa4b3 Integrate pkranen/pascal into master 28 October 2016, 11:03:26 UTC
1b63c27 Integrate v-yuxgu/resnet-script into master 28 October 2016, 11:02:46 UTC
c6f07a2 Merge pull request #824 from mfuntowicz/mfuntowicz/old_cudnn_dump Remove huge matrix dump 28 October 2016, 10:20:30 UTC
6fe8f7e Integrate alrezni/v2_drop_sgdlib into master 28 October 2016, 10:20:17 UTC
dc7ea66 Integrate mahilleb/1028fixes into master 28 October 2016, 09:46:53 UTC
db25965 Addressed CR comments 28 October 2016, 09:37:42 UTC
db43ce5 Added Readme to DataSets/Pascal 28 October 2016, 09:37:38 UTC
cc59954 Added install script for Pascal VOC data 28 October 2016, 09:37:36 UTC
3b12541 Integrate alrezni/v2_gcc5 into master 28 October 2016, 09:34:43 UTC
4adfa8f Merge branch 'master' into v-yuxgu/resnet-script 28 October 2016, 09:33:26 UTC
8d0412b bindings/python/tutorials/CNTK_103B_MNIST_FeedForwardNetwork.ipynb: fix output Closes: #953. 28 October 2016, 08:40:44 UTC
fed03b4 check that files from the binary installation exist. This prevents execution of the script from the source clone and therefor a common user problem. if files from binary installation are not found, the script terminates. 28 October 2016, 08:37:50 UTC
20b394c Tests/Install/linux: support for CPU. Let test.sh take a list of drops. 28 October 2016, 07:48:15 UTC
2364a22 Merge branch 'master' into kedeng/distPY2 28 October 2016, 04:53:43 UTC
4dc47c3 UnitTest Match baseline 28 October 2016, 03:26:30 UTC
9139c03 Update baseline 28 October 2016, 02:22:35 UTC
fdaaa73 skip 1bit test when not available 28 October 2016, 02:16:38 UTC
a7391e0 Add CNTKv2LibraryDistribution unit test to BVT/nightly Add example test for distributed Skip distributed python API test for non-1bit Remove print in distributed API 28 October 2016, 01:41:08 UTC
37e4bfd Makefile fix 27 October 2016, 22:21:56 UTC
39b7c4f Make gcc5 happy 27 October 2016, 21:37:35 UTC
4106af5 Add V2LibraryDistributionTests to Linux 27 October 2016, 19:49:44 UTC
0178bc5 Revert "Add V2LibraryDistributionTests to Linux build" This reverts commit e3e294a34513ccb1eb2da23f0137aa92df039400. 27 October 2016, 19:47:16 UTC
e3e294a Add V2LibraryDistributionTests to Linux build 27 October 2016, 19:41:30 UTC
e8c4c77 Integrate mahilleb/ShuffleTests into master 27 October 2016, 17:28:25 UTC
b510f3a Remove SGDLib form CNTKv2LibraryDll dependencies 27 October 2016, 14:40:19 UTC
12821a4 check that script is run in Powershell 4 or later. For powershell version 3 show a warning, quit script for earlier versions 27 October 2016, 13:20:12 UTC
f7ab0be Rebalance test legs. 27 October 2016, 12:59:47 UTC
6a31a23 Integrate mahilleb/1026Fixes into master 27 October 2016, 10:53:08 UTC
72b2863 Normalize line endings 27 October 2016, 10:46:02 UTC
9128d7d Integrate pkranen/convBias into master 27 October 2016, 10:41:06 UTC
461c7df Closes #946 27 October 2016, 09:19:36 UTC
02a97bc fixed tabs 27 October 2016, 09:09:46 UTC
145c0da Added initBias to Linear and DenseLayer in brain script 27 October 2016, 09:09:46 UTC
a1162c0 Added initBias to Convolution in brain script 27 October 2016, 09:09:46 UTC
9f8f87c Tools/check-git-head.sh: check for illegal characters in file names (on Windows) 27 October 2016, 09:05:43 UTC
83db0ef Tools/check-git-head.sh: add git attributes check 27 October 2016, 09:04:41 UTC
7727b35 Inferring from stride1x1 and stride3x3 instead of directly setting stride of ResNet bottleneck 27 October 2016, 08:19:11 UTC
ee98253 Tests/Install/linux: first iteration for Linux OOBE testing 27 October 2016, 07:57:29 UTC
0b31ea5 Tools/docker: include Protobuf library. Closes: #949. 27 October 2016, 07:55:34 UTC
2bac502 Fix references to renamed CifarDownload.py and mnist_convert.py scripts Related: #928. 27 October 2016, 07:55:34 UTC
8dcfdd1 bindings/python/examples: use relative paths wrt. __file__, not current directory 27 October 2016, 07:54:11 UTC
d424bba Various Python tests: fix path Datasets -> DataSets (broken on Linux) 27 October 2016, 07:54:11 UTC
981d24f more python image sample data path fix 27 October 2016, 07:51:29 UTC
22b5a89 fix data path 27 October 2016, 07:48:28 UTC
53b45c4 CR feedback 27 October 2016, 07:38:01 UTC
ae1b555 Change test back for repro 27 October 2016, 07:02:49 UTC
2787e82 Merge branch 'master' into kedeng/distPY2 27 October 2016, 06:12:27 UTC
0099c30 Tweak test again 27 October 2016, 06:11:35 UTC
5d594be Tweak for passing pytest 27 October 2016, 00:58:17 UTC
2afe819 Merge branch 'master' into ebarsoum/ImageHandsOn To check the update notebook. 27 October 2016, 00:20:30 UTC
56ef64e Update image links to master. 27 October 2016, 00:19:25 UTC
aced3b9 Small tweek to workaround test issue 26 October 2016, 23:57:31 UTC
96e5d13 More fixes. 26 October 2016, 23:30:39 UTC
8084e29 A better fix to MPI reentrance issue 26 October 2016, 20:54:28 UTC
ba39d9f Fix MPI reentrance crash 26 October 2016, 20:48:46 UTC
f52c2ae Merge branch 'master' into kedeng/distPY2 26 October 2016, 18:40:35 UTC
b609924 update environment in notebook 26 October 2016, 17:25:29 UTC
b3d3145 Add references. 26 October 2016, 17:16:27 UTC
645b508 Integrate eldak/fixingAdaptingMinibatch2 into master 26 October 2016, 16:58:47 UTC
d11a6c1 Integrate alexeyo/ReadMe-News-October-25 into master 26 October 2016, 16:05:46 UTC
5812e78 Fixed link in main ReadMe 26 October 2016, 15:56:16 UTC
3d14b9f minor notebook change 26 October 2016, 15:53:19 UTC
b4b1e97 Main ReadMe news, October 25, 2016 26 October 2016, 15:36:19 UTC
955921d fixed setup, add cntk.exe to PATH 26 October 2016, 13:54:23 UTC
632cac8 Fixed setup, add pip install requirements 26 October 2016, 13:47:07 UTC
0d73a9a Integrate sagalic/crop_node_final_rebase into master 26 October 2016, 11:12:40 UTC
eb90d39 Fixing adaptive minibatch 26 October 2016, 10:22:47 UTC
417f3fe Add crop node In this change crop node is implemented. The purpose of this node is to crop portion of the first node that dimension-wise corresponds to the second node at the given or calculated offset. Offsets may be given manually or calculated based on affine transform between two inputs along the path that connects them. 26 October 2016, 09:18:36 UTC
4add131 Disabling popus for tests 26 October 2016, 08:55:06 UTC
31a8cd8 Add image evaluation. 26 October 2016, 08:30:39 UTC
35f05cb a bug fix of CNTK 202 tutorial w.r.t. master branch 26 October 2016, 07:42:44 UTC
85968b1 updated CNTK_202 notebook for CNTK workshop 26 October 2016, 07:37:04 UTC
1b20567 Clean, more explanation and better images. 26 October 2016, 06:34:40 UTC
31597c5 Merge branch 'master' into v-yuxgu/resnet-script 26 October 2016, 04:48:32 UTC
ee9ddbb Update post batch normalization configuration of ResNet-50 Add ResNet-101 and ResNet-152 scripts 26 October 2016, 04:46:09 UTC
79977a7 Fix unit test error 26 October 2016, 04:08:33 UTC
a89aa21 Update image hand on notebook, only layer API. 26 October 2016, 03:41:49 UTC
0934de0 Language understanding notebook 26 October 2016, 03:35:09 UTC
59595b4 Merge branch 'master' of https://github.com/Microsoft/CNTK into kedeng/distPY2 26 October 2016, 03:23:52 UTC
63de640 Fix test script 26 October 2016, 03:18:21 UTC
78427ef Use inheritance in distributed module, fix python tests when not in 1-bit SGD 26 October 2016, 03:06:56 UTC
eac069a Update README.md. 25 October 2016, 21:50:11 UTC
0279839 Update prerequisite. 25 October 2016, 21:31:12 UTC
6bde134 Update images and add a simple layer case. 25 October 2016, 20:52:23 UTC
c80cc16 Merge remote-tracking branch 'origin/master' into kedeng/distPY2 25 October 2016, 20:10:28 UTC
d0ca9c2 addded GetSamplesSeen as in master 25 October 2016, 20:03:01 UTC
3cb4fec samplesSeen as in master 25 October 2016, 20:01:17 UTC
2fbe73d Merge remote-tracking branch 'origin/master' into kedeng/distPY2 25 October 2016, 19:52:36 UTC
37b696c More fixes addressing review feedbacks 25 October 2016, 19:51:55 UTC
43fa3d9 undoing reformatting 25 October 2016, 19:47:51 UTC
158271f cr related changes 25 October 2016, 19:43:14 UTC
cc214be Integrate mahilleb/LinuxInstallBeta into master 25 October 2016, 19:32:21 UTC
c744d28 Update README. 25 October 2016, 17:25:55 UTC
6793695 Update setup to recommend anaconda. Regular Python installation is TBD. 25 October 2016, 17:22:45 UTC
back to top