https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
e8670ce bindings/python: edit dev scripts - build.bat: removed, build is through CNTK.sln now. - test.bat: include full module and examples tests. - test.sh: Linux version of test.bat 03 November 2016, 11:31:28 UTC
dfe1366 with CR feedback 03 November 2016, 06:48:15 UTC
1eeb899 Integrate ebarsoum/BSvsPython into master 03 November 2016, 06:33:11 UTC
de511fc Fix other unit test. 03 November 2016, 05:14:28 UTC
b308ad9 updated getting started 03 November 2016, 04:29:03 UTC
4ff71f8 Map regularization name to proper python naming. 03 November 2016, 01:46:56 UTC
f7e82fc Integrate alrezni/v2_scratch into master 02 November 2016, 15:23:05 UTC
442a8b5 Expose parameter schedules in Python Fix swig generation for TrainingParameterSchedule and subclasses (per sample, per minibatch, as time constant), making them fully available in python. Rename FSAdaGradLearner to AdamLearner (C++ API). Add unit tests for parameter schedules, fix unit tests and examples that use parameter schedules. Fix a number of missing arguments in learner.py 02 November 2016, 13:58:19 UTC
2f7a598 Add MSRA initialization to NDL This change enables initializing parameter nodes using MSRA initialization in NDL. 02 November 2016, 11:14:13 UTC
06d5064 Adding recurrent tests 02 November 2016, 07:56:05 UTC
7389d57 Adding reduce* test cases 02 November 2016, 07:56:05 UTC
7f7f90f Integrate kedeng/distPY into master 02 November 2016, 02:24:26 UTC
8720595 Fix build break 02 November 2016, 01:03:15 UTC
5167b5d Address CR 02 November 2016, 00:55:40 UTC
4a3e86c Data description updated 02 November 2016, 00:17:09 UTC
545692e Add comments on save checkpoint barrier, and remove it from load 01 November 2016, 23:14:54 UTC
5a782a6 Merge branch 'master' into kedeng/distPY 01 November 2016, 21:45:50 UTC
2c1906f Add inline function to handle Barrier() in Trainer 01 November 2016, 21:44:27 UTC
e582655 updated python bindings readme readme points directly to instructions instead of a page that points to a page that points to instructions. 01 November 2016, 20:24:02 UTC
ebb2e93 Undo the NDArrayViewTests changes 01 November 2016, 18:22:45 UTC
b66cfe7 Fix bugs and address CR comments 01 November 2016, 18:19:27 UTC
fd0b00e Enable freezing node parameters using MEL Note: going forward BrainScript or Python should be used for model editing. 01 November 2016, 09:58:17 UTC
9a289fc Diable NDArrayView test on readonly because load checkpoint requires it for constant 01 November 2016, 01:42:50 UTC
fbd5c80 removed unnecessary rst file 01 November 2016, 01:34:29 UTC
c1be444 Merge branch 'master' into nikosk/lu-notebook 01 November 2016, 01:31:45 UTC
161d070 Merge branch 'master' into kedeng/distPY 01 November 2016, 01:05:35 UTC
9a326d2 Fix distributed training save/restore checkpoint 01 November 2016, 01:03:36 UTC
0463754 Missed change 31 October 2016, 21:56:20 UTC
29ef351 Fix MPI_Init failure in python for Linux 31 October 2016, 21:54:45 UTC
1a1c4ad incorporated CR feedback 31 October 2016, 20:51:01 UTC
2445107 Integrate movasi/aggregation_nodes into master 31 October 2016, 19:41:01 UTC
45d0572 Merge branch 'master' of https://github.com/Microsoft/CNTK into kedeng/distPY 31 October 2016, 19:08:01 UTC
8c4ab2f Integrate eldak/v2BlockMomentum into master 31 October 2016, 18:45:04 UTC
d9040d9 Merge branch 'master' into kedeng/distPY3 31 October 2016, 18:09:38 UTC
0ed14c8 Fix Open MPI failure in MPI_Init in python 31 October 2016, 17:54:37 UTC
13a4f80 Fix error reporting for mean IOU There are two types of problems with reporting mean IOU error 1) Final error in CNTK is calculated as average of mini-batch errors. Since mean IOU is calculated by accumulating intersection and union, result for the last mini batch should be used instead of average. 2) Reported error is averged with number of processed samples (minibatch size) which causes problems when working with minibatch size bigger than 1. In that case, reported error will be smaller <minibatch_size> times. Adding logic that decides whether evaluation nodes accumulated error based on network topology. In case of distributed calculation, average of aggregate errors calculated on different nodes will be reported. Refactor criteria accumulation. Criteria now knows if evaluation node is accumulating error or not. 31 October 2016, 17:23:19 UTC
2bc795c Integrate alrezni/v2_cuda_reset into master 31 October 2016, 16:52:21 UTC
dc1a114 Setting v2 aggregators to false 31 October 2016, 16:12:46 UTC
a49e706 First version of v2 block momentum 31 October 2016, 16:06:35 UTC
3c521ba Integrate mahilleb/1031fixes into master 31 October 2016, 14:19:45 UTC
e8833ad removing parameter forcewheelupdate now the wheel will always be installed 31 October 2016, 13:04:22 UTC
4d5c885 remove install option 'forcewheelupdate' whenever the install script is executed, a whl update is done, this avoid touching this part of the release for new releases 31 October 2016, 13:04:22 UTC
93caa57 Integrate eldak/3dotImage into master 31 October 2016, 12:56:31 UTC
2935e9e addressed CR comments 31 October 2016, 11:21:37 UTC
5dfddbb Addressing CR comments 31 October 2016, 11:06:53 UTC
aa113f7 Updating the baseline 31 October 2016, 10:48:41 UTC
c99323e Fixing some tests 31 October 2016, 10:48:41 UTC
62e2253 Fixing const 31 October 2016, 10:48:41 UTC
4622d03 Support of ... syntax in image reader 31 October 2016, 10:48:41 UTC
9ea1752 Scripts/linux/install-cntk.sh: add --repo-tag option 31 October 2016, 10:48:30 UTC
0685837 Scripts/linux/install-cntk.sh: no more --force; add ImageReader dependencies 31 October 2016, 10:48:30 UTC
ae58c99 bindings/python: remove links to internal servers 31 October 2016, 09:50:27 UTC
003c977 change the during install generated cntkpy34-batch file to output an error message in case it is executed inside a powershell environment 31 October 2016, 09:00:20 UTC
e473d1f Re-enable cudaDeviceReset to reduce memory overhead 30 October 2016, 20:06:01 UTC
4b2a7b8 Readded the notebooks since integration failed in the previous run 30 October 2016, 19:54:03 UTC
c9cb208 Added tutorial feedback and a bug fix 30 October 2016, 18:05:17 UTC
6303f38 bug fix. 30 October 2016, 04:54:03 UTC
12e82a9 added ATIS vocabulary files 28 October 2016, 22:52:17 UTC
bd02bea Merge branch 'master' into nikosk/pydoc4 28 October 2016, 22:38:14 UTC
6fb30c5 Add accumulator node Value of accumulator node contains mean sample value of its input node values since the beginning of training epoch. Also, refactor crop node tests. Dummy input node was as part of epoch accumulator node tests. Removing class with the same functionality from crop node tests and reusing newly introduced one. 28 October 2016, 16:54:25 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
back to top