https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
ddb6f9a License change 18 January 2016, 08:32:28 UTC
a418de5 Reseed the curand generator each time it's used to initialize matrix. Not reseeding in dropout nodes (1 - not required, 2 - impacts perf). 16 December 2015, 10:59:28 UTC
1b3aead undid an accidental change of _assignToRowSliceValuesOf() call, discovered by Yu Zhang 16 December 2015, 05:20:28 UTC
8e1e392 made PCH happy (added stdafx.h) 16 December 2015, 03:43:33 UTC
14bb711 made gcc happy (printf format) 16 December 2015, 03:33:34 UTC
a8c9c73 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 16 December 2015, 03:31:04 UTC
f94b1da (some steps forward in TensorView) 16 December 2015, 03:30:40 UTC
4022de2 Fix for convo unit tests when cuDNN is not supported. 16 December 2015, 01:37:52 UTC
4b9c82a towards a prototype of a binary op 16 December 2015, 01:23:00 UTC
94e49de VS forgot to add the new files to the git repo... 16 December 2015, 00:31:59 UTC
7fc742e Merge branch 'fseide/mblayout' of https://git.codeplex.com/cntk into fseide/tensors 15 December 2015, 23:19:16 UTC
1286da7 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/mblayout 15 December 2015, 23:07:17 UTC
54b0e0c Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors 15 December 2015, 23:03:06 UTC
aec884a started the TensorView class by adding header and CPP to math lib 15 December 2015, 23:02:43 UTC
3a0ec41 Enabled convo unit tests. Added batch normalization sample. 15 December 2015, 20:35:12 UTC
252ab75 (comment) 15 December 2015, 19:35:53 UTC
dcb6c1d Merge branch 'master' of https://git.codeplex.com/cntk into fseide/mblayout 15 December 2015, 19:35:37 UTC
c54938f replace outdated ICASSP tutorial with more recent NIPS tutorial. 15 December 2015, 18:34:10 UTC
f6ef87b Merge branch 'master' of https://git.codeplex.com/cntk into fseide/mblayout 15 December 2015, 17:36:51 UTC
07b058b bug fix in RowStackNode: should not validate column dimension in presence of an MBLayout; bug fix: ComputationNode::InferMBLayoutFromInputsForStandardCase() had a the layout-consistency check commented out 15 December 2015, 17:36:25 UTC
48af1ef Fixed build-and-test script for cygwin local execution 15 December 2015, 17:09:25 UTC
81c6a1e Merge branch 'master' of https://git.codeplex.com/cntk into fseide/mblayout 15 December 2015, 16:17:16 UTC
52e04b1 Added missing control files to solution 15 December 2015, 14:20:06 UTC
dba5f36 Applied CR Feedback 15 December 2015, 14:16:14 UTC
4df3ed2 Removed unused fixture. Updated environment variable error message 15 December 2015, 14:11:47 UTC
449a84f Removed files from VS solution that are not in Git anymore 15 December 2015, 10:04:41 UTC
b7c40c3 Removed Mixed Platforms and Win32 15 December 2015, 08:58:11 UTC
d8ffea0 (comments on DataTensor) 15 December 2015, 02:05:35 UTC
d273078 merged with master 15 December 2015, 00:13:51 UTC
dc32e4f (comments) 15 December 2015, 00:10:07 UTC
7a57f8b (added logging to calgammaformb() to track down an error) 14 December 2015, 23:40:50 UTC
f4a9155 bug fix, MBLayout::IsEnd() 14 December 2015, 22:48:26 UTC
af41546 Merge branch 'master' of https://git.codeplex.com/cntk Conflicts: MachineLearning/CNTKSGDLib/DataReaderHelpers.h 14 December 2015, 21:12:36 UTC
e9fb669 Merge branch 'master' of https://git.codeplex.com/cntk into fseide/mblayout 14 December 2015, 21:11:51 UTC
abbc28e Coup de grâce: MBLayout reimplemented: the old bitmap-based implementation is gone. MBLayout now also stores sequence ids (so we can line up multiple MBLayouts, instrumental to sequence-to-sequence models), and it naturally allows for testing whether a delayed value cross a sequence boundary; deleted definition of MinibatchPackingFlags enum; old Is() and Get() functions are fully replaced by IsGap() and IsBeyondStartOrEnd(); HasGaps() test is now a one-liner 14 December 2015, 21:11:29 UTC
5ba34cf also removed generic MBLayout::Get(). Now tests are always for Gap or sequence boundary; bug fix: ImageReader must now initialize MBLayout with InitAsFrameMode() 14 December 2015, 19:43:48 UTC
cf931e2 removed MBLayout::Is(...t...) and Get(..t...). Now one must use Is(FrameRange), or some places can be more efficient now by avoiding to use this at all; new methods MBLayout::HasSequenceBeyondBegin() and likewise for End, for testing whether state needs to be preserved across minibatches 14 December 2015, 19:35:49 UTC
fe3076f Fixed ImageReader and updated sample. 14 December 2015, 19:33:26 UTC
25c5a12 deleted MBLayout::Set() and the old flag matrices--yay; deleted DelayedValueNodeBase::m_shiftedMBLayout (in lieu of the new MBLayout implementation) 14 December 2015, 17:01:57 UTC
0d808a5 Merge branch 'master' of https://git.codeplex.com/cntk 14 December 2015, 16:04:20 UTC
b8eb51d Fix kaldi Reader. 1) Using the new MBLayout interface. 2) Modify the configParameter to configRecordType to consistent with HTKMLFReader. 3) Clean the warning message. Next: refactor to make it consistent with HTKMLFReader. 14 December 2015, 16:00:20 UTC
8559820 Fixing boost version 14 December 2015, 15:05:29 UTC
e573dd7 Fixing greater and less than symobls 14 December 2015, 14:07:34 UTC
7c251eb Fixing special characters 14 December 2015, 13:56:49 UTC
0bfa4c8 Changing notification message for boost installation 14 December 2015, 12:07:56 UTC
642947a Merge branch 'master' of https://git.codeplex.com/cntk into fseide/mblayout 13 December 2015, 21:11:11 UTC
e066467 ColumnRangeWithMBLayoutFor(), ValueFor() etc. now understand FrameRange::m_timeOffset. DelayedValueNode has been changed to use this mechanism 13 December 2015, 21:07:52 UTC
88fe6b2 DelayedValueNode no longer uses m_pShiftedMBLayout (still kept around for use inside asserts to test the new code) 13 December 2015, 20:19:27 UTC
e6f8108 CUDA bringing changes in elementwise functions to NoGPU.cpp 13 December 2015, 19:46:02 UTC
d0e587d CUDA fix bug I accidentallty introduced in _scaleAndAddScalar kernel 13 December 2015, 19:45:59 UTC
5a74551 CUDA moved common patterns into macros for elementwise functions, changed op* names to match. 13 December 2015, 19:45:58 UTC
259d00f Reverting to old calculation of _assignSigmoidOf() 13 December 2015, 19:45:56 UTC
3ab2491 CUDA renamed macro to be more descriptive. 13 December 2015, 19:45:55 UTC
85e7d78 CUDA kernels were missing some const declarations, GPUSparseMatrix kernels now access m_pArray indirectly through NzValues() helper function. 13 December 2015, 19:45:54 UTC
990f1fe CUDA Matrix ScaleAndAdd additionally uses a third parameter for the output 13 December 2015, 19:45:52 UTC
1c6f9d0 GPU*Matrix code cleanup. 13 December 2015, 19:45:51 UTC
bd9fa22 CUDA kernels changed from _inplace*() to _elementWise() in anticipation of speeding up the GPUMatrix::Assign*() implementations. 13 December 2015, 19:45:49 UTC
a45365c made gcc happy (variable set but not used) 13 December 2015, 09:04:27 UTC
1fc1ad0 made gcc happy (two missing exports for Matrix<char> template) 13 December 2015, 08:39:07 UTC
785bc15 DelayedValueNode::ForwardProp() now works without the shifted layout (it is still there for comparing the new method); MBLayout::Get() methos are now all private; MBLayout::Is() method split into per-flag methods. Soon, Is() itself will be private, then removed 13 December 2015, 08:34:24 UTC
489dcb0 old MBLayout flags no longer used except for testing the new versions (to be removed soon) 13 December 2015, 07:15:15 UTC
059d21b MBLayout::GetColumnsValidityMask() now returns a Matrix & instead of a shared_ptr, and is now sliced like the data matrix with DataWithMBLayoutFor(). it also now assumes there are gaps. Caller (MaskMissingColumnsTo()) must check. More regular and shorter code 13 December 2015, 06:53:26 UTC
a2eb692 removed left-overs of lazy-alloc logic in MBLayout 13 December 2015, 04:24:28 UTC
eff836b MBLayout no longer lazily allocating 13 December 2015, 04:09:15 UTC
1ef00c9 Temp convo tests disabled. 12 December 2015, 18:02:05 UTC
8c9080b Fixed Win build. 12 December 2015, 18:01:55 UTC
76d3da3 cudnn: added check for CC version. 12 December 2015, 18:01:45 UTC
217c9f9 Enabled defatul OpenCV location search on Linux. 12 December 2015, 18:01:34 UTC
7c01500 cudnn: fixed CPUONLY. 12 December 2015, 18:01:24 UTC
a0a8e27 Fix for gcc. 12 December 2015, 18:01:14 UTC
057512d Added buffer size heuristic to UCIFastReader to avoid segfaults on long lines. 12 December 2015, 18:01:03 UTC
ddf6db1 cudnn: addressed review comments. 12 December 2015, 18:00:53 UTC
4e96192 Fixed Linux build issues in ImageReader. 12 December 2015, 18:00:42 UTC
1ad4e29 cudnn: resolved merge issues. 12 December 2015, 18:00:32 UTC
107867f cudnn: refactored ImageReader prefetcher to use OpenMP. 12 December 2015, 18:00:22 UTC
d93be91 cudnn: added prefetching to ImageReader. 12 December 2015, 18:00:11 UTC
254b04c cudnn: added OpenCV libs to Linux build. 12 December 2015, 18:00:01 UTC
ea72ada cudnn: fixed workspace bug, minor refactoring. 12 December 2015, 17:59:51 UTC
fef4b5c cudnn: moved tests to Boost framework, updated samples. 12 December 2015, 17:59:40 UTC
6fe07ed cudnn: fixed integration issues. 12 December 2015, 17:59:30 UTC
334d645 cudnn: added bias forward/backprop implementation for default engine. 12 December 2015, 17:59:19 UTC
3023f11 cudnn: enabled build on Linux with cuDNN. 12 December 2015, 17:59:09 UTC
895c10a cudnn: merge with master, fix Linux compile errors. 12 December 2015, 17:58:58 UTC
6c7c617 cudnn: implemented batch norm backprop, updated samples, added VGG_E net. 12 December 2015, 17:58:48 UTC
39a8a8c cudnn: added batch norm forward implementation. 12 December 2015, 17:58:38 UTC
8430f88 cudnn: added BatchNormalizationNode. 12 December 2015, 17:58:27 UTC
5698333 cudnn: bug fixes, samples update. 12 December 2015, 17:58:17 UTC
80ebfb4 cudnn: added bias forward/backward. 12 December 2015, 17:58:06 UTC
7300306 cudnn: refactored to use NCHW format. 12 December 2015, 17:57:56 UTC
afae131 cudnn: completed pooling nodes implementation, fixed bugs, added unit tests. 12 December 2015, 17:57:46 UTC
f1eb5d8 cudnn: added pooling engine, unit tests and refactoring. 12 December 2015, 17:57:35 UTC
c2736bf cudnn: added padding support, clean up and refactoring. 12 December 2015, 17:57:25 UTC
91e3378 cudnn: added auto-tuning. 12 December 2015, 17:57:14 UTC
5db082e cudnn: added backprop data/filter implementation, unit tests. 12 December 2015, 17:57:04 UTC
da822fd cudnn: added filter format conversion and backprop. 12 December 2015, 17:56:54 UTC
3f7a3ac cudnn: minor changes to tensor/filter formats. 12 December 2015, 17:56:43 UTC
57eea8c cudnn: add forward implementation, unit tests. 12 December 2015, 17:56:33 UTC
1e9b061 cudnn: add filter descriptor, refactor 12 December 2015, 17:56:23 UTC
106dd17 cudnn: Fixed linker issue. 12 December 2015, 17:56:12 UTC
f241eb2 Add missing files. 12 December 2015, 17:56:02 UTC
back to top