https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
cda7fb0 more output 17 November 2016, 09:12:38 UTC
a736801 fixing namespace collision 16 November 2016, 16:47:23 UTC
a742b5c updating gitignore 16 November 2016, 16:46:09 UTC
0b3c12c updating client demo 16 November 2016, 16:45:37 UTC
04f2f25 new user defined intercept 16 November 2016, 16:45:30 UTC
83b2d70 bing model 14 November 2016, 12:21:56 UTC
e2eb1a5 interim checkin 14 November 2016, 12:21:37 UTC
4a51a94 allowing a node factory function being passed to graph loading 10 November 2016, 12:35:31 UTC
6132e08 initial testing app 10 November 2016, 12:34:26 UTC
bb31cef remove old stuff 06 November 2016, 22:12:17 UTC
392cb5a interim checkin 06 November 2016, 21:23:53 UTC
79a08bb interim 04 November 2016, 15:00:10 UTC
510ba15 graph testing 04 November 2016, 11:22:51 UTC
de58a63 Add comments. 04 November 2016, 02:05:07 UTC
7552981 Fix default option copy parameters. 04 November 2016, 01:35:59 UTC
d046537 Workaround LU break. 03 November 2016, 22:05:27 UTC
60f789d Merge branch 'master' into ebarsoum/ImageHandsOn For checkin.... 03 November 2016, 20:51:38 UTC
e7d3287 Fix convnet test name 03 November 2016, 20:51:01 UTC
3d94540 Main ReadMe News, November 3, 2016 03 November 2016, 20:34:21 UTC
f30aba0 Fix Convnet test 03 November 2016, 17:06:38 UTC
bc2b046 Merge branch 'master' into ebarsoum/ImageHandsOn For checkin.... 03 November 2016, 16:25:52 UTC
327f6f9 Make Axis statics into functions to avoid win7 deadlock Closes #959 03 November 2016, 14:47:57 UTC
a57a1fc Merge remote-tracking branch 'origin/master' into mahilleb/nikosk/swig-attribute-dict 03 November 2016, 10:24:35 UTC
965797f bindings/python/cntk: include missing test content in module 03 November 2016, 10:24:12 UTC
d50e743 ops/tests/recurrent_test.py: data_type -> dtype 03 November 2016, 08:42:07 UTC
de7de82 Merge branch 'master' into ebarsoum/ImageHandsOn For checkin. 03 November 2016, 07:43:16 UTC
9c0b8eb Update the tutorial with the new numbers after the reg fix. 03 November 2016, 07:42:00 UTC
dfe1366 with CR feedback 03 November 2016, 06:48:15 UTC
d3805c8 merge from master. 03 November 2016, 06:43:08 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
e5422c3 Merge branch 'master' into nikosk/swig-attribute-dict 03 November 2016, 01:52:57 UTC
4ff71f8 Map regularization name to proper python naming. 03 November 2016, 01:46:56 UTC
3c3715d added tests and modified the axis handling a little 03 November 2016, 01:41:30 UTC
38af762 Fix import in Cifar distribution. 03 November 2016, 01:14:07 UTC
3a8da1a data_type => dtype for user facing APIs 02 November 2016, 18:35:23 UTC
c6c32cc Copy 201 resources under 201 folder. 02 November 2016, 18:32:20 UTC
8af3283 Fix merge conflict and unit tests. 02 November 2016, 18:29:44 UTC
9c3eac3 Merge from master 02 November 2016, 17:36:13 UTC
8007672 Fix image path for test example. 02 November 2016, 16:49:21 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
550a774 Add test Cifar image 02 November 2016, 06:03:08 UTC
8f3d784 Merge branch 'master' into ebarsoum/ImageHandsOn Checkin... 02 November 2016, 06:00:26 UTC
6353150 add a CNTK::Dictionary typemap for attributes only 02 November 2016, 06:00:10 UTC
7f7f90f Integrate kedeng/distPY into master 02 November 2016, 02:24:26 UTC
ee4b0fd Merge branch 'master' into ebarsoum/ImageHandsOn For CR and checkin. 02 November 2016, 01:03:53 UTC
8720595 Fix build break 02 November 2016, 01:03:15 UTC
899a38c Address feedbacks. 02 November 2016, 01:03:02 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
b1f8342 Merge branch 'master' into ebarsoum/ImageHandsOn For CR and checkin. 01 November 2016, 05:02:11 UTC
78067cb Remove non layer API from CifarResnet, add CifarConvnet test and minor cleanup. 01 November 2016, 04:57:05 UTC
d1cae58 Add normalization for all network, cleanup and fixes. 01 November 2016, 03:03: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
back to top