https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
9c15c46 Rebase changes 23 March 2017, 00:45:18 UTC
3f179aa Add prints to GPUMatrix and CTC 22 March 2017, 23:42:49 UTC
05428ab CTC add some code comments 22 March 2017, 23:41:20 UTC
417bf6f Integrate t-ivrodr/converting_value_array_squashed into master 22 March 2017, 17:47:02 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
45421e4 adding version to makefile as well 20 March 2017, 23:15:57 UTC
c522ec0 update parameter order 20 March 2017, 23:10:29 UTC
18846c8 forwarding cntk component version information 20 March 2017, 22:36:26 UTC
637524c Integrate sayanpa/dcgan3 into master 20 March 2017, 21:17:01 UTC
18d0347 Updated dcgan test threshold 20 March 2017, 18:11:27 UTC
a597621 Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/dcgan3 20 March 2017, 18:07:02 UTC
71f46d9 fix hardcoded lib versions 20 March 2017, 17:14:10 UTC
54814cd Updated baselines 20 March 2017, 16:58:20 UTC
d6eafc6 Update default params in edit_distance_error 20 March 2017, 16:58:20 UTC
cbf85f6 Update default params of EditDistanceError 20 March 2017, 16:58:20 UTC
afd4baa Adding test source 20 March 2017, 16:57:41 UTC
7a695be map in load function too. 20 March 2017, 16:20:39 UTC
1bc4491 stringify2 20 March 2017, 16:04:49 UTC
07915f0 stringify 20 March 2017, 15:56:30 UTC
9760a34 escaping " 20 March 2017, 15:48:54 UTC
6242f6c adding version to every compile 20 March 2017, 15:43:43 UTC
cb3c4ce fix datatype 20 March 2017, 15:37:17 UTC
f57e9b1 fix namespace declaration 20 March 2017, 15:27:21 UTC
33e0507 fix return value decl 20 March 2017, 15:24:56 UTC
ef14cb1 fix copy-paste error 20 March 2017, 15:21:36 UTC
4947072 adding a mapping from old naming scheme for readers/writers to new naming scheme 20 March 2017, 15:16:47 UTC
8791490 modifying linux build file 20 March 2017, 14:37:15 UTC
da23f47 fix devinstall for powershell version4 - not supporting SOURCE property on get-command result, using PATH instead 20 March 2017, 13:17:46 UTC
d223d48 Test use_default_device in a separate process 20 March 2017, 11:04:39 UTC
8c90baf fix one more dependency 20 March 2017, 10:06:48 UTC
5c53e09 update props 20 March 2017, 08:39:50 UTC
b1f05d6 fix references to files that are compiled into cntk.common. 20 March 2017, 08:34:02 UTC
9235e9a fix reader plugin code, move it to cpp file in common library, NOT a header. 20 March 2017, 08:34:02 UTC
1c3df3b remove version tag from cuda 20 March 2017, 08:34:01 UTC
92a1c20 fix name, it is a reader, not a writer 20 March 2017, 08:34:01 UTC
f12af47 move plugin loader to cpp file (to not generate it each time AND to make sure we have a consistent version compiled into our images) 20 March 2017, 08:34:01 UTC
5b946fe reference new lib 20 March 2017, 08:34:01 UTC
f558ccb adding version information to more configs 20 March 2017, 08:34:00 UTC
4c8c863 make managed file versioned NOTE: manually editing the setting via the GUI will remove the version tag! 20 March 2017, 08:34:00 UTC
back to top