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
Frank Seide
27c369795a
created a first BS version of CIFAR-10 01_Conv
2016-08-09 15:33:20 -07:00
Nikos Karampatziakis
8ad49c7ca4
merge separate apt-get commands in Dockerfiles into one;
...
update CPU Dockerfile to call MNIST and CIFAR python scripts
2016-08-09 15:21:29 -07:00
Frank Seide
30ff99b5ab
tried bidirectional intent classifier
2016-08-09 10:01:06 -07:00
Project Philly
26eb5afaab
Integrate t-ivrodr/fix_unittests_build into master
2016-08-09 06:40:36 -07:00
Project Philly
3871b7fcfb
Integrate zhouwang/libzippath-docker into master
2016-08-09 05:50:30 -07:00
Ivan Rodriguez
289f62fd82
Fix cudnn dll dependency for debug build
2016-08-09 14:08:43 +02:00
Frank Seide
53d52227bb
added intent classification to ATIS sample
2016-08-08 22:51:17 -07:00
Frank Seide
f9c10a83a3
created slot tagger in new style from Derek's example;
...
added a layer-like LSTM called LSTMBlock{} and fixed RecurrentLSTMLayer{} with that;
ComputationNetworkBuilder from BrainScript now force-uses top-level node names for all nodes that are reachable from outer record, as that is the name the user intended
2016-08-08 22:08:54 -07:00
Frank Seide
71c2a94d60
switched to new CTF files (not cleaned up yet);
...
fixed a CTF preparation error
2016-08-08 19:14:06 -07:00
Frank Seide
b96a5082f8
added pre-processed ATIS files and first step towards tutorials
2016-08-08 18:54:57 -07:00
Nikos Karampatziakis
2e59be9c1c
update GPU Dockerfile to cuda 7.5 and add test dependencies to both CPU and GPU Dockerfiles
2016-08-08 15:57:03 -07:00
Nikos Karampatziakis
c8e309ba71
move [CG]PU-Dockerfile to [CG]PU/Dockerfile
2016-08-08 15:30:52 -07:00
xiaohuliu
9db12ddf3d
Merge branch 'master' of https://github.com/Microsoft/cntk
2016-08-08 15:23:32 -07:00
xiaohuliu
eccd3d0571
Update the README file about F1 score.
2016-08-08 15:22:08 -07:00
Zhou Wang
15d4045a1e
Add libzip path to LD_LIBRARY_PATH
2016-08-08 22:05:09 +02:00