https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
cb61f42 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 03 March 2016, 17:36:14 UTC
6abcadd (removed accidental debug change) 03 March 2016, 17:34:51 UTC
f38b4fc addressed CR comments for ExceptionWithCallStack formatting 03 March 2016, 17:26:40 UTC
c0e0e81 Integrate alexeyo/MakeBinariesDrop-Windows-Script into master 03 March 2016, 15:27:25 UTC
0e1ce1c Binary drop script, Windows. Adding changes for the new Jenkins job 03 March 2016, 12:46:11 UTC
8ed38bc Addressed some minor pending CR feedback 03 March 2016, 05:45:05 UTC
5610a4a Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/progressTracingFix 03 March 2016, 04:45:08 UTC
f60bf46 Add progress tracing for Eval and Write commands 03 March 2016, 04:36:26 UTC
6d35822 Integrate mahilleb/TestDriverNoGpuDeviceForCpuBuild into master 02 March 2016, 20:35:49 UTC
de1758b refined last commit 02 March 2016, 19:13:51 UTC
36163f3 BlockRandomizer::GetNextSequenceIds(): fix to return the right chunks 02 March 2016, 19:01:14 UTC
bd95e8a gcc stack traces are now formatted by inserting double spaces around the actual function name, to make for easier visual parsing 02 March 2016, 18:52:46 UTC
1756b4d minor fix in TIMIT target number in the book. 02 March 2016, 18:10:07 UTC
4208fec Merge branch 'master' of https://github.com/Microsoft/CNTK 02 March 2016, 18:03:09 UTC
f5c946a Tests/EndToEndTests/TestDriver.py: don't run CPU-only build with GPU device If explicitly specified, throw an error. If implicitly specified, suppress. 02 March 2016, 17:37:02 UTC
ac20dfe Integrate mahilleb/FixImageReaderPostbuildEvent into master 02 March 2016, 11:06:39 UTC
17be0ee Source/Readers/ImageReader/ImageReader.vcxproj: fix PostBuildEvent 02 March 2016, 08:43:10 UTC
75cc981 Makes ImageReader a project dependency to ReaderTests 02 March 2016, 07:59:46 UTC
9065999 5 more chmod 777 run-test 01 March 2016, 23:49:45 UTC
a2e7751 fixed permissions of a run-test 01 March 2016, 21:58:47 UTC
4d95477 fixed permissions of a run-test 01 March 2016, 21:39:07 UTC
d13924e Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 01 March 2016, 21:32:44 UTC
de0f1a5 Merge branch 'master' of https://github.com/Microsoft/CNTK 01 March 2016, 21:16:55 UTC
c3c1384 Per Amit's suggestion, add NO_SYNC to debug build as well. Now it is consistent with Windows build. 01 March 2016, 19:29:10 UTC
59f84ea Turn NO_SYNC on in the release build. 01 March 2016, 19:29:09 UTC
7793b7b some clean-up of sparse matrices; disabled meaningless elementwise sparse ops such as log(); sparse matrice slices now keep track of their original matrix (not used yet); bug fix: ~SyncGuard() should not swallow errors since CUDA errors may get discovered here; bug fix: HTKMLFReader test 16 must use consistent precision 01 March 2016, 18:43:50 UTC
6bcddcd Binary drop script, Windows. Adding command line parameters 01 March 2016, 17:31:54 UTC
3a7c32b Binary drop script, Windows. Response to Code Review comments 01 March 2016, 10:24:57 UTC
1809e85 Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/meAllocFix 01 March 2016, 08:15:52 UTC
d0a5eb5 fixed NoGPU build re do_sync; updated ExperimentalHTKMLFReader w.r.t. file naming 01 March 2016, 05:27:49 UTC
be2422c changed do_sync mechanism to an RAII class 01 March 2016, 04:51:43 UTC
1a69e8d removed <ElemType> from ExperimentalHTKMLFReader 01 March 2016, 03:27:52 UTC
1d85075 merged from master 01 March 2016, 03:17:35 UTC
4970414 RNN.cntk "write" example now writes out the log sentence probabilities, which is more useful, e.g. for N-best rescoring; bug fix: SimpleOutputWriter must handle no-MBLayout case; bug fix to LaunchUnaryTensorOp(), must free the CUDA event or else leak memory--thanks to Yu Zhang for tracking it down! 01 March 2016, 02:16:55 UTC
1e68180 Added support for cuDNN v4 prod. 29 February 2016, 22:57:30 UTC
b8674c9 Addressed review comments. 29 February 2016, 22:09:28 UTC
51865bd Fixed gcc build issues. 29 February 2016, 22:09:18 UTC
835c873 Convolution engine refactoring. Preparing for ConvolveGeometry. 29 February 2016, 22:09:07 UTC
979c953 Updated image samples. 29 February 2016, 22:08:57 UTC
307dadf Updated samples that use batch norm. Fixed convo auto-tuner issue. 29 February 2016, 22:08:46 UTC
784381f Updated MNIST/CIFAR-10 samples to use time const in BN. 29 February 2016, 22:08:36 UTC
bcfef8a Added time const to batch norm. 29 February 2016, 22:08:25 UTC
67d611b Added CPU BN inference implementation. 29 February 2016, 22:08:15 UTC
602d3c5 Integrate 367db5e into master 29 February 2016, 21:53:40 UTC
91dbe6e more detailed logging to GetInputMatrix() 29 February 2016, 20:07:45 UTC
11f0cf4 Fixed Issue #176: random number used for random_shuffle() had an int overflow on gcc, which caused uncaught out-of-bounds accesses. 29 February 2016, 19:58:13 UTC
6a81fe2 Updated news section. 29 February 2016, 19:52:41 UTC
97d2907 Integrate mahilleb/HtkmlfProtoSquashedAgain into master 29 February 2016, 19:43:12 UTC
12d4f18 Small fix of mblayout copy 29 February 2016, 16:23:30 UTC
01757b7 Experimental HTKMLF Reader (currently only supports frame mode) 29 February 2016, 14:54:39 UTC
bbd1591 removed template parameter ElemType from (I)DataReader and (I)DataWriter 29 February 2016, 03:01:07 UTC
5936425 Fixed a memory allocation bug in GPUSparseMatrix 29 February 2016, 01:58:03 UTC
2aa86e7 removed <ElemType> parameter from StreamMinibatchInputs 29 February 2016, 01:04:45 UTC
fbcf016 StreamMinibatchInputs now stores shared_ptrs, simplifying ownership; UCIFastReader::m_prefetchMatrices changed to be StreamMinibatchInputs as well 28 February 2016, 23:05:14 UTC
3fd13d6 replaced all calls to GetInputMatrixPtr() by GetInputMatrix() 28 February 2016, 21:52:49 UTC
cd095a5 replaced StreamMinibatchInputs::operator[] by named searchable accessor functions 28 February 2016, 21:34:02 UTC
c4cb852 abstracted the map<wstring, Matrix*> into a class, for future enrichment 28 February 2016, 20:25:36 UTC
79c526d updated rnn.cntk config 28 February 2016, 19:40:38 UTC
e3ca7ec implemented make mode in "writeWordAndClass" action 28 February 2016, 19:13:02 UTC
bc054c5 Implement an option to explicitly exclude specific devices from deviceId=auto selection algorithm 28 February 2016, 09:27:31 UTC
b74d89b added "write" command to rnn.cnkt; bug fix in ClassBasedCrossEntropyWithSoftmaxNode, a wrong index if #parseq > 1; bug fix in TransposeTime dimension inference; bug fix in simple writer, must call DataEnd() 28 February 2016, 07:52:27 UTC
ba6fdb6 mini checkin 28 February 2016, 06:23:22 UTC
7732bb3 some clean-up of RNN sample and DoWriteWordAndClassInfo() 28 February 2016, 02:15:35 UTC
3c70123 merged from origin/master 27 February 2016, 08:04:51 UTC
c49707c bug fix: InitRandom() must use GetNumCols() for inputSize 27 February 2016, 07:40:08 UTC
a3b2de8 (refined an error message) 27 February 2016, 07:23:18 UTC
6cc1103 updated AlexNet E2E test 27 February 2016, 07:02:49 UTC
2025359 updated AlexNet to work with tensor Times 27 February 2016, 06:39:43 UTC
7f7bd22 MBLayout support for "write" command; added sample to simple2d for "write" 27 February 2016, 01:27:27 UTC
57756b2 bug fix: ImageParameter must understand >3-dim tensors, for Times operation 27 February 2016, 00:25:21 UTC
4829bc4 gcc 4.8.4 does not implement regex correctly. Replace the HTKMLFReader uses. 27 February 2016, 00:06:10 UTC
9f7d5e6 fixed 02_Convolutional as well for new tensor TimesNode 26 February 2016, 22:14:43 UTC
c1284b9 fixed Image/QuickE2E for new TimesNode 26 February 2016, 21:45:18 UTC
43c724f Binary drop script, Windows. Response to Code Review comments - fixing errors in iteration 26 February 2016, 12:02:37 UTC
eb2b00b Binary drop script, Windows. Response to Code Review comments 26 February 2016, 10:52:27 UTC
d5a27da made gcc happy 26 February 2016, 00:19:19 UTC
9ad198c TimesNode now supports tensors 25 February 2016, 23:44:49 UTC
812258a Remove FUSE workaround now that FUSE is updated 25 February 2016, 21:30:13 UTC
479c533 Addressed code review comments. 25 February 2016, 18:56:42 UTC
7fec54f Fixed ImageReader Linux build. 25 February 2016, 17:47:15 UTC
4275a43 Enabled ImageReader unit tests in Jenkins. 25 February 2016, 17:47:14 UTC
7909f25 Added libzip support on Linux. 25 February 2016, 17:47:14 UTC
9fad828 Fixed no libzip build. 25 February 2016, 17:47:13 UTC
5f5fa2f Made ImageReader .zip reader thread-safe. 25 February 2016, 17:47:12 UTC
176dde8 Added more unit tests, merged changes from master. 25 February 2016, 17:47:12 UTC
fc942d9 Improved memory utilization and error handling in zip reader. 25 February 2016, 17:47:11 UTC
8755c9d Added .zip files support to ImageReader. 25 February 2016, 17:47:10 UTC
91eacc6 Added basic unit test for ImageReader. 25 February 2016, 17:47:10 UTC
6e18a72 Binary drop script, Windows. Final touches 25 February 2016, 10:20:25 UTC
70fff83 Binary drop script, Windows. Next iteration 25 February 2016, 10:04:10 UTC
1296360 Binary drop script, Windows. Next iteration 25 February 2016, 09:58:34 UTC
4ad9280 Binary drop script, Windows. Next iteration 25 February 2016, 09:32:45 UTC
9978f17 Fix a memshare bug to prevent non-shareable matrices to be allocated from the shared matrix pool 25 February 2016, 06:28:49 UTC
d38eba8 bug fix: forgot to delete debug code 25 February 2016, 05:36:54 UTC
0a6e244 made gcc happy 25 February 2016, 05:35:51 UTC
6808f05 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s 25 February 2016, 05:27:25 UTC
a9b3681 Merge branch 'fseide/s2s' of https://github.com/Microsoft/CNTK into fseide/s2s 25 February 2016, 05:27:16 UTC
4857177 improved logging for exceptions (call stack, inner exceptions in ComputationNode like VerifySize() failure) 25 February 2016, 05:22:56 UTC
546db0f Add tracing flag and fix FUSE workaround 25 February 2016, 04:51:10 UTC
36f3130 allow to use underscore as the start of a variable. 25 February 2016, 01:15:19 UTC
back to top