sort by:
Revision Author Date Message Commit Date
36966c8 python training matches perfectly c++ training 05 August 2016, 11:43:58 UTC
c3349ae first e2e training run with readers 03 August 2016, 14:37:28 UTC
fec492c swig wraper for StreamInfos 03 August 2016, 09:56:17 UTC
573fab1 first training run with readers config 02 August 2016, 14:52:12 UTC
17491e0 Merge branch 'master' into blis/PythonV2 29 July 2016, 13:43:47 UTC
cd1ab8d try trainer on ff test 29 July 2016, 13:41:13 UTC
12b2c31 Integrate mahilleb/DockerNoGdk into master 29 July 2016, 12:43:46 UTC
a30f0af Windows: fix for creating build information In CNTK.vcxproj and prebuild.bat, do not rely on environment variables, but pass down MSBuild properties. Related: #723. 29 July 2016, 11:48:46 UTC
efd5cba Tools/docker/Dockerfile-GPU: use pre-installed GDK Closes #629. 29 July 2016, 11:09:51 UTC
018877f Linux: Makefile/configure: split GDK_PATH setting into two, include and NVML path 29 July 2016, 11:09:27 UTC
182b037 Use ORIGINLIBDIR instead of LIBDIR in rpath Add $LIBPATH to unit test eval 29 July 2016, 09:13:10 UTC
3c3862a Install Boost at /usr/local/boost-x.y.z on Docker Build unit tests only when Boost is available Configure Boost path in configure Address CR comments fix #678 This is a combination of 10 commits. Adapt makefile to work with Docker container on Linux This is a combination of 7 commits. enable unit tests build remove -liomp5 from math unit test enable openmp add -ldl fix space error add -dl for reader test change order of -l remove gdk installation use /usr/local/lib as boost library path Adapt path in unit tests on Linux adapt path for Linux adapt path on other test projects for Linux remove extra blank line add BOOST_PATH,and build unit tests based on BOOST_PATH configure boost path install Boost 1.60.0; use version variable instead of hardcoding. add comments for different paths on Linux than on Windows. restore installation of gdk, because the removal of gdk needs more changes and will be done in a separate check-in use ifdef, fix typos 29 July 2016, 09:13:10 UTC
180f593 Add Boost to Dockerfiles 29 July 2016, 09:13:10 UTC
13585ab trainers and learners are wrapped by swig and usable from python 28 July 2016, 15:52:55 UTC
08691e9 Examples/SequenceToSequence/CMUDict/Data/cmudict-0.7b.mapping: normalize LE 28 July 2016, 15:27:35 UTC
1e9ea32 bettern handling of FunctionPtr 28 July 2016, 12:08:15 UTC
540cd0b addressed CR feedback 27 July 2016, 22:11:57 UTC
6a6ebc4 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/clonebs 27 July 2016, 17:36:18 UTC
da1f9f4 fix in Convolution mapCount change 27 July 2016, 17:35:17 UTC
d3536b5 remove commneted code in feedforward test 27 July 2016, 14:24:25 UTC
3de7c79 combine wrapper 27 July 2016, 14:13:07 UTC
4a8be29 temporarly comment one of Variable constructors, and add initial wrapper for vector<FunctionPtr> 27 July 2016, 13:21:15 UTC
24cb169 Makefile: cppevalclient: link to stub libnvidia-ml.so (if real one not present) Fixes build of Tools/docker/Dockerfile-GPU (with regular docker). 27 July 2016, 12:05:02 UTC
b119474 resolve conflicts after merging with master 27 July 2016, 08:12:08 UTC
8b68af3 mapDims parameter to Convolution() is now optional, will be inferred from weight matrix 27 July 2016, 01:14:03 UTC
ee23bb2 (fix for previous fix) 27 July 2016, 01:03:52 UTC
8f71698 renamed reduction kernels that expect a hard-coded number of threads to reflect that number in their names 27 July 2016, 00:48:37 UTC
9dbf806 merged from master 26 July 2016, 23:51:19 UTC
1a80a6a undid accidental change of Shuffle() 26 July 2016, 20:55:12 UTC
5e357fe addressed minor feedback from Amit's CR; addressed feedback from Simon Layton (NVidia) that the constants defined in GridDim are too small. 26 July 2016, 20:52:21 UTC
18c66d9 Sequence support 2/2 26 July 2016, 15:52:52 UTC
fcc9d09 Cherry-pick from amitaga/cntkv2Library: CNTK v2 library: Add member method to NDMask to enable retreiving the buffer underlying a Mask object Conflicts: Source/CNTKv2LibraryDll/NDMask.cpp 26 July 2016, 12:23:31 UTC
2c1b102 fix 1BitDGD 26 July 2016, 11:59:58 UTC
6a6cff0 Integrate thilow/ReduceMax2 into master 26 July 2016, 09:43:29 UTC
4e4598e merge with master 26 July 2016, 08:27:37 UTC
dcc7e9b Added comments 26 July 2016, 07:40:12 UTC
759fa18 CNTK v2 library: Add member method to NDMask to enable retreiving the buffer underlying a Mask object 26 July 2016, 05:43:11 UTC
3e6926d Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2LibraryOperators 25 July 2016, 23:52:15 UTC
9eea6e5 Sequence support 1/2 25 July 2016, 20:54:49 UTC
56578ab Fixed typo 25 July 2016, 20:45:08 UTC
ed74a89 Fix backward pass check 25 July 2016, 20:04:32 UTC
575bbf6 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 25 July 2016, 18:19:14 UTC
524c527 Using double as aggregator, hoping to fix issue with tests TWRGE TWRGS, TLRGS 25 July 2016, 15:56:15 UTC
52dda16 Removed 'typedef' in partial specialisation of TensorOpReduction in hope to fix Linux build. 25 July 2016, 14:06:03 UTC
24c0ad1 Fixed comments 25 July 2016, 13:35:14 UTC
2115db6 Renamed variable to reductionOp 25 July 2016, 13:17:13 UTC
5dbb725 factored aggregation op into a lambda 25 July 2016, 13:00:11 UTC
44d127e Normalize line endings where missing 25 July 2016, 12:37:41 UTC
4164856 CNTK v2 library: Use dynamic loading of CompositeDataReader instead of a static dependency 25 July 2016, 01:50:10 UTC
a632393 CNTK v2 library: Expose 18 additional operators in the v2 API 23 July 2016, 01:41:48 UTC
5b1c217 CNTK v2 library: Added initial Trainer and MinibatchSource implementations, enabling end-to-end model training with v2 API. A test added to train a feed-forward network on the MNIST dataset using the v2 C++ API 22 July 2016, 23:46:09 UTC
a5d15f3 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/clonebs 22 July 2016, 17:04:08 UTC
7416f9b bug fix: BatchNormalization::BackpropTo() should distinguish between saveMean and runMean the same way ForwardProp() does 22 July 2016, 16:54:13 UTC
27ff6f7 (typo) 22 July 2016, 15:53:31 UTC
07a6fa2 BatchNorm: moved allocation of saveMean() to where they are produced, and allocating them empty when they are not produced at all 22 July 2016, 15:46:02 UTC
0270010 added new interface IFreezable to tell a node to freeze itself, in order to allow BatchNormalization to honor CloneFunction (..., parameters="constant") 22 July 2016, 15:24:56 UTC
fd95477 Converted AggregationOp to pure function template 22 July 2016, 15:02:33 UTC
bd776dc Changed "NeutralValue" to function templates 22 July 2016, 14:49:54 UTC
80fdb8f using function overloading for neutral 22 July 2016, 14:28:53 UTC
fec05bf Improved formatting and comments 22 July 2016, 13:51:15 UTC
ce350dd (trying around with saveMean) 22 July 2016, 02:47:45 UTC
246a097 (fixed an error message) 22 July 2016, 02:39:10 UTC
dcbb760 bug fix: CloneFunction() should map output nodes, too 22 July 2016, 02:11:02 UTC
42fbc7e CloneFunction() now returns its return value 22 July 2016, 02:05:04 UTC
41de6bc added some logging to CloneFunction 22 July 2016, 01:25:50 UTC
3d70ff3 heavily commented batch-normalization code, including several bugs; new interface IParameterNode for identifying LearnableParameters; first implementation of CloneFunctionConfigLambda (except for returning the result) 22 July 2016, 00:37:44 UTC
614762c added plumbing for CloneFunctionConfigLambda() (but not the actual cloning function) 21 July 2016, 18:27:33 UTC
4828b57 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library 21 July 2016, 17:04:57 UTC
4837901 fixed needed to run swig after merge with master 21 July 2016, 15:45:04 UTC
18f06ba add back build optimazation to the projet file 21 July 2016, 12:40:40 UTC
4c55029 merge with master and remove tabs 21 July 2016, 12:39:02 UTC
d84f799 add siwg files 21 July 2016, 12:36:56 UTC
60bcf71 merge with master, remove tabs 21 July 2016, 12:32:42 UTC
379cde6 revert v1 test change 21 July 2016, 12:31:24 UTC
a79f6b3 merge with master 21 July 2016, 12:17:19 UTC
659eda2 keep only ported tests 21 July 2016, 10:09:24 UTC
e089143 disable seqcla tests as it is not yet ported to v2 21 July 2016, 09:46:14 UTC
c756b1c add todos and disable non ported tests 21 July 2016, 09:43:20 UTC
92fb2f2 stub for future value test 21 July 2016, 09:21:49 UTC
ebd12d8 adjustments for recurrence tests 21 July 2016, 09:17:12 UTC
8248419 template for Constant 21 July 2016, 09:15:25 UTC
6dce931 merged from master 21 July 2016, 08:28:22 UTC
f3dec43 a) Made CUDA sync mode execution of kernels a runtime config option instead of a build flavor b) Added perf instumentation to show accurate per MB read, compute and parameter update time 21 July 2016, 00:19:00 UTC
f1b8d5c add copy and delete commands to swig.bat 20 July 2016, 08:41:05 UTC
d3d641b Merge branch 'fseide/seq2seqsample' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 19 July 2016, 23:42:50 UTC
30d840a some CRLF fix in build-windows.cmd 19 July 2016, 23:42:04 UTC
39a9175 merged from master 19 July 2016, 23:40:51 UTC
c6f24a9 Minor fix in MEL 19 July 2016, 17:58:47 UTC
8ac2c88 tanh tests 19 July 2016, 15:15:45 UTC
0d4fcdb Merge branch 'blis/PythonV2' of https://github.com/Microsoft/CNTK into blis/PythonV2 19 July 2016, 15:00:56 UTC
d6767c4 exp tests 19 July 2016, 15:00:11 UTC
cd008b8 sigmoid tests 19 July 2016, 14:55:52 UTC
a6c3b52 add support to tests of overloaded ops as well as normal ones 19 July 2016, 14:22:04 UTC
363a3bc restructure unit tests utils 19 July 2016, 13:12:39 UTC
50ae700 stub for identity function 19 July 2016, 09:48:49 UTC
c19825d element divide test 19 July 2016, 09:33:10 UTC
77ce9a7 element times test 19 July 2016, 08:48:13 UTC
234662c Makes EvalDll.dll a delay-loaded library to support ASP Net native dependencies path issues. 18 July 2016, 15:27:17 UTC
98fb62d Fix 1bit SGD Submodule Commit 18 July 2016, 14:03:18 UTC
7409297 Integrate zhouwang/disableunittests-linux into master 18 July 2016, 13:43:33 UTC
back to top