sort by:
Revision Author Date Message Commit Date
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
3081593 fixed a broken test 22 October 2016, 16:28:26 UTC
120cf2b Add Python artefacts to Linux binary drop 22 October 2016, 13:04:36 UTC
1a94707 Add Python artefacts to Windows binary drop 22 October 2016, 12:51:13 UTC
f66c762 CNTK v2 library: Fix linux build issue 22 October 2016, 08:56:38 UTC
50c2a7f Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2BugFixes 22 October 2016, 07:14:08 UTC
6e791c9 CNTK v2 library: Added ability to override rank paramters of random initializers 22 October 2016, 07:12:46 UTC
44a9cf7 CNTK v2 library: ‰Improved shape inference for recurrence 22 October 2016, 04:46:58 UTC
213d5eb Remove scikit-image. 22 October 2016, 04:31:31 UTC
a26961b updated ImageHandsOn.py to use Sequential() 22 October 2016, 03:30:00 UTC
a39d901 temp fix in SLUHandsOn test 22 October 2016, 02:44:32 UTC
bcb84e6 bug fix in Constant() initializer 22 October 2016, 02:43:16 UTC
01e1832 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 22 October 2016, 02:03:42 UTC
067fd83 bug fix in last commit 22 October 2016, 02:02:08 UTC
15b62b3 unified reader construction 22 October 2016, 01:56:38 UTC
5234b95 Fix spelling in docs 22 October 2016, 01:23:40 UTC
f2004a2 Integrate chazhang/fast-rcnn-py3 into master 22 October 2016, 01:02:32 UTC
16c3b1d CNTK v2 library: Added support for loading CNTK v1 models with the legacy convolution 2D node 22 October 2016, 00:47:47 UTC
7286047 modified setup to point to github instuctions 22 October 2016, 00:45:37 UTC
959bee1 momentum docs update; examples point to alpha4 tag 22 October 2016, 00:23:39 UTC
f7cbed9 io.MinibatchSource can now be constructed directly from deserializers/config; pulled Philipp;s TextFormatDeserializer in, but renamed to CTFDeserializer; adapted Image/SLUHandsOn.py to use MinibatchSource() 22 October 2016, 00:01:13 UTC
97596fa Merge branch 'master' of github.com:Microsoft/CNTK into nikosk/pydoc4 21 October 2016, 23:49:28 UTC
de63ddc Revised installation instruction. 21 October 2016, 23:37:48 UTC
5a7bddb Modified README files. 21 October 2016, 23:37:48 UTC
b7f4797 Small bug fix. 21 October 2016, 23:37:48 UTC
ca004f4 Make Fast-RCNN code run on both Python 2 and 3. 21 October 2016, 23:37:48 UTC
f61812c updated the Python environemnt (thanks Emad), and addressed CR feedback 21 October 2016, 23:07:13 UTC
aae80f2 fixed the feed forward test to use the new baseline 21 October 2016, 22:48:12 UTC
79c9c09 incorporated code review feedback 21 October 2016, 22:48:11 UTC
9d8970a main file accidentally left out 21 October 2016, 22:48:10 UTC
515a0c6 training progress printer; update to numpyInterop 21 October 2016, 22:48:08 UTC
ece1851 readded ImageHandsOn.py from master, and a test from Willi 21 October 2016, 22:22:23 UTC
32e04d1 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/slupy 21 October 2016, 22:12:24 UTC
ba7a9f2 temporarily disabled SLUHandsOn.py test until dim inference works again 21 October 2016, 22:12:10 UTC
7976d6d layers.BatchNormalization now works, thanks to patch from Willi 21 October 2016, 22:10:50 UTC
10cfe54 merged from master 21 October 2016, 21:30:50 UTC
8e937a7 trying to get SLUHandsOn.py to work again after a code update, to no avail 21 October 2016, 21:06:53 UTC
0c16416 fix error 21 October 2016, 19:37:51 UTC
c621604 reverted the experimental code in Sequential since currently it does not work 21 October 2016, 18:40:59 UTC
fa72ab5 add cntklibrary-2.0.lib to drop; disable debug build for CPPEvalV2client project. 21 October 2016, 18:09:55 UTC
0ec62aa Sequential() now allows strings to name variables (experimental), but not working until we have true Block functions 21 October 2016, 17:13:28 UTC
7fe279f Sequential now supports nested [ ], and returns them that way as .layers 21 October 2016, 16:49:19 UTC
e4a8cf4 Integrate alexeyo/Linux-Binary-Drop-Script-Beta-2.0 into master 21 October 2016, 15:30:49 UTC
d62c8db Integrate alexeyo/Windows-Binary-Drop-Script-Beta-2.0 into master 21 October 2016, 15:16:02 UTC
3a49135 Integrate wilrich/unknownTypeFix into master 21 October 2016, 14:20:13 UTC
6af22a2 Integrate zhouwang/addeval20clients into master 21 October 2016, 13:20:42 UTC
bf4f4c6 Integrate wdarling/pythonseq2seq into master 21 October 2016, 12:19:33 UTC
e227572 Speed improvements 21 October 2016, 12:11:52 UTC
509eb60 Fixing accuracy in example 21 October 2016, 12:11:20 UTC
28d3dbd Integrate mahilleb/TutMove into master 21 October 2016, 11:33:44 UTC
back to top