https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
0025e65 CNTK v2 library: Temporarily Disable python unit tests due to instability 01 October 2016, 11:24:23 UTC
1831663 CNTK v2 library: Temporarily disable sigmoid and softmax tests 01 October 2016, 10:42:09 UTC
ee3f0ba Allow for precision in tensor's eval() 01 October 2016, 08:14:05 UTC
28edef0 Putting back device option into tensor's eval() 01 October 2016, 08:00:11 UTC
0b57ff3 CNTK v2 library: Temporarily disable the comparison against baseline for sequence_to_sequence example as it needs to be updated 01 October 2016, 01:53:18 UTC
8e1651d Merge branch 'master' of https://github.com/Microsoft/CNTK into wilrich/miscAlpha2 01 October 2016, 00:50:56 UTC
e7bdf0e CNTK v2 library: Temporarily disable the comparison against baseline for sequence_to_sequence example as it needs to be updated 01 October 2016, 00:50:48 UTC
8453bee value -> init 30 September 2016, 22:28:34 UTC
98eafce Clean up swig file 30 September 2016, 21:58:08 UTC
3624f43 Rename input_map to arguments 30 September 2016, 21:49:49 UTC
cd379bd Merge parameter's value and initializer arguments into init 30 September 2016, 21:38:25 UTC
30acc80 Merge branch 'wilrich/miscAlpha2' of https://github.com/Microsoft/CNTK into wilrich/miscAlpha2 30 September 2016, 21:06:57 UTC
98e5c71 Updated sphinx description 30 September 2016, 21:05:53 UTC
928597f Support for momentums_per_sample 30 September 2016, 21:04:35 UTC
b4bcc96 Merge remote-tracking branch 'origin/wilrich/miscAlpha2' into wilrich/miscAlpha2 30 September 2016, 20:40:27 UTC
93c0643 Support for load/save; forward()/eval() take order based inputs and single inputs 30 September 2016, 20:33:08 UTC
0196086 Merge remote-tracking branch 'origin/wilrich/miscAlpha2' into wilrich/miscAlpha2 30 September 2016, 20:27:02 UTC
7e7cc49 bindings/python/examples: fixes 30 September 2016, 19:58:31 UTC
27684e2 Merge commit '6822bb5e0a694a9a23c749b0d629c65484e6219a' into wilrich/miscAlpha2 30 September 2016, 19:31:44 UTC
e79c0f5 Merge commit 'a5edcb3a411b4ea3363a5c7ad69c2d1bb4e79882' into wilrich/miscAlpha2 30 September 2016, 19:30:42 UTC
79bf278 fix compilation error on Linux 30 September 2016, 19:10:48 UTC
dc5b512 Merge branch 'wilrich/miscAlpha2' of github.com:Microsoft/CNTK into wilrich/miscAlpha2 30 September 2016, 18:55:36 UTC
cccb514 Fix eval on GPU 30 September 2016, 18:55:31 UTC
fd7658c Merge commit '391432ca77060ad88807339d773f288de6557c4a' into wilrich/miscAlpha2 30 September 2016, 18:52:42 UTC
6822bb5 Cifar test added 30 September 2016, 16:36:13 UTC
955ee42 bindings/python/examples/{CifarResNet,MNIST}: enable running against CNTK_EXTERNAL_TESTDATA_SOURCE_DIRECTORY Ivan's real tests should come later. 30 September 2016, 16:32:47 UTC
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
7af89dd address CR comments; use CPUDevice() for input and label values. 30 September 2016, 15:39:45 UTC
ff760bc add copyright info. 30 September 2016, 15:39:28 UTC
346caee use clone, and add examples. 30 September 2016, 15:38:50 UTC
75a582f Add sequence to sequence example 30 September 2016, 13:47:03 UTC
a5edcb3 Address comments in CR 30 September 2016, 13:24:10 UTC
391432c Examples modified to be included in pytest 30 September 2016, 13:16:57 UTC
7ce4191 Evaluation tests added. Not yet enabled since backward pass is not working correctly. 30 September 2016, 13:12:03 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
back to top