https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
66863f4 More robust DLL path handling 08 July 2016, 07:22:56 UTC
bdd9809 Update generated files 05 July 2016, 06:14:26 UTC
1482da8 NumPy->CNTK does not require flat arrays anymore 04 July 2016, 20:21:07 UTC
d54046c Cleaned up 04 July 2016, 15:01:26 UTC
d4a0863 Ensure that the provided array is flat (has 1 axis only) 04 July 2016, 14:42:07 UTC
d2c6281 Full support for float/double back and forth 04 July 2016, 14:39:37 UTC
b08f39e NumPy<->CNTK supported in both directions (so far float only) 04 July 2016, 07:47:48 UTC
c8aa633 Fixed swig.bat 04 July 2016, 07:47:45 UTC
28362a3 Exception handling in Swig 04 July 2016, 07:47:44 UTC
a6f501a Callback example working again 04 July 2016, 07:47:43 UTC
04dd168 Putting back explicit,final, and static_assert guarded by SWIG preprocessor macro 04 July 2016, 07:47:42 UTC
0bfd063 Swig callback verification 04 July 2016, 07:47:42 UTC
4b8a448 Backward pass 04 July 2016, 07:47:41 UTC
b3b1373 Prepare API for backward adjustments 04 July 2016, 07:47:40 UTC
6a57880 Cleaned up after merge 04 July 2016, 07:47:39 UTC
185cd5d Adjusted parameters 04 July 2016, 07:47:34 UTC
5d459b8 First working Swig bindings for Python 04 July 2016, 07:47:33 UTC
2604048 Prepare the API to work with Swig bindings 04 July 2016, 07:47:32 UTC
d412ea0 Fixed Install-Linux.txt for Binary Drop 02 July 2016, 13:30:22 UTC
563ed3b Integrate anthaue/arbitraryrows into master 30 June 2016, 17:16:53 UTC
3f41c0c Add a bunch of new tests to exercise block multiplier. Change spacing of comments. Reset omp threads in d'tor. 30 June 2016, 15:23:13 UTC
730ad7e Integrate eldak/textOptimizations into master 30 June 2016, 14:18:50 UTC
f7e2c44 Integrate zhouwang/fix-rpath into master 30 June 2016, 11:59:07 UTC
498378d Fixing comment 30 June 2016, 11:50:08 UTC
19b8863 Addressing CR comments 30 June 2016, 11:50:08 UTC
4f33d23 Addressing CR comments 30 June 2016, 11:50:08 UTC
3d37ade Refactoring 30 June 2016, 11:50:08 UTC
5ec1dcc Some micro optimizations in the randomizer 30 June 2016, 11:50:08 UTC
4d78d5b Moving sequence creation to the LoadChunk 30 June 2016, 11:50:08 UTC
52b32b9 Optimizing sequence randomizer 30 June 2016, 11:50:08 UTC
b5bfca1 Optimizing get sequence 30 June 2016, 11:50:08 UTC
6013967 Fixing IO in randomization between sweeps 30 June 2016, 11:50:08 UTC
1f98f1b Simple optimizations 30 June 2016, 11:50:08 UTC
422b78c Integrate eldak/opencv31 into master 30 June 2016, 11:19:57 UTC
44b209d Applies CR 30 June 2016, 09:29:21 UTC
5ecd0be Updates the MultiModel example to use the current Test-28x28_cntk_text.txt file (reflecting the CNTK Text Format Reader format). 30 June 2016, 09:29:21 UTC
3eb2c5e Addressing code review comments 30 June 2016, 08:46:41 UTC
447edb9 Adding support for OpenCV 3.1 30 June 2016, 08:46:41 UTC
03e504e Allow block multiplier to support arbitrary number of rows in A 29 June 2016, 20:19:35 UTC
4abe30b Integrate pkranen/deconvFix into master 29 June 2016, 15:18:21 UTC
dcb0ed0 Using CNTKTextFormatReader for DeConv example 29 June 2016, 09:37:01 UTC
b5824eb new reshape 28 June 2016, 09:24:36 UTC
d742dcb revert slice to the cntk1 version outside cntk2 namespace 28 June 2016, 09:24:35 UTC
15aa190 address cr comments 28 June 2016, 09:24:34 UTC
2c4c17c add unit test to reduction 28 June 2016, 09:24:33 UTC
c0fd2e3 expose reduceSum and reduceLogSum in the python api 28 June 2016, 09:24:32 UTC
03d0642 little docstring fixes 28 June 2016, 09:24:31 UTC
218d2da little docstring fixes 28 June 2016, 09:24:30 UTC
a5a5139 define RPATH only once, as it is not changed. 28 June 2016, 08:58:21 UTC
3c01d90 include Windows.h as the pre-compilier files have been removed 28 June 2016, 07:10:10 UTC
1932071 Integrate zhouwang/fix-plugin into master 27 June 2016, 21:35:31 UTC
4ba8d58 Integrate eldak/refactoringAugmentation into master 27 June 2016, 18:09:40 UTC
b43dc9e Integrate zhouwang/evallib-makefile into master 27 June 2016, 17:59:21 UTC
9b943e5 Addressing CR comments 27 June 2016, 15:48:54 UTC
4c8fca5 Fixing alignment 27 June 2016, 15:46:03 UTC
cc0172a Fixing a bug in augmentation when right extent > left 27 June 2016, 15:46:03 UTC
8ffa59b Refactoring augmentation 27 June 2016, 15:46:03 UTC
4ed2cb2 Remove pre-complier headers, simlify namings in Makefile remvoed pre-compiler headers and addressed CR comments simplify naming comments from CR delete unused files, minor changes Changes in comments and Todo 27 June 2016, 15:44:21 UTC
5e210b6 Addressing CR comments 27 June 2016, 13:39:02 UTC
2f8944f Fixing is equal for strings 27 June 2016, 13:05:10 UTC
bf92efe Fixing write action 27 June 2016, 13:05:10 UTC
c367e6c Add building libeval.so and cppevalclient on Linux; Adapt cppevalcient to build both on Windwos and Linux Add comment for using "this->" explicitly Add to build LibEval.so in Makefile minor changes EvalSample on Linux Add EvalSampleClient to Makefile fix errors in Makefile fix compilation error on Linux fix more errors add main function for Linux Fix captial case for Eval.h on Linux build cppevalclient Add dependency processing for .cu replace \ with / in the file path on Linux Adapt path on Linux fix path on Linux Use main() on Windows, remvoe unused files and path in Makefile remove unused files Use main() on Windows, and remove the wrapper for Linux further remvoe unused files fine tuning on lib and path minor changes 27 June 2016, 10:43:21 UTC
d39410d Integrate anthaue/addblockmultiplier into master 24 June 2016, 23:50:41 UTC
d2bf769 Implement code review feedback from clemensm 24 June 2016, 15:40:48 UTC
e04a9bd Update Tools/docker/Dockerfile-* - Open MPI 1.10.3 - OpenBLAS 0.2.18, also compile with OpenMP and LAPACK - OpenCV 3.1.0 (also support in ./configure) - CNTK custom MKL, version 1 - MKL build (in /cntk/build-mkl/*/release) - Add python-yaml package, so TestDriver.py can be run 23 June 2016, 17:49:20 UTC
4b82815 Integrate eldak/fixingOmpErrors into master 23 June 2016, 15:09:09 UTC
d99f7e1 Integrate gaizna/relocate_eval_tests into master 23 June 2016, 11:56:18 UTC
27e4627 Fixing unit test 23 June 2016, 10:51:24 UTC
cb6220e Addressing CR 23 June 2016, 09:36:57 UTC
eff4245 Removing unused part of config 23 June 2016, 09:36:57 UTC
f34559f Refactoring 23 June 2016, 09:36:57 UTC
720f52b Fixing config 23 June 2016, 09:36:57 UTC
e9569c9 Adding a unit test for missing files 23 June 2016, 09:36:57 UTC
f5394d7 Rethrowing exceptions happened in omp blocks 23 June 2016, 09:36:57 UTC
58b8efd ReadMe News, Jun 23, 2016 23 June 2016, 09:17:57 UTC
e2f0211 Removing Basic header from eval 23 June 2016, 08:15:36 UTC
3b71563 Moves ManagedEvalTests under the UnitTests folder in the solution (file paths were already correct). 23 June 2016, 07:04:12 UTC
473b020 Update Source/1BitSGD (license update) 22 June 2016, 22:42:36 UTC
6347c98 Added MultiModel sample for CSEvalClient 22 June 2016, 13:29:21 UTC
05a643c Integrate alexeyo/ReadMe-Code-of-Conduct into master 22 June 2016, 10:34:59 UTC
d62c85f Integrate gaizna/eval_fix_loadassembly into master 22 June 2016, 09:50:17 UTC
df478c6 Main ReadMe. Section on Microsoft Open Source Code of Conduct 22 June 2016, 09:47:27 UTC
8ea48ec Add -mssse3 flag (-msse3 and -mssse3 both need to be specified apparently 21 June 2016, 22:55:21 UTC
6a07bcf Add -msse3 flag to CUFLAGS 21 June 2016, 22:41:27 UTC
f6bd20f Play with spacing to help make find endif 21 June 2016, 22:02:36 UTC
5237316 Remove line-continuation backslash in makefile 21 June 2016, 20:59:26 UTC
a2fda5f Put AVX support under SUPPORT_AVX2 so compilatino on linux will work 21 June 2016, 20:45:37 UTC
7527dd0 Make AVX2 flag conditional on SUPPORT_AVX2 macro in linux build file 21 June 2016, 20:02:39 UTC
1043f45 Specify AVX instead of AVX2. TODO: Figure out story for conditional compilation 21 June 2016, 19:22:46 UTC
1e6fb55 Add Stdafx.h headers to fix release win build breaks; add -mavx2 flag to fix linux build break 21 June 2016, 17:43:29 UTC
96e4086 Fix some capitalization issues 21 June 2016, 15:45:07 UTC
0c1de9f Fixing Binary reader 21 June 2016, 15:38:54 UTC
3bf21c1 Fixing invalid address 21 June 2016, 15:38:54 UTC
3e61e9f Removing unused dependencies 21 June 2016, 15:38:54 UTC
39a44a5 Inlining checks 21 June 2016, 15:38:54 UTC
d564ed7 Adding cude runtime api 21 June 2016, 15:38:54 UTC
5b0a3aa Fixing comments 21 June 2016, 15:38:54 UTC
f75a323 Fixing Cuda return code checks 21 June 2016, 15:38:54 UTC
29fe7ec Fixed left-alignment (removed spacing) 21 June 2016, 09:50:57 UTC
192319e Fixes finding the EvalDLL in EvalWrapper by using the location of the executing assembly. 21 June 2016, 09:39:41 UTC
back to top