sort by:
Revision Author Date Message Commit Date
06da2fc CNTK v2 library: Fixes for the beta1.0 release 25 October 2016, 09:29:54 UTC
284bdc2 Merge branch 'master' of https://github.com/Microsoft/CNTK into nikosk/pyexamples-new-io 25 October 2016, 08:22:42 UTC
9f53b75 Merge branch 'master' into nikosk/pyexamples-new-io For checkin... 25 October 2016, 07:14:03 UTC
496c672 Merge branch 'master' into ebarsoum/ImageHandsOn For checkin...` 25 October 2016, 06:36:27 UTC
b60acf9 Added .model ending to Fast R-CNN config 25 October 2016, 06:17:43 UTC
56b2c68 Fix CIFAR data loader and images paths for ImageHandOn. 25 October 2016, 06:14:01 UTC
d913494 pytest silliness 25 October 2016, 05:50:48 UTC
6a600a3 incorporated CR 25 October 2016, 04:37:20 UTC
1613426 Migrate test to new load_model format 25 October 2016, 04:09:09 UTC
18c38dd add 1bit 25 October 2016, 04:00:16 UTC
63d3b19 remove 1bit 25 October 2016, 03:58:33 UTC
d1e550e delete CIFAR-10 25 October 2016, 03:55:07 UTC
9ee35dd updated some files to master copies 25 October 2016, 03:46:18 UTC
5b93769 Image hand on notebook 25 October 2016, 03:42:43 UTC
86ef40d Merge remote-tracking branch 'origin/master' into wilrich/graphSearch Conflicts: bindings/python/examples/CifarResNet/CifarResNet.py 25 October 2016, 03:33:09 UTC
50b1510 Merge branch 'master' into nikosk/pyexamples-new-io 25 October 2016, 03:29:10 UTC
83cea60 tweaks 25 October 2016, 03:23:11 UTC
652ed92 Allow to provide single learner 25 October 2016, 03:18:42 UTC
8245404 Iteration-based graph search 25 October 2016, 03:13:39 UTC
00f8eb2 Factoring out common properties so that Constant and Parameter have them as well 25 October 2016, 03:13:35 UTC
984c1da Making uid a property 25 October 2016, 03:10:22 UTC
21bf3b5 Make data type optional in load_model Conflicts: bindings/python/cntk/persist.py 25 October 2016, 03:10:16 UTC
1ce9dde Docs 25 October 2016, 03:08:00 UTC
915455c Ability to search the graph 25 October 2016, 03:07:58 UTC
2b220cc Merge branch 'master' into nikosk/pyexamples-new-io 25 October 2016, 03:01:18 UTC
2872953 update baseline for sequence classification 25 October 2016, 02:55:55 UTC
2bc4332 Merge branch 'master' into ebarsoum/ImageHandsOn For checkin 25 October 2016, 02:38:44 UTC
62f112e Make VGG more terse and add detailed comments. 25 October 2016, 02:36:22 UTC
416a5bf modified baseline for cifarresnet 25 October 2016, 02:24:20 UTC
db97d23 Integrate alrezni/v2_protobuf into master 25 October 2016, 02:15:36 UTC
6e8820e Revert "Add support for distributed trainer in python" This reverts commit 98c725eb20eca618f3bebd809f59245b3ce4ef48. 25 October 2016, 01:51:22 UTC
8067d8c Revert "Distributed trainer python bindings and example" This reverts commit 59f5bf6869a7bc7e1c9fe2248c2ba31a0a05beb1. 25 October 2016, 01:51:18 UTC
d5e0834 Revert "move distributed python example to distributed folder" This reverts commit ab71886d50bf170879230c4caa17c5f9ad3d5d97. 25 October 2016, 01:51:03 UTC
ab71886 move distributed python example to distributed folder 25 October 2016, 01:47:08 UTC
59f5bf6 Distributed trainer python bindings and example 25 October 2016, 01:47:08 UTC
98c725e Add support for distributed trainer in python 25 October 2016, 01:47:07 UTC
eb12562 Merge branch 'master' into ebarsoum/ImageHandsOn 25 October 2016, 00:56:59 UTC
cb07f37 Enable Dropout for the layer API. 25 October 2016, 00:56:06 UTC
12c29a1 Merge branch 'master' into alrezni/v2_protobuf 25 October 2016, 00:53:41 UTC
1dfa224 remove debug print 25 October 2016, 00:01:00 UTC
8597b57 Fix CifarResnet test. 24 October 2016, 23:04:39 UTC
0d16c25 Integrate amitaga/cntkv2BugFixes into master 24 October 2016, 23:02:04 UTC
e986d27 Add protobuf-based serialization 24 October 2016, 23:00:38 UTC
cc45dd6 cleaned up seq2seq a little more 24 October 2016, 22:56:08 UTC
4a7f056 Merge branch 'master' into nikosk/pyexamples-new-io 24 October 2016, 22:38:52 UTC
3f6b91d Revise script to be compatible with Python 3. 24 October 2016, 22:35:23 UTC
da64a52 seq2seq uses new io 24 October 2016, 22:34:52 UTC
099e649 Merge branch 'master' into ebarsoum/ImageHandsOn 24 October 2016, 22:28:24 UTC
0b24f0b Turn CifarConvNet to a VGG sample and rewrite CifarResnet to match CifarResnet style. 24 October 2016, 22:23:15 UTC
6133b09 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2BugFixes 24 October 2016, 21:44:19 UTC
ba9d714 CNTK v2 library: Fixed a bug in BatchNormalization operator load/save in V2 and a minor bug in SequenceClassification example 24 October 2016, 21:43:44 UTC
7919cb6 Integrate sayanpa/tutorial-100 into master 24 October 2016, 20:27:24 UTC
3ca6750 Integrate eldak/v2communicatorAllReduce into master 24 October 2016, 19:54:01 UTC
3c4162f Fixes for import cntk.device module and editorial changes 24 October 2016, 19:25:33 UTC
2534196 Feedback and added links to the tutorials 24 October 2016, 19:25:33 UTC
0d5fa6b CNTK v2 library: Fixed a bug in loading legacy v1 models with slice node 24 October 2016, 19:14:13 UTC
15dca11 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2BugFixes 24 October 2016, 18:47:17 UTC
a8a95fa CNTK v2 library: Added constant variables to denote inifinte-repition and full data sweep modes in Minibatch source 24 October 2016, 18:43:25 UTC
edd2c35 Use path from executable for root dir. 24 October 2016, 17:43:49 UTC
d41215e Switching aways from v2 aggregators for now 24 October 2016, 17:27:59 UTC
aeb8bb4 Adding test 24 October 2016, 17:25:36 UTC
9c02129 First version of all reduce aggregator 24 October 2016, 17:25:36 UTC
68f1f77 Integrate eldak/distributedMBSource into master 24 October 2016, 17:19:29 UTC
281173f Update instruction. 24 October 2016, 16:22:20 UTC
31f5758 Revise instructions. 24 October 2016, 16:20:17 UTC
d8f9bb8 Integrate mahilleb/LinuxInst into master 24 October 2016, 16:04:37 UTC
463a8ee Integrate t-ivrodr/pooling_tests into master 24 October 2016, 15:37:02 UTC
898399d Adding support of distributed reading into the minibatch source 24 October 2016, 15:25:52 UTC
752363d Integrate t-ivrodr/sanitize_var_map_change into master 24 October 2016, 15:06:17 UTC
6b77126 SequenceClassification uses new io 24 October 2016, 15:01:42 UTC
eab01d4 SimpleMNIST uses new io 24 October 2016, 14:25:15 UTC
589b3cf Scripts/linux/install-cntk.sh: update; include cntk binary installation - Conda environments: install pillow as an Anaconda package. 24 October 2016, 13:57:28 UTC
03e959b CifarResNet.py uses new io 24 October 2016, 13:48:04 UTC
fc485f7 need to set PATH environment before juping into cntk-py environment 24 October 2016, 10:02:33 UTC
e33f514 Add max and avg pooling tests 24 October 2016, 08:15:56 UTC
8d97413 Address comments from CR 24 October 2016, 08:08:34 UTC
d1d02cb Allow unnamed arguments for 1-input nodes and disallow otherwise 24 October 2016, 07:34:32 UTC
cfc9370 removed some debug config 24 October 2016, 07:24:50 UTC
b56587c changed help messages, cleaned up parameter usage 24 October 2016, 07:21:39 UTC
fda945a merged fix from Amit 24 October 2016, 07:20:26 UTC
7ea4088 Fix eval loop and replace Gaussian with Glorot. 24 October 2016, 07:00:03 UTC
c2fa7a3 changed test reader epoch size back to 0 24 October 2016, 06:54:49 UTC
ac5ce52 CNTK v2 library: Added constant variables to denote inifinte-repition and full data sweep modes in Minibatch source 24 October 2016, 06:48:34 UTC
1522aab merge from master 24 October 2016, 06:28:29 UTC
e09f851 Switch to glorot and minor cleanup 24 October 2016, 05:47:16 UTC
62315ba CNTK v2 library: Fixed batch normalization parameter shape inference 24 October 2016, 04:55:17 UTC
7fca92c Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2BugFixes 24 October 2016, 04:50:57 UTC
ff89e42 towards harmonizing SLU and Image PY samples 24 October 2016, 01:53:05 UTC
093b6b1 (forgot a fix in last commit) 24 October 2016, 01:08:17 UTC
4a2d34e MinibatchSource now accepts epoch_size=None instead of MAX_UI64 to denote infinite repetition; added an eval action to LanguageUnderstanding.py example 24 October 2016, 01:00:31 UTC
d63eb5c CNTK v2 library: Fixed batch normalization parameter shape inference 24 October 2016, 00:28:04 UTC
d65c1cd restricted the LU test with BN to run only under GPU 24 October 2016, 00:13:47 UTC
325f1c0 Merge branch 'amitaga/cntkv2BugFixes' of https://github.com/Microsoft/cntk into fseide/slupy 24 October 2016, 00:10:25 UTC
be2aaf9 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 24 October 2016, 00:09:55 UTC
7c3d98a fixed merge errors; restricted SLU BatchNorm test to GPU only 24 October 2016, 00:07:24 UTC
cdc2930 merged from master 23 October 2016, 22:22:39 UTC
b00d433 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2BugFixes 23 October 2016, 21:17:08 UTC
be2c0b4 CNTK v2 library: Fixed batch normalization parameter shape inference 23 October 2016, 21:16:41 UTC
36b5470 fixed type =path instead of -path 23 October 2016, 20:57:27 UTC
70ea0c3 addressed CR comments 23 October 2016, 20:57:27 UTC
back to top