https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
9bad39e Integrate amitaga/cntkv2Library into master 30 September 2016, 02:53:46 UTC
03af74b Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 30 September 2016, 01:22:24 UTC
bde0b33 CNTK v2 library: Addressed CR feedback and added verification in Forward method call that values for all required arguments that the requested outputs depend on have been supplied 30 September 2016, 01:21:25 UTC
203e090 Move the gpu->cpu copying into swig layer 29 September 2016, 22:39:48 UTC
bb803cf Deleted duplicate file. Removed unused typedefs Deleted redundant copy of basetypes.h in the Kaldi2reader folder. Removed unused typedefs that aliased string types in remaining basetypes.h 29 September 2016, 19:49:59 UTC
66f584a Tests/EndToEndTests/BindingPyTest/run-test: fix nasty white-space bug 29 September 2016, 18:51:26 UTC
1679a57 Exceptions fix: Handle exception codes Handle the possible exceptions, such as file/library/handler open and close. 29 September 2016, 18:45:37 UTC
466d5da CNTK v2 packaging / BindingPyTest: fix to run tests from package 29 September 2016, 17:11:05 UTC
38e8f80 .gitignore: extend for Python bindings 29 September 2016, 16:32:52 UTC
2bf7a09 Revert "bindings/python/setup.py: include pytest.ini and conftest.py in package" This reverts commit 930dd7b607e391048352e71eb097dee163755702. 29 September 2016, 14:14:32 UTC
6517fde Tests/EndToEndTests/BindingPyTest/: enable for BWRG and cpu target Switch to running test from module. 29 September 2016, 14:02:52 UTC
f16e698 bindings/python/examples: add conftest.py and pytest.ini 29 September 2016, 13:51:01 UTC
930dd7b bindings/python/setup.py: include pytest.ini and conftest.py in package 29 September 2016, 13:51:01 UTC
f6179e4 bindings/python/examples/__init__.py: remove, so pytest doesn't to a relative import from .. for cntk 29 September 2016, 13:51:01 UTC
e96f960 bindings/python/cntk/tests/initializer_test.py: disable for now 29 September 2016, 13:51:01 UTC
4220557 Tests/EndToEndTests/PyTest/: run only on GPU By a bug of the old Python bindings, it's always run on GPU anyway. This way we won't run the same test twice. 29 September 2016, 13:50:14 UTC
d6ea59d Tests/EndToEndTests/ScriptTest/testcases.yml: remove outdated comment 29 September 2016, 13:50:14 UTC
a1ee253 Scripts/txt2ctf.py: make tests run with Py3 as well 29 September 2016, 13:50:14 UTC
7b7bba4 Integrate alrezni/v2_devices_api into master 29 September 2016, 12:47:57 UTC
808e08c Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 29 September 2016, 09:59:42 UTC
762b4c2 CNTK v2 library: Fixed a bug in counting samples for computing criterion value 29 September 2016, 09:48:13 UTC
fd8d136 Tests/EndToEndTests/PyTest/: run only on GPU By a bug of the old Python bindings, it's always run on GPU anyway. This way we won't run the same test twice. 29 September 2016, 09:37:56 UTC
354d11f Tests/EndToEndTests/ScriptTest/testcases.yml: remove outdated comment 29 September 2016, 09:36:31 UTC
f34b3e6 Remove _initializer suffix from initializers 29 September 2016, 09:06:04 UTC
d8847f7 Updating docstrings 29 September 2016, 09:04:08 UTC
0dddbac Scripts/txt2ctf.py: make tests run with Py3 as well 29 September 2016, 08:52:04 UTC
36c3365 Merge branch 'master' into alrezni/v2_devices_api 29 September 2016, 08:30:46 UTC
b8d2090 Do not call cudaDeviceReset in BestGpu::GetCudaProperties 29 September 2016, 08:26:43 UTC
4b40dad Merge branch 'master' into alrezni/v2_devices_api 29 September 2016, 08:25:52 UTC
c24a3c1 Merge branch 'master' into wilrich/missingV2Ops 29 September 2016, 08:07:49 UTC
bde5187 checkpointing of smoothedCounts 29 September 2016, 01:59:54 UTC
ec89875 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 28 September 2016, 20:15:01 UTC
67db468 CNTK v2 library: Automatic unpacking of PackedValuye objects when needed 28 September 2016, 20:14:37 UTC
6990041 Removed '_learner' suffix from learners 28 September 2016, 19:04:20 UTC
f73f611 Merge branch 'wilrich/missingV2Ops' of https://github.com/Microsoft/CNTK into wilrich/missingV2Ops 28 September 2016, 19:01: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
742a8fd Support for varying learning rates 28 September 2016, 16:17:24 UTC
c9249dc bindings/python/cntk/conda-linux-cntk-py34-environment.yml: added 28 September 2016, 15:59:12 UTC
1759bea Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 28 September 2016, 15:49:28 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
52ccef0 Move Trainer into separate modules 28 September 2016, 14:38:54 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
2f53509 Add UTs for device selection API 28 September 2016, 09:52:37 UTC
4cf3b71 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 28 September 2016, 05:25:45 UTC
0dc5f9c CNTK v2 library: Fixed a bug in > 1D reductions and minor bugs in applying the name attribute to primitive functions in the Function graph APIs 28 September 2016, 05:25:31 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
4c362b7 Disable umask to correctly set lock permissions 27 September 2016, 14:51:03 UTC
2e2cb64 Fix a few device selection issues 27 September 2016, 14:01:49 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
0544914 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 27 September 2016, 03:38:33 UTC
e8baff1 CNTK v2 library: a) Implemented PackedValue to avoid unnecessary unpacking and packing of packed sequences produced by built-in CNTK readers b) Implemented truncated sequence handling in V2 API 27 September 2016, 03:36:27 UTC
0548821 Fix documentation for the V2 lib install from source. 27 September 2016, 00:23:03 UTC
b101f4e added missing regression data for 06_RegressionSimple to CifarConverter py3 version, was only in py2 converter 26 September 2016, 22:31:23 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
back to top