https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
c2fd0e9 initial docstrings filled in, some cntk.Axis changed to cntk.axis.Axis, but not all 12 October 2016, 14:55:39 UTC
47d07fe boilerplate axis.py file added 12 October 2016, 13:09:16 UTC
9b99dde Fix self 12 October 2016, 11:58:59 UTC
5d73874 Merge branch 'wilrich/alpha4' of https://github.com/Microsoft/CNTK into wilrich/alpha4 Conflicts: bindings/python/cntk/cntk_py.i bindings/python/cntk/ops/functions.py bindings/python/cntk/ops/variables.py bindings/python/cntk/utils/__init__.py bindings/python/doc/build.bat 12 October 2016, 11:45:55 UTC
8fb78b9 First part of forward/backward refactoring 12 October 2016, 11:36:21 UTC
04eba5c fixed some issues; numpy interop still not working 12 October 2016, 11:26:54 UTC
18fa809 merge 12 October 2016, 11:25:17 UTC
9fc9d92 Cleaned up transform definitions 12 October 2016, 11:24:18 UTC
03f7cb7 Remap internal Function methods 12 October 2016, 11:24:17 UTC
5957b6d Sphinx doc updates 12 October 2016, 11:24:16 UTC
3763ca2 documented functions, vars, params and constants 12 October 2016, 11:24:10 UTC
9be569c stash 12 October 2016, 11:21:41 UTC
00ca4a8 Updating documentation (hardmax) 12 October 2016, 11:21:40 UTC
ac2ee9f Release_CpuOnly -> Release 12 October 2016, 11:21:38 UTC
83751e0 Bump version 12 October 2016, 11:21:37 UTC
249bb84 Convert to float32 if input data is of type int 12 October 2016, 11:21:36 UTC
9e8e6f1 Disabling failed test 12 October 2016, 11:21:35 UTC
f17a93b Axis bugfix; None->reduce on all axes; <0 -> count from last to first 12 October 2016, 11:21:34 UTC
1fdffe3 Remove special wraping for replace_placeholders 12 October 2016, 11:21:33 UTC
16ae2cd test fix 12 October 2016, 11:21:32 UTC
5eac52b Add replace placeholder test 12 October 2016, 11:21:31 UTC
144c738 Adding function->variable forwarding test 12 October 2016, 11:21:30 UTC
b67e62c Addressing CR comments 12 October 2016, 11:21:29 UTC
4254c9f Typo + docstring fixes 12 October 2016, 11:21:27 UTC
d17abf8 Fix hasattr on Function 12 October 2016, 11:21:26 UTC
39e0cfd Support for user-defined sequence begin marks 12 October 2016, 11:21:25 UTC
ac3fd83 Support for retaining outputs; tests 12 October 2016, 11:21:24 UTC
9a313e0 Docstring improvement for classification_error 12 October 2016, 11:21:23 UTC
3659682 Enable classification_error tests 12 October 2016, 11:21:22 UTC
274e90e Support for user-provided sequence starts; requiring change on C++ 12 October 2016, 11:21:21 UTC
e88780a Fix mask usage for dynamic lengths sequences 12 October 2016, 11:21:20 UTC
91530a3 Bump version to 2.0.a4 12 October 2016, 11:21:18 UTC
f3e77d0 Revert Integrate kedeng/FixV2Perf into master 12 October 2016, 01:56:49 UTC
5a38073 Revert "Revert "Addressing CR"" This reverts commit 03e28328799677b9b281e853d501722bc00610a2. 12 October 2016, 01:44:07 UTC
9175a94 Revert "Fix CrossEntropyWithSoftmax/ClassificationError workaround for v2 to fall back to TransposeTimes with sparse inputs" This reverts commit e4d46f9ba32a0d193da3e50424099a8a628a9fb8. 12 October 2016, 01:43:39 UTC
03e2832 Revert "Addressing CR" This reverts commit 36ca1726d2004ca18c2e10b9bae129b57da82622. 12 October 2016, 01:43:17 UTC
2ab162a Integrate anwald/gcc_5_4_1_backcompat_4_8 into master 11 October 2016, 21:29:41 UTC
08220b7 Integrate kedeng/FixV2Perf into master 11 October 2016, 21:09:31 UTC
d67db23 Cleaned up transform definitions 11 October 2016, 19:10:32 UTC
1cc49f7 Compatible with gcc 5.4.1. Most problems fixed by introducing #include <cmath> to Common/Include/Basics.h 11 October 2016, 18:52:19 UTC
e4d46f9 Fix CrossEntropyWithSoftmax/ClassificationError workaround for v2 to fall back to TransposeTimes with sparse inputs 11 October 2016, 17:08:34 UTC
fed5f88 Sphinx doc updates 11 October 2016, 16:44:19 UTC
c14b002 Merge remote-tracking branch 'origin/nikosk/pythondoc' into wilrich/alpha4 11 October 2016, 15:12:02 UTC
9c80d64 Updating documentation (hardmax) 11 October 2016, 15:08:18 UTC
2e250b1 Release_CpuOnly -> Release 11 October 2016, 15:04:31 UTC
921c051 Bump version 11 October 2016, 15:03:47 UTC
06f2e3c Convert to float32 if input data is of type int 11 October 2016, 14:19:13 UTC
ffef3c0 Disabling failed test 11 October 2016, 13:52:21 UTC
50bf66e Axis bugfix; None->reduce on all axes; <0 -> count from last to first 11 October 2016, 13:28:12 UTC
36ca172 Addressing CR 11 October 2016, 12:26:30 UTC
12eeed3 Fixing the GPUSparse to GPU matrix conversion 11 October 2016, 12:26:30 UTC
12b003f Fixing test 11 October 2016, 12:26:30 UTC
bc4b628 Fixing some tests 11 October 2016, 12:26:30 UTC
d8a1c64 Using shim inside the minibatch source 11 October 2016, 12:26:30 UTC
10c4fcf Integrate eldak/fixingEmptyLayout into master 11 October 2016, 12:14:14 UTC
5099dac Remove special wraping for replace_placeholders 11 October 2016, 11:53:55 UTC
50100df Updating baseline 11 October 2016, 11:03:00 UTC
c0b4c77 Merge branch 'master' into nikosk/pythondoc 11 October 2016, 09:13:01 UTC
eaa5c43 documented functions, vars, params and constants 11 October 2016, 09:04:47 UTC
7d9fa13 Fixing AV in case of no data 11 October 2016, 08:51:37 UTC
1f1c46d Merge branch 'wilrich/alpha4' of github.com:Microsoft/CNTK into wilrich/alpha4 11 October 2016, 08:30:29 UTC
8e7bd0b test fix 11 October 2016, 08:29:31 UTC
48e0fe0 Add replace placeholder test 11 October 2016, 08:27:53 UTC
3375d4e Adding function->variable forwarding test 11 October 2016, 08:18:16 UTC
144c92d Merge branch 'wolfma/attr' of https://github.com/Microsoft/cntk into wolfma/attr 11 October 2016, 08:18:08 UTC
c52342a adding .i, .asax and dockerfile as text to gitattributes 11 October 2016, 08:17:40 UTC
3e1ace2 stash 11 October 2016, 06:49:27 UTC
447ee3c Fix v2 bottleneck in TransposeTimes() in python samples 11 October 2016, 05:13:09 UTC
10449d8 Addressing CR comments 10 October 2016, 20:36:39 UTC
1e09647 Typo + docstring fixes 10 October 2016, 19:33:45 UTC
6a4ae79 Fix hasattr on Function 10 October 2016, 19:33:35 UTC
11a1143 Support for user-defined sequence begin marks 10 October 2016, 19:33:23 UTC
1a8fcc0 Support for retaining outputs; tests 10 October 2016, 19:33:13 UTC
384d7e4 Docstring improvement for classification_error 10 October 2016, 19:33:11 UTC
6308910 Enable classification_error tests 10 October 2016, 19:33:06 UTC
c66ef60 Support for user-provided sequence starts; requiring change on C++ 10 October 2016, 19:33:03 UTC
831ea3c Fix mask usage for dynamic lengths sequences 10 October 2016, 19:33:01 UTC
ab24261 Bump version to 2.0.a4 10 October 2016, 19:32:55 UTC
5b38cbb Modify README. 10 October 2016, 18:52:46 UTC
d7276cd Code revision based on code review #1. Revised some functions, added comments. 10 October 2016, 18:52:46 UTC
234365c Update README file. 10 October 2016, 18:52:46 UTC
6d48cb1 ResNet for CIFAR-10. 10 October 2016, 18:52:46 UTC
e33665a Merge branch 'wdarling/pythonseq2seq' of https://github.com/Microsoft/CNTK into wdarling/pythonseq2seq 10 October 2016, 09:49:42 UTC
faa56e4 undoing beautifying change to nn.py because the approach is depended on by some examples 10 October 2016, 09:49:32 UTC
4d7e245 made replacing placeholders in LSTM component more clear 10 October 2016, 09:49:23 UTC
8667ab0 fixed bug in seq2seq decoder recurrence setup 10 October 2016, 09:49:21 UTC
83185e5 undoing beautifying change to nn.py because the approach is depended on by some examples 10 October 2016, 09:48:47 UTC
91b808a Merge branch 'wdarling/pythonseq2seq' of https://github.com/Microsoft/CNTK into wdarling/pythonseq2seq 10 October 2016, 07:49:04 UTC
aba50dc made replacing placeholders in LSTM component more clear 10 October 2016, 07:48:41 UTC
99b0964 fixed bug in seq2seq decoder recurrence setup 10 October 2016, 07:48:40 UTC
5c18f2f Integrate wilrich/alpha3 into master 08 October 2016, 18:58:33 UTC
f0428d3 Bump version to 2.0.a3 08 October 2016, 18:22:05 UTC
abbb259 Integrate vadimma/EvalRNNUnitTest into master 08 October 2016, 17:36:53 UTC
7e78bd9 Merge remote-tracking branch 'origin/master' into wilrich/alpha3 08 October 2016, 10:27:10 UTC
e3450f4 Require arguments to be list or dict; fix bug in string-based input evaluation 08 October 2016, 10:26:56 UTC
0d49970 Integrate wilrich/alpha3 into master 08 October 2016, 08:22:51 UTC
fd9dbac adding .i, .asax and dockerfile as text to gitattributes 08 October 2016, 07:55:55 UTC
4abbcc2 Add missing persist test 08 October 2016, 07:13:02 UTC
b71ea1e Remove explicit device setting; leave it as a comment for the user 08 October 2016, 07:09:01 UTC
4571bfe Fix indentation 08 October 2016, 07:02:41 UTC
back to top