Граф коммитов

7246 Коммитов

Автор SHA1 Сообщение Дата
Wolfgang Manousek 40d247841a remove reference to acml math library 2016-08-17 10:04:56 +02:00
Ivan Rodriguez 41fb7ade94 Fix for linux build 2016-08-17 08:12:03 +02:00
Ivan Rodriguez e69c28b909 Delete actual dumps and fix dependency on Cudnn64_4.dll 2016-08-17 08:12:03 +02:00
Ivan Rodriguez ba8f952a8a Add test cases 2016-08-17 08:12:03 +02:00
Ivan Rodriguez 3b6f6870b7 Modify brainscript tests projects to start with computation network tests 2016-08-17 08:12:03 +02:00
Zhou Wang d965072d2e fix bug in m_featureElmentType initialization 2016-08-16 17:49:06 +02:00
jeanfad 46a10adb7b Merge branch 'master' into blis/PythonV2 2016-08-16 09:47:04 +02:00
Dong Yu 1c98108e3c Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/getevalorder 2016-08-15 17:08:26 -07:00
Dong Yu fcb74cac78 Support GetEvalOder call in MEL. 2016-08-15 16:41:16 -07:00
Nikos Karampatziakis 8c809d2018 make the name resolution for new helper explicit 2016-08-15 14:06:15 -07:00
Nikos Karampatziakis 586bfbad70 correct the bracketing of tricky expression in sequence parser;
fix a potentially infinite loop
2016-08-15 11:39:10 -07:00
William Darling ce8ee688d8 fixed tab use 2016-08-13 12:33:27 +02:00
William Darling 722ee6fb4a fixed more conflicts 2016-08-13 12:09:28 +02:00
William Darling f38272524f fixed conflicts 2016-08-13 12:05:14 +02:00
William Darling 36ecd96e4f added note re code duplication 2016-08-13 12:03:11 +02:00
William Darling 54fc3279b2 added full GRU implementation with same interface as LSTM so it can be a pop-in replacement 2016-08-13 12:00:07 +02:00
William Darling ded7fd7620 added returned outputDim in GRU 2016-08-13 12:00:07 +02:00
William Darling 94c7ca8adb fixed tabs 2016-08-13 12:00:07 +02:00
William Darling 8f362b9531 added stack of GRUs so we can use this with seq2seq 2016-08-13 12:00:07 +02:00
William Darling 5a60d48bd4 fixed tab use; renamed privateInnards in LSTM function 2016-08-13 12:00:07 +02:00
William Darling fae8715d9b fixed typo 2016-08-13 11:59:05 +02:00
William Darling 71ce331165 added GRU implementation to CNTK.core.bs 2016-08-13 11:59:05 +02:00
William Darling 1ff309ff46 added full GRU implementation with same interface as LSTM so it can be a pop-in replacement 2016-08-13 11:59:05 +02:00
William Darling 55f55ae1cf added returned outputDim in GRU 2016-08-13 11:59:05 +02:00
William Darling 6dfc00f171 fixed tabs 2016-08-13 11:59:05 +02:00
William Darling cef8c811c9 added stack of GRUs so we can use this with seq2seq 2016-08-13 11:59:05 +02:00
William Darling dc52c2c12f fixed tab use; renamed privateInnards in LSTM function 2016-08-13 11:59:05 +02:00
William Darling 730aaea9e2 fixed typo 2016-08-13 11:56:57 +02:00
William Darling b795260279 added GRU implementation to CNTK.core.bs 2016-08-13 11:56:57 +02:00
Frank Seide a369a18a14 BrainScriptNetworkBuilder now allows curlies 2016-08-12 16:16:20 -07:00
Frank Seide c5a9d41e76 Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/kdd 2016-08-12 14:05:05 -07:00
Frank Seide 9859a36a67 bug fix: ConvolutionalLayer{} should use old-style Parameter{} dimensions to be compatible with CNTK convolution engine 2016-08-12 14:03:32 -07:00
Project Philly a269e0e6b5 Integrate thilow/FixTimes4SparseOnCPU into master 2016-08-12 13:45:12 -07:00
Project Philly 0692596194 Integrate alexeyo/EvalWrapper-Strong-Name into master 2016-08-12 13:12:38 -07:00
jeanfad fa23b38dd8 remove tester files that are not needed anymore 2016-08-12 17:44:20 +02:00
jeanfad 29317e7e72 Merge branch 'master' into blis/PythonV2 2016-08-12 17:29:42 +02:00
jeanfad e8b623c50f reverse axes in swig for ndshape.dimensions() and ndarrayview 2016-08-12 17:28:22 +02:00
Thilo Will 8d7ed085e1 Fix of fix 2016-08-12 16:24:01 +02:00
Alexey Orlov 551f1dfe3a Added *.snk (Strong Name key) to ,gitattribute as binary 2016-08-12 07:17:46 -07:00
jeanfad f9b3ac33b9 automatic generation of pythonic names 2016-08-12 15:16:42 +02:00
Thilo Will 6f7505f656 Fixing another bug in Times(Dense,Sparse) and restructure code 2016-08-12 14:52:27 +02:00
Eldar Akchurin aea8549471 Fixing composite error to support sparse labels 2016-08-12 14:47:30 +02:00
Eldar Akchurin 66e45348fa Fixing bug in sparse matrix buffer estimation 2016-08-12 14:47:30 +02:00
Eldar Akchurin 59fd8772b1 Allowing sparse labels 2016-08-12 14:47:30 +02:00
jeanfad e4c2de1193 address cr comments part2 2016-08-12 12:02:53 +02:00
Thilo Will edd3a948f6 Fixing initialsation of result in Times(dense, sparse) on CPU 2016-08-12 09:53:09 +02:00
Frank Seide 561d773d37 addressed CR feedback 2016-08-12 00:34:49 -07:00
Frank Seide 80d8ffdc48 reverted shareNodeValueMatrices back to false by default, since some Python tests fail 2016-08-12 00:28:13 -07:00
Frank Seide caef7e57b8 added more initialization options to LearnableParameter 2016-08-11 21:20:15 -07:00
Frank Seide 08730dafb7 (addressed CR feedback) 2016-08-11 18:41:14 -07:00