https://github.com/Microsoft/CNTK

sort by:
Revision Author Date Message Commit Date
8d02cfe Modify RNNNode to Interact Better with EvalDLL Interface 08 June 2016, 00:33:24 UTC
804b063 Fix Merge Errors in Math*filter Project Files 07 June 2016, 16:10:24 UTC
7878a46 Merge branch 'weixi/lfmmi' of https://github.com/Microsoft/CNTK into jdroppo/cudnn-rnn-lstm-lfmmi 06 June 2016, 18:52:48 UTC
7f7c1fc Apply dataDecimationFactor to Cross Validaion by Shrinking Minibatch Not Decimating It 27 May 2016, 15:43:54 UTC
d743221 Implement dataDecimationFactor In the process of placing the minibatch into the network, the minibatch first gets decimated by a rate of 1/dataDecimationFactor. This is useful when the input data is known to be highly correlated, for instance when training WBLSTM models for speech recognition. 27 May 2016, 00:56:52 UTC
09f7cd6 LFMMI 26 May 2016, 06:48:00 UTC
c412b0d Minor fixes in Convolution/BN 26 May 2016, 06:47:54 UTC
00d96ae fix div compatibility 25 May 2016, 14:33:56 UTC
ab07134 fixed failed unittests 25 May 2016, 14:12:46 UTC
e268730 fixed failed unittests 25 May 2016, 14:12:45 UTC
21d90a7 address cr comments 25 May 2016, 14:12:44 UTC
3b2f8ed fix is tensor test 25 May 2016, 14:12:43 UTC
9367d6a pass to identity rename 25 May 2016, 14:12:42 UTC
3509091 address CR comments 25 May 2016, 14:12:41 UTC
e2c61b1 clean up 25 May 2016, 14:12:40 UTC
672db34 add dropout to ops 25 May 2016, 14:12:39 UTC
001d858 add drop out to cntk2.py 25 May 2016, 14:12:38 UTC
bcb39e4 add dropout to cntk2 25 May 2016, 14:12:37 UTC
ff19078 remove debuging print statements 25 May 2016, 14:12:36 UTC
5442b3d resolve conflicts after merging with slice change 25 May 2016, 14:12:35 UTC
15d21d1 add first version of transpose unit tests 25 May 2016, 14:12:34 UTC
deb6885 resolve conflicts with slice checkin 25 May 2016, 14:12:33 UTC
14be022 remove check broadcasting 25 May 2016, 14:12:32 UTC
b2b63e6 add docstring for overloaded ops 25 May 2016, 14:12:31 UTC
d3e3f7d address cr comments 25 May 2016, 14:12:30 UTC
b741c1a boadcast helper functions 25 May 2016, 14:12:29 UTC
6b76d16 helper functions for broadcasting test 25 May 2016, 14:12:28 UTC
b0fb9bd rename pass_tensor to identity 25 May 2016, 14:12:27 UTC
4694d40 add pass node 25 May 2016, 14:12:26 UTC
c10f51a add note to doc string of sqrt and log 25 May 2016, 14:12:25 UTC
6168668 remove power 25 May 2016, 14:12:24 UTC
7c4cd80 remove wrongly generated files 25 May 2016, 14:12:23 UTC
48fa413 forward test for power 25 May 2016, 14:12:22 UTC
66c5f98 unit test for square 25 May 2016, 14:12:21 UTC
7219bfc unit test for sqrt 25 May 2016, 14:12:20 UTC
3c69f92 add log unit test 25 May 2016, 14:12:19 UTC
2942fb8 add log, exp, power, sqrt, square to the facade 25 May 2016, 14:12:18 UTC
847d85c remove deprecated ops_test.py 25 May 2016, 14:12:17 UTC
e983434 fix square in cntk2 bs 25 May 2016, 14:12:16 UTC
7f39263 add log, power, sqrt, square and exp to core bs cntk2 25 May 2016, 14:12:15 UTC
f0d1374 factor out constants in eval_test 25 May 2016, 14:12:14 UTC
1790616 initialize directory in deferred context 25 May 2016, 14:12:13 UTC
2a7e313 remove default context possibliity from reader.py 25 May 2016, 14:12:12 UTC
fdad4c5 use with get_newcontext() as ctx for cntk.eval 25 May 2016, 14:12:11 UTC
eab9bfd get rid of default context 25 May 2016, 14:12:10 UTC
b519e5d Integrate gaizna/eval_unittests into master 25 May 2016, 14:08:56 UTC
596e11a minor glitches 25 May 2016, 11:44:19 UTC
ff083d5 minor glitches 25 May 2016, 11:43:11 UTC
2abf395 Minor glitches 25 May 2016, 11:39:05 UTC
35986ae Extend checks and tests for extended eval interface Removed m_numberOfSamples, which is redundant Added more checks Fixed and extended test cases 25 May 2016, 11:30:38 UTC
1a6dce7 Integrate alrezni/longlivethereader into master 25 May 2016, 09:54:41 UTC
d8be484 Replace UCIFast with CNTKTestFormat as the default reader 25 May 2016, 09:11:38 UTC
0928b9f Minor fixes in Convolution/BN 24 May 2016, 23:12:56 UTC
ce364a1 Integrate thilow/CompareNode2 into master 24 May 2016, 14:13:56 UTC
8c6c0a1 Source/Readers/ExperimentalHTKMLFReader/: more logging 24 May 2016, 12:30:19 UTC
f2b13eb Another attempt to fix mpic++ problem with compareNode 24 May 2016, 12:25:11 UTC
708dcb8 Trying to fix a problem related to mpic++ 24 May 2016, 12:05:37 UTC
bd087c1 Add deprecation notice 24 May 2016, 11:57:03 UTC
8eaf091 ComparsionNode: removed type aliases as they don't work with mpic++. Readded lost file comparison_test.py 24 May 2016, 09:52:02 UTC
2a333f3 Merged with master 24 May 2016, 09:01:03 UTC
44a1e87 Revert "Raise an exception in UCIFast contstructor" This reverts commit 9ad127dacdc447490c02ed78a6a99283c68d811c. 24 May 2016, 07:42:11 UTC
9ad127d Raise an exception in UCIFast contstructor 24 May 2016, 07:40:42 UTC
6cef7b0 Integrate wilrich/slice into master 23 May 2016, 19:55:53 UTC
bdb1271 Improved exception handling 23 May 2016, 18:23:53 UTC
7376f25 Removed two lines that where accidentially added with previous commit 23 May 2016, 14:11:47 UTC
c140a1e Adding Compare nodes (Less, Greater, ...) 23 May 2016, 14:06:40 UTC
0833a26 CuDNN RNN Remove Unnecessary GetLength() Member Function 20 May 2016, 18:20:46 UTC
5558144 Merge remote-tracking branch 'origin/master' into jdroppo/cudnn-rnn-lstm Conflicts: Source/Math/Math.vcxproj Source/Math/Math.vcxproj.filters Source/Math/MathCUDA.vcxproj.filters 20 May 2016, 18:20:07 UTC
bd74679 Addressing CR 20 May 2016, 15:12:23 UTC
656b7bc Moving reindexing out of bundler into the cntk format deserializer 20 May 2016, 14:22:28 UTC
feb7ac0 Adds the EvalTests unit test project to the solution Adds tests for the EvalTests unittest project covering the new EvalExtended interface Adds check for mbLayout when creating VariableLayout in CNTKEvalExtended::ToVariableLayout function 20 May 2016, 14:09:44 UTC
4a3e8da Normalize booleans in reader config 20 May 2016, 13:56:16 UTC
00a4c0c Arg doc 20 May 2016, 13:56:16 UTC
317fa84 Clean up examples 20 May 2016, 13:56:15 UTC
1f0ac9c Updated auto-generated operator modules using the fixed fetch_ops 20 May 2016, 13:56:14 UTC
ef2a604 Fix Trace() initialization 20 May 2016, 13:56:13 UTC
9e13e33 Fix fetch_ops to work with bogus operator definitions 20 May 2016, 13:56:13 UTC
7cfc54c Support for slice operator 20 May 2016, 13:56:12 UTC
4b5dd5f Adding more comments and tests 20 May 2016, 11:51:38 UTC
556fd99 Fixing some bugs 20 May 2016, 11:51:38 UTC
618e98a Adding support of sequence keys to CNTK key 20 May 2016, 11:51:38 UTC
07165dd Adding more data 20 May 2016, 11:51:38 UTC
f76a944 Disable flaky test patterns 20 May 2016, 10:11:16 UTC
1360f0f CuDNN RNN move to CUDNN5 Release Version cudnn-7.5-windows10-x64-v5.0-ga This required the following changes - CuDnnRNN::SetLength no longer necessary, the RNN descriptor is length-agnostic. - The sequence length is now a parameter of the backward and forward cudnn calls, so it is stored as a member function in the executor object. It is reset at each call of the forward pass. - dims[] and strides[] in cudnnSetTensorNDDescriptor have been re-arranged. But, data layout should be the same. - other API calls experienced minor changes 19 May 2016, 21:18:06 UTC
8dcfa43 CuDNN RNN Allow Parameters To Have Non-Vector Shape I've noticed that 1-bit parallel training doesn't work well with this new RNN node. One possibility is that because the parameters are in a single column vector, they only get one "scale parameter" during the compressed exchange. This change allows the parameters to exist in any shape. Spreading them over more columns means more scale parameters, and hopefully better convergence. 19 May 2016, 20:26:48 UTC
b9f3c54 Integrate clemensm/s2sfix into master 19 May 2016, 19:32:28 UTC
2f2ca02 Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix 19 May 2016, 17:50:58 UTC
76c4bd8 Add examples converted from UCI to the new text format Add/convert all examples from Examples/Other/Simple2d and several from Examples/Image (all that use UCIFastReader). 19 May 2016, 16:32:11 UTC
832655a Review comments 19 May 2016, 15:41:17 UTC
2d9d1fa Addressing CR 19 May 2016, 10:18:14 UTC
80e8d73 Adding writer test 19 May 2016, 09:28:23 UTC
205c03f CuDNN RNN Fix Typo 18 May 2016, 22:39:44 UTC
847d103 CuDNN RNN Add Explicit Instantiaion of CuDnnRNN() Class 18 May 2016, 22:37:08 UTC
464445b CuDNN RNN - Unified WLSTM and LSTM Functionality. - Clean up the Math API Calls to remove un-necessary details - Automatically use WLSTM (frame mode) when GetNumTimeSteps()==1 - Factored common code into CuDnnRNNExecutor::SetDescriptors() - CuDnnRNN::SetLength now does nothing if the length hasn't changed. - Input/Output shapes are determinied by: input feature length, output feature length, and a vector describing per-frame minibatch length. 18 May 2016, 22:12:17 UTC
ae0eb49 Get Tests/EndToEndTests/Examples/Speech/TIMIT/Write*/ to work again Note: WriteScaledLogLike produces results of varying checksum on Windows, where our hardware varies greater. If we see similar effects on Linux or WriteBottleneck as well, we need to rework. 18 May 2016, 19:20:01 UTC
5dd6b5f Integrate mahilleb/TestDisable into master 18 May 2016, 19:17:37 UTC
512216d Disable / work-around flaky tests pending further investigation. 18 May 2016, 18:26:07 UTC
7b6742a CuDNN RNN Fix String Format Bug in InvalidArgument() Usage 18 May 2016, 17:20:32 UTC
83c152f Documentation Fixes 18 May 2016, 16:27:35 UTC
402fee1 Ignore some python artifacts 18 May 2016, 15:55:10 UTC
back to top