sort by:
Revision Author Date Message Commit Date
2872953 update baseline for sequence classification 25 October 2016, 02:55:55 UTC
416a5bf modified baseline for cifarresnet 25 October 2016, 02:24:20 UTC
1dfa224 remove debug print 25 October 2016, 00:01:00 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
da64a52 seq2seq uses new io 24 October 2016, 22:34:52 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
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
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
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
2dc9463 removed initial_state from defaults in SLU test 23 October 2016, 20:54:52 UTC
28449a7 added a second test case to language_understanding_test.py which covers several alternative configutation options; BatchNormalization() spatial_rank parameter replaced by map_rank parameter which makes more sense 23 October 2016, 20:45:50 UTC
4a845cb Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 23 October 2016, 19:48:42 UTC
f3acb1d Merge branch 'master' into alrezni/v2_schedule 23 October 2016, 19:33:51 UTC
50e708d Add a few training schedule improvements 23 October 2016, 19:27:30 UTC
b502920 bug fix in SLU test 23 October 2016, 17:34:03 UTC
2b59bcc Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 23 October 2016, 17:30:10 UTC
a10ff40 renamed PY 'hands-on' samples since they are not 23 October 2016, 17:26:53 UTC
87f87c1 SLUHandsOn now returns the loss and metric correctly to the test wrapper; ProgressPrinter.epoch_summary() returns the respective values; 23 October 2016, 17:15:16 UTC
0d3a7b4 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2BugFixes t push origin # the commit. 23 October 2016, 16:53:03 UTC
cbebee2 CNTK v2 library: Fixed a bug in the v2 lib BroadcastAs operator implementation 23 October 2016, 16:52:55 UTC
8433000 Integrate amitaga/cntkv2BugFixes into master 23 October 2016, 16:13:15 UTC
44a18e5 Integrate mahilleb/NewCondaFiles into master 23 October 2016, 15:06:40 UTC
119d6ff Scripts/linux/pycntkv2_linux_install.sh: add initial version 23 October 2016, 13:16:43 UTC
ea01723 Integrate mahilleb/V2TestCrtHooks into master 23 October 2016, 12:59:44 UTC
262b365 Move Anaconda environment files from bindings/python/ -> Scripts/{linux,windows} 23 October 2016, 12:42:27 UTC
6afdd1d New conda files, Windows/Linux, Python 3.4 Notable top-level dependencies: Jupyter & matplotlib. Also pyyaml, to satisfy TestDriver dependencies, and pillow. 23 October 2016, 12:22:17 UTC
302ef9b .gitignore: ignore files generated by Python tests 23 October 2016, 12:21:43 UTC
2ae02e3 documentation, help changes, use WHL file inside the python directory, create batch file to start environment 23 October 2016, 11:57:20 UTC
8138076 Merge branch 'amitaga/cntkv2BugFixes' of https://github.com/Microsoft/cntk into fseide/slupy 23 October 2016, 07:53:21 UTC
ae07bf5 CNTK v2 library: Fixed a bug in parameter updates not being accounted for in determining which parts of a netwrok need to be recomputed in a Forward call 23 October 2016, 06:53:01 UTC
5fc90dd Tests/UnitTests/V2*/Main.cpp: prevent message boxes to appear from the API 23 October 2016, 06:45:10 UTC
fb1bce0 (formatting fix) 23 October 2016, 04:35:28 UTC
de0b77a added an emulation of a renamed fsadagrad -> adam_sgd(); fixed default of targetAdagradAvDenom to fsadagrad 23 October 2016, 04:27:05 UTC
72eb831 addressed CR feedback; some cleanup 23 October 2016, 04:08:39 UTC
4abdcab Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 23 October 2016, 03:45:49 UTC
e84df28 addressed CR feedback 23 October 2016, 03:41:09 UTC
cabfef1 Integrate amitaga/cntkv2BugFixes into master 23 October 2016, 03:04:23 UTC
46b7cd2 new function (currently a stub) default_options_for() to do this on a per-layer-type level 23 October 2016, 02:41:24 UTC
cb28537 made progress_print lib a little more similar to CNTK V1; also added log_number_of_parameters(); updated ImageHandsOn.py and SLUHandsOn.py to new printing; minor fixes to default options; new function models.LayerStack(); updated ImageHandsOn.py 23 October 2016, 02:05:02 UTC
f26b7c6 fix doc strings to contain only ascii 23 October 2016, 00:58:27 UTC
2ee4b7f fixed some typos 23 October 2016, 00:05:18 UTC
19e94fd Merge branch 'master' into nikosk/pydoc4 23 October 2016, 00:04:54 UTC
ff7c718 Merge branch 'amitaga/cntkv2BugFixes' of https://github.com/Microsoft/cntk into fseide/slupy 22 October 2016, 23:59:57 UTC
f56f51a Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 22 October 2016, 23:59:41 UTC
eb3da6b addressed CR feedback (my own) 22 October 2016, 23:59:04 UTC
5dc2743 In ImageHandson.py, replaced gaussian() with he_normal through a stub; create_basic_model_layer() now uses the 'with' pattern to set the activation function and padding 22 October 2016, 23:41:54 UTC
5839783 CNTK v2 library: Fixed some shape inference related issues 22 October 2016, 23:25:03 UTC
c3a2eff new default option initial_state; layers.Recurrence() now accepts a scalar constant as the initial_state 22 October 2016, 23:09:13 UTC
d229d06 new default option enable_self_stabilization 22 October 2016, 22:56:41 UTC
6f64da6 we now have 5 default optional args: init, activation, pad, bias, and init_bias 22 October 2016, 22:38:39 UTC
5cf9b42 first version of scoped defaults 22 October 2016, 21:24:15 UTC
be1c888 Update README.md 22 October 2016, 20:23:23 UTC
286b758 cleaned up initializer usage in layers lib; reenabled and cleaned up SLUHandsOn test 22 October 2016, 19:56:12 UTC
aee714f Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 22 October 2016, 18:44:25 UTC
25ae8c1 (comments) 22 October 2016, 18:34:21 UTC
9fc5ecc enabled layers.BatchNormalization() 22 October 2016, 18:19:08 UTC
28b9b0c removed _inf parameter from blocks.LSTM() and layers.Recurrence() _ClassFromDict() is now immutable 22 October 2016, 17:52:39 UTC
b08fdca first shot at install script for integration into binary download 22 October 2016, 16:43:10 UTC
3d20649 Merge branch 'amitaga/cntkv2BugFixes' of https://github.com/Microsoft/cntk into fseide/slupy 22 October 2016, 16:29:22 UTC
f04ed8a Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 22 October 2016, 16:28:39 UTC
back to top