https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
f1e4720 Address CR comments 14 July 2016, 13:27:20 UTC
72bee39 Updates ModelEvaluator for increase robustness against exceptions during model evaluation. 14 July 2016, 10:13:59 UTC
4bffff4 Integrate alexeyo/ReadMe-Scripts into master 14 July 2016, 09:16:40 UTC
dff98bd Addressed Review comments 14 July 2016, 07:50:07 UTC
77590e2 Integrate a-momohs/fix_reading_htk_format into master 13 July 2016, 18:55:10 UTC
5a46afd Integrate vadimma/AddRetryToFreadOrDie into master 13 July 2016, 18:11:58 UTC
e38bdaa Added overflow checks to the htk sample size 13 July 2016, 17:36:21 UTC
24b1039 Change the sampsize to unsigned all over the file 13 July 2016, 17:36:21 UTC
25fd512 Change the htk format sample size to unsigned 13 July 2016, 17:36:21 UTC
ac79e0e Integrate clemensm/evalruntimefix into master 13 July 2016, 16:37:50 UTC
bb60e56 Make the number of retries optinal parameter in fgetfilelines; add attempt() to overloads of fgetfilelines 13 July 2016, 15:59:24 UTC
a6b3adf (1) Move basetypes.h to Common/Include; (2) use attemt function to read file 13 July 2016, 15:59:24 UTC
a07e69d Add retries to file read, since it occasionally fails over the network. 13 July 2016, 15:59:24 UTC
2973568 Replace dynamic load of Evaldll.dll with linking to Evaldll.lib 13 July 2016, 15:21:29 UTC
539ab74 Integrate alexeyo/ReadMe-News-Jul-12 into master 13 July 2016, 15:03:37 UTC
1500589 Fix a minor glitch 13 July 2016, 14:56:03 UTC
216c3c0 Code Review Comments 13 July 2016, 14:55:36 UTC
16154ef Fix EvalWrapper build (merge issue) 13 July 2016, 14:44:19 UTC
dc740fa Fix bug in extended eval with multiple inputs - Fix ordering of inputs in extended eval (it was mixing up the order returned from the network with the order [alphabetic] returned - Expose brainscript exceptions to .net, including stacktrace - Expose exceptions happening in StartForwardEvaluation rather than throwing SEHException - Some more error checking for forward pass - Enable retrieving brainscript errors rather than outputting to stderr. 13 July 2016, 14:44:18 UTC
562e359 Integrate alrezni/learners_v2_standalone into master 13 July 2016, 14:38:37 UTC
94a39eb fix NVMLLIBPATH 13 July 2016, 14:03:06 UTC
e3927bb Add math unit tests and adapt them for Linux This is a combination of 7 commits. minor format changes adapt makefile and math tests enable sse4.1 support adapt to linux fix shadow param, and adjust order of functions netowrk tests need .cu move constant definition into a .cpp file, instead of .h 13 July 2016, 14:03:06 UTC
8147ed8 Add unit tests on Linux, adapt tests to work on Linux. This is a combination of 25 commits. Add unit tests make them work on Linux add to build eval unit tests. adapt for Linux fix incompatablity issues on linux using runtime_error() instead of exception to make linux happy add library and path change order of included files use dynmaic library on linux link with boost dynamic libraries minor changes use BOOSTLIBS to specify all required boost libraries Add reader unit tests add .phony unittests to only build unit tests. (will be removed later) fix errors add ifdef for platform specifc stuff fix for linux adapt makefile for unit tests adapt reader test to work on Linux add missing files for the networks unit test adapt the networks unit test add the math unit tests fix errors minor changes remove unexpected tab 13 July 2016, 14:03:06 UTC
6137a06 Main ReadMe News, Jul 12, 2016 13 July 2016, 13:59:19 UTC
8d50459 Integrate alexeyo/Binary-Drop-Extras-Update-Linux into master 13 July 2016, 13:42:19 UTC
310b815 Integrate alexeyo/Binary-Drop-Script-Include-Windows into master 13 July 2016, 13:38:51 UTC
de20e9d Modified 1bit-SGD License description 13 July 2016, 12:33:21 UTC
30ff5bc Modified Linux Binary Drops Linux for 1.6 Release 13 July 2016, 12:20:11 UTC
9780690 Submodule update 13 July 2016, 12:12:46 UTC
b24db38 Code cleanup 13 July 2016, 12:02:28 UTC
a717fd0 ReadMe for Scripts folder 13 July 2016, 12:00:48 UTC
73512fb merge with master 13 July 2016, 09:51:51 UTC
873d988 Improved formatting and comments 13 July 2016, 09:50:18 UTC
1b0548f Add v2 Learners (standalone) 13 July 2016, 09:10:02 UTC
100d4fa 1bit SGD license update in 1Bit SGD submodule 13 July 2016, 08:45:23 UTC
50bb4c8 Merge branch 'master' of https://github.com/Microsoft/cntk 12 July 2016, 23:47:06 UTC
dd2951d Clean up ATIS.cntk 12 July 2016, 23:45:20 UTC
4bcc0d1 Trying to avoid: template instantiation depth exceeds maximum 12 July 2016, 15:47:16 UTC
4b510a6 merge with master 12 July 2016, 14:59:26 UTC
9c0cf71 Factored out the reduction operations 12 July 2016, 14:20:58 UTC
e4d4220 Integrate alexeyo/Binary-Drop-Script-Include-Linux into master 12 July 2016, 12:53:47 UTC
5604705 Fixed Include path for binary drop. Windows 12 July 2016, 12:49:17 UTC
0a9c095 Fix Include folder makeing in Binary drop. Windows 12 July 2016, 12:42:55 UTC
2dc246f Fixed Include file name for binary drop. Windows 12 July 2016, 12:36:24 UTC
248753f Factored out neutral element of binary ops. 12 July 2016, 12:32:47 UTC
024e0ed Add Include file to Binary drop. Windows 12 July 2016, 12:25:56 UTC
2544ae9 Fixing Include Path in Binary Drop script. Linux 12 July 2016, 09:36:57 UTC
2bb3fba Fixing console message in Binary Drop script. Linux 12 July 2016, 09:30:05 UTC
7af1709 Fixing errors in Binary Drop script. Linux 12 July 2016, 09:27:34 UTC
21c8ba0 Polishing Binary Drop script. Linux 12 July 2016, 09:22:38 UTC
80802ea Add Include to Binary Drop. Linux 12 July 2016, 09:11:45 UTC
204aca8 ReduceOp passed through on all paths 12 July 2016, 08:22:32 UTC
2cc578e passed through reduceOp till end on some paths. In TensorOpReduce still missing 12 July 2016, 08:01:22 UTC
2714764 Replaces loading EvalDLL dynamically, with import library. 12 July 2016, 07:57:35 UTC
8493e61 passing reductionop to _launchTensorOpWithReduction 11 July 2016, 15:05:04 UTC
beb797b implemented min/max reduction inside TensorOpElement 11 July 2016, 14:56:32 UTC
98f9e8a Passing reduction op furhter down 11 July 2016, 13:49:13 UTC
73d1e32 Revert "passing through reductionOp. Not yet compiling." This reverts commit 84c9b0caa0a512d97e0fc4959070c1f4e83dda67. 11 July 2016, 12:38:29 UTC
5709928 Integrate thilow/fixLogPlus into master 11 July 2016, 11:22:04 UTC
84c9b0c passing through reductionOp. Not yet compiling. 11 July 2016, 09:45:08 UTC
fca715f Don't check flose result after reading a file in fileutil 10 July 2016, 04:29:10 UTC
ce163fd CNTK v2 library: Fix linux build 09 July 2016, 01:14:05 UTC
0071a40 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 09 July 2016, 00:56:53 UTC
415706a CNTK v2 library: a) Removed STL type wrappers and directly use STL types in API b) Address the issue of inlined functions getting exported by moving the export specification to a per function level 09 July 2016, 00:56:44 UTC
ce0377c Merge branch 'master' of https://github.com/Microsoft/cntk 08 July 2016, 23:36:15 UTC
cd0a07e Add a command to evaluate the model and report error rate. 08 July 2016, 23:34:08 UTC
01c4277 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 08 July 2016, 23:08:57 UTC
765b1d9 merge with master 08 July 2016, 15:06:20 UTC
a5035e8 Converting python documenation for log_plus to math-format 08 July 2016, 14:58:19 UTC
f4c3821 passing the reduction op down the call hierarchy for reduction on GPU into LaunchTensorOpWithReduction. In ReduceElementsNode renaming m_op to m_reductionOP 08 July 2016, 14:26:58 UTC
94bd96e merge with master 08 July 2016, 11:57:01 UTC
e88bd46 Merge branch 'master' into t-ivrodr/get_metrics_from_tests 08 July 2016, 09:39:00 UTC
d64a71d Fixing files that got lost during merge 08 July 2016, 09:37:25 UTC
a37ab7f merge with master 08 July 2016, 09:26:26 UTC
0684fcf Fixing the backpath test for softmax that was accidentially dropped before. Moving log_plus test to end of file 08 July 2016, 07:59:40 UTC
8286682 CNTK v2 library: Address CR feedback 08 July 2016, 04:18:20 UTC
2f45f2c Fixing table format. 07 July 2016, 22:08:17 UTC
a5a1ab2 Update table format. 07 July 2016, 22:00:06 UTC
e4f72ce Update format. 07 July 2016, 21:54:07 UTC
08c9bff Update formatting of README.md 07 July 2016, 21:52:44 UTC
e3ab001 Merge branch 'master' of https://github.com/Microsoft/cntk 07 July 2016, 21:18:56 UTC
220ac16 Fixing bug in non_linear_test.py 07 July 2016, 14:57:03 UTC
82c3f9d Just formatting 07 July 2016, 13:40:55 UTC
f4dd3d3 Setting clean_up=True in LogPlus tests 07 July 2016, 13:22:10 UTC
570aee2 merge with master 07 July 2016, 13:20:27 UTC
100851a Improved formatting 07 July 2016, 13:09:30 UTC
09f5814 Added testcase for LogPlus with broadcasting 07 July 2016, 12:57:12 UTC
39e32b1 Corrected Scripts path 07 July 2016, 12:45:28 UTC
58877fd backward path tests for LogPlus work 07 July 2016, 12:28:07 UTC
4faaccb Binary Drop script Windows. New version 07 July 2016, 12:15:03 UTC
c36b45d Exposed LopPLus in ComputationNetworkBuilder. Test for forward path works. Added untested fix for backward path. 07 July 2016, 12:13:57 UTC
5af3765 Integrate mahilleb/LinuxDrop into master 07 July 2016, 10:41:05 UTC
9907d68 Addressed reviewers comments 07 July 2016, 09:06:38 UTC
bab5374 Cleaning up some references to uci2ctf.py 07 July 2016, 08:08:21 UTC
1548753 Changed rm to rm -r in Scripts cleanup 07 July 2016, 07:17:08 UTC
02bf3bd Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 06 July 2016, 17:28:58 UTC
1a9ff64 Fixed rm in Scripts copy 06 July 2016, 14:32:37 UTC
fbd39b1 Add cleanup of Scripts 06 July 2016, 14:15:50 UTC
0b3e01a Add copying Scripts to Binary Drops 06 July 2016, 13:57:25 UTC
eb3a3a0 Integrate eldak/movingscript into master 06 July 2016, 10:50:45 UTC
back to top