https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
ae64b04 Hard code CTC params 30 March 2017, 20:23:29 UTC
6b0afc4 Adding Caffe-converted models. Adding Caffe-converted models. Text fix. Remove NIN. 24 March 2017, 16:20:27 UTC
fc13683 Integrate eldak/fixingAccError into master 24 March 2017, 15:48:32 UTC
4fa27d0 Integrate mahilleb/PyDocFix into master 24 March 2017, 14:50:25 UTC
708dd23 Integrate alexeyo/combining-drop-and-docker-install into master 24 March 2017, 14:22:44 UTC
63233be Combining drop and docker: addressed CR comments 24 March 2017, 14:04:00 UTC
6cefd2e Python docs: fix a few markup errors 24 March 2017, 12:51:28 UTC
c63c941 Combining drop and docker: addressed CR comments and removed setup files of OpenMPI and Anaconda 24 March 2017, 12:09:15 UTC
c32e3fd Using pre-trained ATIS on CPU device to test model backward comptability. 24 March 2017, 11:17:45 UTC
48b8c30 address CR comments 24 March 2017, 09:54:16 UTC
11bc8b0 block the extracted powershell files before running the installer 24 March 2017, 09:54:16 UTC
28c1c3c Fixing Trainer initializer in case of empty minibatches 24 March 2017, 09:34:31 UTC
1173262 Integrate chazhang/slice2 into master 23 March 2017, 23:55:00 UTC
48e0757 Integrate FDecaYed/workspaceFix into master 23 March 2017, 23:38:12 UTC
d53936c More fix from Deyu 23 March 2017, 21:49:45 UTC
4eb2a84 Add special index for one hot to skip (fill zero) 23 March 2017, 20:05:02 UTC
29e24b6 Revised based on CR. 23 March 2017, 18:51:29 UTC
ae5da0a Fix for CR. 23 March 2017, 17:21:37 UTC
e33d162 Fix attributes test. 23 March 2017, 17:14:29 UTC
02b0765 Backward compatibility for multi-axis slice. 23 March 2017, 16:29:06 UTC
43bd23e Integrate pr/1647 into master 23 March 2017, 15:15:35 UTC
b296352 Integrate 8d8189c0d37b3cb725691c224dac42950f65a209 into master 23 March 2017, 13:07:04 UTC
88512f6 Combining drop and docker: fixed wrong syntax 23 March 2017, 13:04:42 UTC
5cd38e7 use executionpolicy bypass to run powershell script enable installation program and target location on different drives 23 March 2017, 12:45:58 UTC
6220171 Update CNTK_103B_MNIST_FeedForwardNetwork.ipynb modify the text to match with the variable value 23 March 2017, 11:33:20 UTC
be802aa Combining drop and docker: 1st commit 23 March 2017, 09:11:15 UTC
fd57865 Merge remote-tracking branch 'origin/master' into mahilleb/SphinxTest 23 March 2017, 07:17:12 UTC
a15caa1 Fix warnings 23 March 2017, 07:16:43 UTC
1acef6f fix workspace corner case and reduce memory footprint 23 March 2017, 01:55:30 UTC
8d8189c fixed a test for Python 2.7; bug fix: build.bat should define CNTK_COMPONENT_VERSION 23 March 2017, 01:36:09 UTC
7c85f2c Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 22 March 2017, 22:01:55 UTC
a1b0477 updated a test 22 March 2017, 21:59:51 UTC
7210087 bug fix: Convolution() must pass correct "-0" to reshape() 22 March 2017, 21:57:35 UTC
831159d added a TODO to Function.__rshift__ 22 March 2017, 21:26:54 UTC
417bf6f Integrate t-ivrodr/converting_value_array_squashed into master 22 March 2017, 17:47:02 UTC
0265cb5 binding/python: more doc fixes 22 March 2017, 17:07:09 UTC
4740743 binding/python: fix broken or redirected links 22 March 2017, 17:07:08 UTC
fe1254e Tests/EndToEndTests/CNTKv2Python/Sphinx: added 22 March 2017, 17:07:08 UTC
0d35e04 Integrate fmegen/unified-naming-cntk-core into master 22 March 2017, 16:58:23 UTC
4825324 Integrate alrezni/scratch into master 22 March 2017, 16:26:16 UTC
5ded701 Integrate eldak/fixigHTKCrash into master 22 March 2017, 15:48:48 UTC
b03b871 Integrate amitaga/apiChangesForRC into master 22 March 2017, 15:05:46 UTC
90b1ad8 misc_test.py: check exitcode before accessing queue 22 March 2017, 14:49:52 UTC
3d630bc Integrate alrezni/scratch into master 22 March 2017, 14:39:09 UTC
20422fc removed comment 22 March 2017, 13:50:05 UTC
a9607ca CNTK v2 library: Update all tests and examples to properly use ops.input and sequence.input methods for creating input variables 22 March 2017, 13:44:59 UTC
8a91be4 one more late-comment from CR 22 March 2017, 13:40:44 UTC
267cbb9 remove redundant lines 22 March 2017, 13:38:08 UTC
8dab4a1 unify definition location 22 March 2017, 13:21:38 UTC
c40639c update latest comments 22 March 2017, 13:19:14 UTC
e122b22 CNTK v2 library: API changes 1) input_variable -> input 2) placeholder_variable -> placeholder 3) ops.input only contains the batch axis; sequence.input contains both the batch and sequence axes Currently none of the examples have been modified to use the new APIs just as a means of ensuring that the old deprecated APIs still work after being redirected to the new APIs. Examples/tests will be changed to use the new API in a latter commit. 22 March 2017, 13:07:01 UTC
9b5ed2b Integrate alrezni/v2_gpu_p2p into master 22 March 2017, 13:01:32 UTC
52c0daf Fix a deadlock in misc_test.py 22 March 2017, 12:54:01 UTC
9c5c869 Disable CUDA P2P on Linux CUDA p2p (uva) leads to silent hangs on linux with IOMMU DMAR enabled and since there's no way to check for IOMMU conditions at the moment (NVIDIA is supposedly looking into this), disable the p2p mem copy for now. 22 March 2017, 11:47:18 UTC
76ec833 Fixing HTK ivector crash 22 March 2017, 11:33:50 UTC
e0482c2 fix swig, add ".dll" to parameter to import a dll 22 March 2017, 11:19:57 UTC
63dda5c Adding top level functions asarray and asvalue, for sparse and dense data 22 March 2017, 10:17:18 UTC
e6a58aa change pool pad into version 23 22 March 2017, 09:37:58 UTC
c05aff8 Merge remote-tracking branch 'origin/master' into v-yuxgu/pooling-include-padding 22 March 2017, 09:37:34 UTC
65234dc Merge remote-tracking branch 'origin/master' into fmegen/unified-naming-cntk-core 22 March 2017, 09:26:36 UTC
d1ca8e6 name has full name 22 March 2017, 08:06:25 UTC
73b4512 re-enable test, searching for dll 22 March 2017, 08:03:51 UTC
2d12340 disable test with hardcoded evalwrapper dll name 22 March 2017, 07:58:31 UTC
4f221a4 fix swig 22 March 2017, 07:52:12 UTC
12af63d Integrate chazhang/slice into master 22 March 2017, 03:03:53 UTC
5761693 Integrate fseide/s2spy into master 22 March 2017, 02:15:53 UTC
ecbe74f Merge branch 'master' into v-yuxgu/pooling-include-padding 22 March 2017, 01:11:55 UTC
fa65228 Multi-axis slice. First version of multi-axis slice that doesn't work yet. Add back file. Bug fix. Bug fixes. bug fix. Big fix. Bug fixes. Fix based on CR. 22 March 2017, 00:13:35 UTC
469bdda Integrate kedeng/adadelta2 into master 21 March 2017, 23:53:26 UTC
db769d8 another attempt at Python 2.7 test happiness 21 March 2017, 22:51:06 UTC
be679d1 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 21 March 2017, 22:19:57 UTC
5e61812 made doctest for 2.7 happy 21 March 2017, 22:19:37 UTC
e7888f9 Integrate zhouwang/perf-cpusparse into master 21 March 2017, 22:13:28 UTC
b05a6b1 Implement AdaDelta learner 21 March 2017, 20:18:32 UTC
f0d5e25 fix one more rename issue 21 March 2017, 19:55:06 UTC
e27fa18 fix typo in makefile 21 March 2017, 19:39:28 UTC
a1aa2fe fix typo 21 March 2017, 19:25:57 UTC
d154890 Integrate eldak/writeBase64Warning into master 21 March 2017, 18:53:23 UTC
45b349b optimize memory allocation based on matrix type; remove unnecessary memset, as they have been value initialized. 21 March 2017, 18:36:12 UTC
da3c36b Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 21 March 2017, 17:31:19 UTC
d7e8f0a fix build error 21 March 2017, 17:18:37 UTC
61f2eb2 addressed CR feedback 21 March 2017, 17:13:44 UTC
f599fe0 renaming cntk.library to cntk.core (thats what other apps link to) 21 March 2017, 16:45:46 UTC
a922051 renaming reader lib 21 March 2017, 16:40:46 UTC
39ef076 rename sgd lib 21 March 2017, 16:37:52 UTC
e8cf030 fix names based on Eldar's comments. 21 March 2017, 16:34:43 UTC
6f6297d unifying where name mapping occurs 21 March 2017, 16:18:59 UTC
5def3f9 moving version within file 21 March 2017, 16:18:35 UTC
f1149ca fixing comments 21 March 2017, 16:18:20 UTC
eba7867 fixing CR comments for project files 21 March 2017, 16:17:52 UTC
d9382c3 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/s2spy 21 March 2017, 15:08:07 UTC
c4a221d update seq2seq tutorial 204 to Layers library version 21 March 2017, 12:54:04 UTC
98337bf Adding a warning in case image cannot be decompressed 21 March 2017, 12:35:12 UTC
65f1307 Integrate mahilleb/DisableReasoNetTest into master 21 March 2017, 11:37:36 UTC
458e712 Integrate eldak/testTS into master 21 March 2017, 11:27:18 UTC
ef8dde2 Tests/EndToEndTests/CNTKv2Python/Examples/reasonet_test.py: disable until further investigation 21 March 2017, 11:14:24 UTC
c3f3cf5 Fix a bug in cosdistancenode and add reasonet as a test 21 March 2017, 08:55:20 UTC
e2044d2 CNTK v2 library: Fix a bug with replacing multiple parameters of a Block Function 21 March 2017, 02:00:29 UTC
f99776e Merge branch 'master' into v-yuxgu/pooling-include-padding 21 March 2017, 01:38:34 UTC
adf1bf0 fix casing 20 March 2017, 23:39:20 UTC
back to top