https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
d68dc77 lots of additions to SLUHandsOn.py 30 September 2016, 20:26:46 UTC
cfd3180 implemented part of SLUHandsOn.py, stuck with LSTM node 29 September 2016, 05:39:16 UTC
0723110 merged from master 29 September 2016, 02:12:53 UTC
1843e44 further changes to SLUHandsOn.py, not functional yet 29 September 2016, 01:57:37 UTC
aa9d9d6 partial SLUHandsOn.py added, not functional; new option forceConstantRandomSeed; tried to make ReconcileDynamicAxis() work with non-data, for ZeroesLike(). Not fully working yet 29 September 2016, 01:42:39 UTC
e41f195 Source/CNTK/CNTK.cpp: bump CNTK header message to 1.7.1+ 28 September 2016, 17:52:29 UTC
7031951 Tests/EndToEndTests/BindingPyTest/testcases.yml: disable for now 28 September 2016, 17:47:52 UTC
7fa3750 Revert "Scripts/txt2ctf.py: switch test to Py3" This reverts commit 65b90c804f0cd29cf82d98e3d5b3a852332ea6e1. 28 September 2016, 17:34:54 UTC
5e52d41 Merge remote-tracking branch 'origin/master' into wilrich/missingV2Ops 28 September 2016, 17:13:43 UTC
c9249dc bindings/python/cntk/conda-linux-cntk-py34-environment.yml: added 28 September 2016, 15:59:12 UTC
64e865b Add conda-windows-cntk-py34-environment.yml 28 September 2016, 15:04:21 UTC
79c8540 Tests/EndToEndTests/BindingPyTest: enable for both device targets 28 September 2016, 15:04:21 UTC
65b90c8 Scripts/txt2ctf.py: switch test to Py3 28 September 2016, 15:04:21 UTC
17c0353 Addressed CR comments 28 September 2016, 13:38:23 UTC
8a47bac Adding dropout and parallem bm tests to run with new reader as well 28 September 2016, 13:13:31 UTC
bce02de Main ReadMe News, Sep 28, 2016 28 September 2016, 12:12:38 UTC
998d153 Integrate zhouwang/fix-v2CombineName into master 28 September 2016, 11:07:48 UTC
b924c9f Merge branch 'wilrich/missingV2Ops' of https://github.com/Microsoft/CNTK into wilrich/missingV2Ops 27 September 2016, 22:24:40 UTC
5057d75 Disable requirement packages 27 September 2016, 22:24:26 UTC
6419849 Merge branch 'wilrich/missingV2Ops' of https://github.com/Microsoft/CNTK into wilrich/missingV2Ops 27 September 2016, 22:19:37 UTC
31e1db1 Updated docs 27 September 2016, 22:19:30 UTC
c0a10e5 Support for initializers 27 September 2016, 22:13:26 UTC
732e9d6 Integrate sayanpa/py-install-doc into master 27 September 2016, 18:08:28 UTC
c510821 Fix eval() on CPU 27 September 2016, 12:29:56 UTC
2e4a773 Fixing empty lines 27 September 2016, 11:36:31 UTC
cd6c879 Removing not used code 27 September 2016, 11:35:12 UTC
d0f2f59 Fix DefaultDevice behaviour 27 September 2016, 11:22:59 UTC
3d5724e Decreasing tolerance 27 September 2016, 11:17:31 UTC
3e45f44 Fixing prefetch for sparse 27 September 2016, 11:17:31 UTC
71ebd6c Adding more comments and fixing eq operator 27 September 2016, 11:17:31 UTC
8dac684 Adding matrix format and type to the reader shim 27 September 2016, 11:17:31 UTC
702af84 fix missing parameters in FUnction::Combine() 27 September 2016, 10:21:26 UTC
29c0608 CNTK v2 library: Fixed debug build 27 September 2016, 05:49:48 UTC
6dc8f37 fix thread-safety issue for multi-threaded eval on GPU due to local static variable in VS2013 27 September 2016, 05:00:34 UTC
0548821 Fix documentation for the V2 lib install from source. 27 September 2016, 00:23:03 UTC
0191eca Rever to last state 26 September 2016, 18:01:42 UTC
b132235 doc updates 26 September 2016, 18:00:18 UTC
0885acb More docstring updates 26 September 2016, 18:00:17 UTC
c8d2bdb Fix examples executed inside docstring 26 September 2016, 18:00:16 UTC
9903b02 added basic seqcla example explanation 26 September 2016, 18:00:15 UTC
545956e finished basic example 26 September 2016, 18:00:14 UTC
8be9062 added example 26 September 2016, 18:00:13 UTC
f435b38 fix spacing typo 26 September 2016, 18:00:12 UTC
f3bbcc9 add definition of fully_connected_classifier_net 26 September 2016, 18:00:11 UTC
4daefb8 couple more typo fixes 26 September 2016, 18:00:09 UTC
137d15b fix spacing typo 26 September 2016, 18:00:08 UTC
eb99700 first edits to getting started document 26 September 2016, 18:00:07 UTC
7bbdbdb Use float32 in case NumPy arrays arrive without type 26 September 2016, 18:00:06 UTC
1a32210 Reverse shapes in error messages 26 September 2016, 18:00:05 UTC
7042f4a Fix transform type naming 26 September 2016, 18:00:04 UTC
212e87a Convenience layer around deserializers 26 September 2016, 17:59:59 UTC
489c0ec Fix required version numbers 26 September 2016, 17:59:36 UTC
cde0184 Move io parts from utils to cntk.io; remove create_ from functions 26 September 2016, 17:59:35 UTC
38e8027 Fix some docstring tests 26 September 2016, 17:59:34 UTC
1e17de9 Enable docstring tests through py.test, when run with 'py.test --doctest-modules' 26 September 2016, 17:59:33 UTC
392e67d Fix CifarResNet 26 September 2016, 17:59:32 UTC
813e5cb Fix data files 26 September 2016, 17:59:31 UTC
d704cff Adding missing io 26 September 2016, 17:59:30 UTC
ebe24c0 Addressing CR comments 26 September 2016, 17:59:26 UTC
cd7100d More docs and tests, some cleanup 26 September 2016, 17:58:12 UTC
852c7ee Cleaned up imports; removed ..._from_scalar functions 26 September 2016, 17:58:11 UTC
12af90f Updating documentation 26 September 2016, 17:58:10 UTC
7bad307 relu, hardmax, softmax tests added 26 September 2016, 17:58:09 UTC
093ed5e Preliminary learner tests 26 September 2016, 17:58:08 UTC
bd70d56 Some fixes and doc updates 26 September 2016, 17:58:07 UTC
1ed8eec bindings/python/setup.py: some diagnostics 26 September 2016, 17:58:05 UTC
36e19b7 bindings/python/setup.py: CNTK_LIB_PATH: on Linux, default to BLRG standard lib path 26 September 2016, 17:58:04 UTC
bd26386 bindings/python/setup.py: don't package cntk.swig 26 September 2016, 17:58:03 UTC
0b32232 readme.txt: spelling 26 September 2016, 17:58:02 UTC
2abc712 Fix sequence examples 26 September 2016, 17:58:01 UTC
929c803 Return reversed axes so that it works smoothly with Python's version of Axis 26 September 2016, 17:58:00 UTC
9f10851 Fix imports 26 September 2016, 17:57:59 UTC
762fbce Convenience functions for supported learners 26 September 2016, 17:57:58 UTC
f130be0 Remove left-over example 26 September 2016, 17:57:57 UTC
f1a144b Ignore symbol IsSettingDefaultDeviceAlwaysAllowed in cntk_py.i 26 September 2016, 17:57:56 UTC
6fd1f7f Remove disabled identity test 26 September 2016, 17:57:55 UTC
6d31a86 Move cntk_py.py under Linux; ignore cntk/swig in tests 26 September 2016, 17:57:54 UTC
c585f70 Use C++'s operator== when comparing DeviceDescriptors 26 September 2016, 17:57:53 UTC
7700b65 Add operators sqrt, log, square, negate and reciprocal 26 September 2016, 17:50:42 UTC
b97dc4b Enabled splice tests 26 September 2016, 17:50:23 UTC
3674c09 Full support for rank 0 26 September 2016, 17:50:01 UTC
8f4d838 Remove rank>0 check 26 September 2016, 17:49:40 UTC
53dc6f5 Further Linux improvements 26 September 2016, 17:49:15 UTC
b5418ea Linux support 26 September 2016, 17:48:44 UTC
4ea7f46 Undo rank check removal 26 September 2016, 17:47:38 UTC
4284ea1 Support for eval() on operators 26 September 2016, 17:45:07 UTC
f0a9245 Enabled operator overloads 26 September 2016, 17:44:10 UTC
b297aaa Operators return Functions instead of Variables; disabled all operator overloads until mixins are in place 26 September 2016, 17:42:58 UTC
0ee26d0 Linux setup 26 September 2016, 17:41:21 UTC
e3455ca Disabling splice tests 26 September 2016, 17:40:40 UTC
92523b7 Updated swig bindings 26 September 2016, 17:39:25 UTC
dd54e3f Improved docstrings; sanitizing per_dim... 26 September 2016, 17:37:06 UTC
0526dce CNTK v2 library: Exposed hardmax, transpose and reduction functions in python and fixed a bug in V2 lib transpose implementation. Merged. 26 September 2016, 17:35:47 UTC
896b803 Support for slice/splice with some FIXMEs that need more work 26 September 2016, 17:33:14 UTC
8039e51 Support for reshape 26 September 2016, 17:31:41 UTC
77b6388 Support for dropout 26 September 2016, 17:24:18 UTC
480bd08 Importing from cntk_py only explicitly 26 September 2016, 17:19:42 UTC
756a35a Support for clip 26 September 2016, 17:15:53 UTC
6f719c9 Support for floor and ceil 26 September 2016, 17:12:01 UTC
7eb1065 Add forgotten test file 26 September 2016, 17:11:09 UTC
back to top