https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
8f2b2a1 Fixes 30 September 2016, 16:03:32 UTC
4d206d1 Merge remote-tracking branch 'origin/master' into wilrich/miscAlpha2 __ test_op_plus_var_sequences_input_input broken, disabled for now. 30 September 2016, 15:56:18 UTC
53cf9bb Tests/EndToEndTests/CNTKv2Python/ModuleTests: pytest --doctest-modules 30 September 2016, 12:35:13 UTC
7f626dc Rename Tests/EndToEndTests/{BindingPyTest -> CNTKv2Python/ModuleTests} 30 September 2016, 12:34:17 UTC
fcbaa34 Integrate amitaga/cntkv2Library into master 30 September 2016, 12:06:59 UTC
f99cf15 Integrate zhouwang/remove-python2-fromdrop into master 30 September 2016, 11:38:29 UTC
4ef9e94 Integrate alrezni/umask into master 30 September 2016, 10:48:54 UTC
c4263b5 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 30 September 2016, 10:46:19 UTC
d0d0de6 CNTK v2 library: Fix broken python examples and a bug in python Parameter construction wrapper 30 September 2016, 10:46:13 UTC
f00eb56 remove V2 python from drop 30 September 2016, 10:32:13 UTC
38a7af0 Tests/EndToEndTests/CNTKv2Python/Examples: added 30 September 2016, 10:10:48 UTC
9471960 Integrate zhouwang/managedeval-memcrash into master 30 September 2016, 10:09:55 UTC
6b782ca bump to use nuget 1.7.2 30 September 2016, 09:08:21 UTC
80040ae fix memory crash bug by freeing m_scopeNetworkOperationMode before EvalBase:Destroy(), since m_scopeNetworkOperationMode requires a reference to the network. 30 September 2016, 08:53:48 UTC
67e5985 Tests/EndToEndTests: enable BindingPyTest for Linux Also, make TestDriver.py PyV3 compatible again. 30 September 2016, 08:36:16 UTC
27600a9 Remove Vim swap file 30 September 2016, 08:35:58 UTC
e030575 Merge branch 'wilrich/gpuInSwig' into wilrich/miscAlpha2 30 September 2016, 07:40:32 UTC
e8398f8 Swig cleanup 30 September 2016, 07:38:35 UTC
25750c9 Tests/EndToEndTests/BindingPyTest: enable GPU Note: may still be broken. 30 September 2016, 07:38:18 UTC
6d41bb5 enable initializer test and explicitly set device 30 September 2016, 07:24:02 UTC
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
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
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
back to top