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

7156 Коммитов

Автор SHA1 Сообщение Дата
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
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
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
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
Frank Seide 7e5bc945cd Merge branch 'master' of https://github.com/Microsoft/cntk into fseide/kdd 2016-08-11 17:47:50 -07:00
Frank Seide f88fcdb3f2 now accepts mismatching MBLayouts during validation, relying on runtime checks only. Updated ATIS sample. 2016-08-11 17:29:21 -07:00
Frank Seide b950b9ede4 changed apply function to apply() for clarity and familiarity;
factored reporting of layout mismatches
2016-08-11 15:09:09 -07:00
Frank Seide 072327b52e TutorialImage simplifications 2016-08-11 14:02:32 -07:00
Alexey Orlov c9db38f99c Enabling Strong Name for EvalWrapper 2016-08-11 13:37:04 -07:00
Eldar Akchurin c0c9916a2d Addressing CR 2016-08-11 17:39:43 +02:00
Eldar Akchurin 0390abc470 Removing unused file 2016-08-11 16:38:10 +02:00
Eldar Akchurin f4ffce2422 Fixing crash in the transformers 2016-08-11 16:34:50 +02:00
Frank Seide 474570dbb5 first version of ResNet in TutorialImage.cntk;
breaking change: ConvolutionalLayer{} and XXPoolingLayer{} now both default to padding=false, like Keras
2016-08-10 23:47:44 -07:00
Project Philly 281f1a3d9d Integrate nikosk/minor-directory-restructuring-for-Dockerfiles into master 2016-08-10 22:24:46 -07:00
Frank Seide 8ecc7b13d5 readded BN to TutorialImage.CNTK 2016-08-10 20:33:19 -07:00
Frank Seide 8a79eda0ba got a new baseline for TutorialImage.cntk/simple network, with latest reader architecture 2016-08-10 18:53:39 -07:00
Frank Seide 6e32e40608 switched convnet to new reader architecture 2016-08-10 18:18:34 -07:00
Frank Seide ea3b31fa17 added new reader to TutorialImage.cntk 2016-08-10 17:42:46 -07:00
Frank Seide e1d0cb2ddd bug fix in GetMatrixInfo: should check gradient matrix ptr for being NULL instead of asking NeedsGradient() 2016-08-10 16:36:41 -07:00
Alexey Orlov 83e3485e0c Main ReadMe News, Aug 10, 2016 2016-08-10 16:20:09 -07:00
Frank Seide 19233d7fd9 changed shareNodeValueMatrices to true by default 2016-08-10 12:06:40 -07:00
Frank Seide 34cb4a9cb0 created ConvNet.cntk 2016-08-10 11:08:09 -07:00
Frank Seide 9f6306c843 replaced 01_Convolution.bs.cntk with TutorialImage.cntk 2016-08-10 11:07:19 -07:00
Frank Seide 03143a06f7 printing matrix info no longer requires ElemType and has streamlined output;
added parameter dimension inference to BatchNormalizationNode
2016-08-10 10:47:25 -07:00
Frank Seide d071351c32 fragments of parameter inference for BN, but failed due to existing bug;
added BN to TutorialImage
2016-08-09 23:56:24 -07:00
Frank Seide 3be8fabecf (made gcc happy) 2016-08-09 21:39:29 -07:00
Frank Seide 7948ec40ea (minor cleanup) 2016-08-09 21:33:47 -07:00
Frank Seide 6772d27f4e added a BS version of 01_Conv 2016-08-09 21:33:21 -07:00
Frank Seide 4cd66b6d79 minor cleanup of TutorialImage.cntk 2016-08-09 21:26:20 -07:00
Frank Seide ce550d97e1 added Sequential style to TutorialImage 2016-08-09 21:24:17 -07:00
Frank Seide 55673988af implemented dimension inference for Convolution() 2016-08-09 21:08:28 -07:00
Frank Seide afb0175f45 ND-Pooling no longer requires to specify reduction dimensions for kernel etc. (they will be inferred) 2016-08-09 17:54:20 -07:00
Frank Seide e44b53ee78 adapted seqcla.cntk to a renamed optional parameter 2016-08-09 16:38:42 -07:00
Frank Seide b32a04e517 bug fix: Times() should infer tensor ranks correctly 2016-08-09 16:35:53 -07:00
Nikos Karampatziakis 52126c39e2 adjust LD_LIBRARY_PATH in Dockerfile 2016-08-09 16:10:53 -07:00
Nikos Karampatziakis 9683d12064 Merge branch 'nikosk/minor-directory-restructuring-for-Dockerfiles' of https://github.com/Microsoft/cntk into nikosk/minor-directory-restructuring-for-Dockerfiles 2016-08-09 16:05:01 -07:00
Frank Seide 9046f9a08a towards new structure for 01_Conv CIFAR-10 2016-08-09 16:01:16 -07:00
Nikos Karampatziakis 0f9eadf7c5 update GPU Dockerfile to cuda 7.5 and add test dependencies to both CPU and GPU Dockerfiles 2016-08-09 15:58:16 -07:00