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

6859 Коммитов

Автор SHA1 Сообщение Дата
Frank Seide 1a80a6a1c1 undid accidental change of Shuffle() 2016-07-26 13:55:12 -07:00
Frank Seide 5e357fee8b addressed minor feedback from Amit's CR;
addressed feedback from Simon Layton (NVidia) that the constants defined in GridDim are too small.
2016-07-26 13:52:21 -07:00
U-FAREAST\fseide a5d15f3078 Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/clonebs 2016-07-22 10:04:08 -07:00
Frank Seide 7416f9bb6f bug fix: BatchNormalization::BackpropTo() should distinguish between saveMean and runMean the same way ForwardProp() does 2016-07-22 09:54:13 -07:00
Frank Seide 27ff6f7177 (typo) 2016-07-22 08:53:31 -07:00
Frank Seide 07a6fa25f9 BatchNorm: moved allocation of saveMean() to where they are produced, and allocating them empty when they are not produced at all 2016-07-22 08:46:02 -07:00
Frank Seide 02700105a6 added new interface IFreezable to tell a node to freeze itself, in order to allow BatchNormalization to honor CloneFunction (..., parameters="constant") 2016-07-22 08:24:56 -07:00
Frank Seide ce350dda68 (trying around with saveMean) 2016-07-21 19:47:45 -07:00
Frank Seide 246a097c6d (fixed an error message) 2016-07-21 19:39:10 -07:00
Frank Seide dcbb76085b bug fix: CloneFunction() should map output nodes, too 2016-07-21 19:11:02 -07:00
Frank Seide 42fbc7e404 CloneFunction() now returns its return value 2016-07-21 19:05:04 -07:00
Frank Seide 41de6bc023 added some logging to CloneFunction 2016-07-21 18:25:50 -07:00
Frank Seide 3d70ff34e0 heavily commented batch-normalization code, including several bugs;
new interface IParameterNode for identifying LearnableParameters;
first implementation of CloneFunctionConfigLambda (except for returning the result)
2016-07-21 17:37:44 -07:00
Frank Seide 614762c03b added plumbing for CloneFunctionConfigLambda() (but not the actual cloning function) 2016-07-21 11:27:33 -07:00
Amit Agarwal f3dec438d6 a) Made CUDA sync mode execution of kernels a runtime config option instead of a build flavor b) Added perf instumentation to show accurate per MB read, compute and parameter update time 2016-07-20 17:19:00 -07:00
U-FAREAST\fseide d3d641b638 Merge branch 'fseide/seq2seqsample' of https://github.com/Microsoft/CNTK into fseide/seq2seqsample 2016-07-19 16:42:50 -07:00
U-FAREAST\fseide 30d840a132 some CRLF fix in build-windows.cmd 2016-07-19 16:42:04 -07:00
Frank Seide 39a9175097 merged from master 2016-07-19 16:40:51 -07:00
Wayne Xiong c6f24a9a59 Minor fix in MEL 2016-07-19 10:58:47 -07:00
Gaizka Navarro 234662c008 Makes EvalDll.dll a delay-loaded library to support ASP Net native dependencies path issues. 2016-07-18 17:27:17 +02:00
Alexey Orlov 98fb62da95 Fix 1bit SGD Submodule Commit 2016-07-18 16:03:18 +02:00
Project Philly 74092970f6 Integrate zhouwang/disableunittests-linux into master 2016-07-18 06:43:33 -07:00
Project Philly 465f50acf5 Integrate t-ivrodr/franks_performance_tests into master 2016-07-18 06:06:33 -07:00
Project Philly 51d6be9a17 Integrate zhouwang/fix-evalpath into master 2016-07-18 05:49:10 -07:00
Ivan Rodriguez be64a3958d Using again shared_ptr 2016-07-18 13:43:37 +02:00
Ivan Rodriguez 10e885a89a Fix previous merge 2016-07-18 13:43:37 +02:00
Ivan Rodriguez 7d8657b1a8 Change code according to review 2016-07-18 13:43:37 +02:00
Ivan Rodriguez 671ea70583 Clean Math and MathPerformance test projects 2016-07-18 13:42:33 +02:00
Ivan Rodriguez dac4aca396 refactor tensor tests 2016-07-18 13:40:15 +02:00
Ivan Rodriguez a1429863f0 Move math performance tests to MathTests 2016-07-18 13:39:07 +02:00
Ivan Rodriguez 8567344d88 Add Boost support for tests 2016-07-18 13:34:04 +02:00
Alexey Orlov 27971f6818 1bit-SGD submodule update 2016-07-18 13:34:04 +02:00
Frank Seide e3b1b66aba added tensor test(s) to MathPerformanceTests 2016-07-18 13:32:14 +02:00
Frank Seide 1288809f67 bug fix i DirectoryPathOf(): PathRemoveFileSpec() does not return an HRESULT 2016-07-18 13:30:00 +02:00
Ivan Rodriguez 64ecb3c659 Change code according to review 2016-07-18 13:30:00 +02:00
Ivan Rodriguez 64f6978ad9 remove unused forward declared struct 2016-07-18 13:30:00 +02:00
Ivan Rodriguez 682fa144ab Clean Math and MathPerformance test projects 2016-07-18 13:30:00 +02:00
Ivan Rodriguez 934dd082a0 Fix crash when running BiasGradient test. Remove the original test code. 2016-07-18 13:28:11 +02:00
Ivan Rodriguez 936b736c1f refactor tensor tests 2016-07-18 13:28:11 +02:00
Ivan Rodriguez af6ddf9c04 Move math performance tests to MathTests 2016-07-18 13:28:11 +02:00
Ivan Rodriguez 555b17c4bc Add Boost support for tests 2016-07-18 13:25:45 +02:00
Frank Seide a69f578026 added few more TensorTests (convolution) 2016-07-18 13:24:56 +02:00
Frank Seide a172c89111 added tensor test(s) to MathPerformanceTests 2016-07-18 13:24:56 +02:00
Zhou Wang c747b28437 temporarily not build unit tests as docker image does not include boost. 2016-07-16 17:55:38 +01:00
Zhou Wang 4e087245c6 fix bug in getting path 2016-07-15 20:17:50 +02:00
Dong Yu a67273394e Update Network Description Language.md 2016-07-15 10:07:15 -07:00
Project Philly b14d0e1063 Integrate eldak/ivector into master 2016-07-15 09:45:43 -07:00
Eldar Akchurin d181c78520 Updating folder information 2016-07-15 13:53:50 +02:00
Alexey Orlov 4cd87f4f8d ReadMe News, Jul 15, 2016 2016-07-15 13:07:03 +02:00
Eldar Akchurin 844bdea8c4 Fixing linux build 2016-07-15 11:50:45 +02:00