https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
cb01771 Extended eval example for RNN models 18 October 2016, 18:18:56 UTC
fcb3095 update to 1.7.2+ 04 October 2016, 10:20:09 UTC
4f32923 Integrate amitaga/cntkv2Library into master 04 October 2016, 10:12:35 UTC
360b337 CNTK v2 library: Several python side big fixes and added errors for incompatible datatypes between operands 04 October 2016, 08:32:33 UTC
0d7bcba Restrict Python tests to Linux 04 October 2016, 07:29:16 UTC
ba17293 Reduce precision in output of examples to gain test stability across platforms. 04 October 2016, 07:29:15 UTC
3ec0797 Revert "CNTK v2 library: Temporarily Disable python unit tests due to instability" This reverts commit 0025e6535177c0ee3e2ed8b9da696eb743e5e770. 04 October 2016, 07:29:15 UTC
e84f562 Revert "CNTK v2 library: Temporarily disable sigmoid and softmax tests" This reverts commit 18316631a42b18d9253b1d56b17d570c9ad27cc6. 04 October 2016, 07:29:15 UTC
efde966 Merge pull request #873 from Microsoft/hjl/fix-cifar-converter-py3 added missing regression data for 06_RegressionSimple to CifarConvert… 03 October 2016, 22:38:49 UTC
f18e1c7 Merge https://github.com/Microsoft/CNTK into hjl/fix-cifar-converter-py3 03 October 2016, 22:31:16 UTC
665dcf4 Merge branch 'aforesti/basetypes-cleanup' of https://github.com/Microsoft/CNTK into aforesti/basetypes-cleanup 03 October 2016, 21:12:12 UTC
01438d0 removing redundant function modifier 03 October 2016, 21:09:10 UTC
e944487 Revert "removing redundant function modifiers" This reverts commit 39536dbb93cf69e91464574ea0a01a7b331ffb58. 03 October 2016, 21:09:10 UTC
9b2a980 removing redundant function modifiers 03 October 2016, 21:09:10 UTC
bd27b89 Adding back MatchPathSeparator struct 03 October 2016, 21:09:10 UTC
00b8357 adding back basename() functions 03 October 2016, 21:09:10 UTC
4091a7c moving functions outside ns declaration functions are used across multiple namespaces - moving outside msra::asr:: so as to avoid the need for decorating function calls 03 October 2016, 21:09:10 UTC
220e163 marking utility functions non-static 03 October 2016, 21:09:09 UTC
6d3d40e adding back functions needed by Linux build The two versions of base_types.h had diverged: one of them included these two functions, which are needed by the Linux build. Placing them in htkfeatio_utils.h where they fit more naturally. 03 October 2016, 21:09:09 UTC
0bc0a8d 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 03 October 2016, 21:09:09 UTC
c01e383 Main ReadMe News, October 3, 2016 03 October 2016, 20:07:20 UTC
3a0556a Integrate zhouwang/crossentropy into master 03 October 2016, 08:30:28 UTC
b019f33 fix a bug in CrossEntropyNode where m_leftDivRight is used without allocation. 03 October 2016, 06:34:36 UTC
511ee24 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 03 October 2016, 05:12:12 UTC
71f742e CNTK v2 library: Few bug fixes, minor API changes and added scripts for ease of building/testing bindings from sources on Windows 03 October 2016, 03:45:07 UTC
1b38d9f Integrate alrezni/decimate into master 02 October 2016, 20:37:25 UTC
e0fea5b Auto-enable distributed mb reading and parallel train * the default value for parallelTrain must automatically be true when running under MPI with >1 node, else false * same for distributedReading when running with a new (v2) reader 02 October 2016, 19:18:50 UTC
284eaf1 bug fix. 02 October 2016, 18:29:25 UTC
de1ddb1 Revert unpooling implementation to original version to be consistent with Caffe. 02 October 2016, 18:29:25 UTC
0094401 Change max pooling to behave similarly with NVidia. 02 October 2016, 18:29:25 UTC
53fe8a3 Small fix for code review comments. 02 October 2016, 18:27:36 UTC
c2831aa Bug fix for racing conditions in pooling, and handle multiple max values in max pooling and unpooling. 02 October 2016, 18:26:26 UTC
839810c bug fix. 02 October 2016, 18:23:27 UTC
13ccc7f Revert unpooling implementation to original version to be consistent with Caffe. 02 October 2016, 18:23:27 UTC
fd0cf7b Change max pooling to behave similarly with NVidia. 02 October 2016, 18:23:27 UTC
9af240c Small fix for code review comments. 02 October 2016, 18:23:27 UTC
2db195e Bug fix for racing conditions in pooling, and handle multiple max values in max pooling and unpooling. 02 October 2016, 18:23:27 UTC
b3fdef0 removing redundant function modifier 02 October 2016, 01:09:19 UTC
b60e9ff Revert "removing redundant function modifiers" This reverts commit 39536dbb93cf69e91464574ea0a01a7b331ffb58. 02 October 2016, 01:08:03 UTC
39536db removing redundant function modifiers 01 October 2016, 22:46:20 UTC
d1ad5fc update the banner info to ouput 1.7.2 01 October 2016, 15:07:28 UTC
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
268eeb0 Adding back MatchPathSeparator struct 01 October 2016, 00:39:43 UTC
636e345 adding back basename() functions 01 October 2016, 00:23:47 UTC
e547458 moving functions outside ns declaration functions are used across multiple namespaces - moving outside msra::asr:: so as to avoid the need for decorating function calls 30 September 2016, 23:59:22 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
4ebb66c marking utility functions non-static 30 September 2016, 19:54:36 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
845d8f1 Merge branch 'master' into hjl/fix-cifar-converter-py3 30 September 2016, 17:57:09 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
1291590 adding back functions needed by Linux build The two versions of base_types.h had diverged: one of them included these two functions, which are needed by the Linux build. Placing them in htkfeatio_utils.h where they fit more naturally. 30 September 2016, 06:53:56 UTC
back to top