Adalberto Foresti
d3bf8f7213
Removing min() macro from matrix.cpp
...
This macro hides the corresponding stl function. There doesn't seem to
be a need for it anymore.
2016-09-17 13:42:33 -07:00
Frank Seide
203df465dd
(bug fix in 1-bit workaround)
2016-09-16 20:29:11 -07:00
Frank Seide
1dfdb14808
updated baselines w.r.t. camelCase change of 1-bit SGD log message
2016-09-16 20:20:48 -07:00
Frank Seide
3dda639d6b
moved re-init of 1-bit SGD after WaitAll()
2016-09-16 20:02:13 -07:00
Frank Seide
0bbfdbef99
cherry-picked: numGradientBits is now a vector; simplified logging of MB scaling
2016-09-16 19:59:33 -07:00
Project Philly
dfcade2d8c
Integrate fseide/samplebs into master
2016-09-16 12:57:15 -07:00
Project Philly
69c64eeae6
Integrate mahilleb/StartEpochCheck into master
2016-09-16 09:13:09 -07:00
Mark Hillebrand
50d60ae2d1
Check that parallelizationStartEpoch is >= 1
2016-09-16 16:57:18 +02:00
Ivan Rodriguez
6b3392a543
small fix for cudnn dependencies in unit tests
2016-09-16 14:44:46 +02:00
Thilo Will
bab2302cd9
merged from master
2016-09-16 10:28:04 +02:00
Thilo Will
d335c24ba4
Moved the test for emptyness
2016-09-16 10:22:25 +02:00
Amit Agarwal
8074819e43
CNTK V2 Library: Temporary hack to adapt to the addition of non-scalar initial value for Past and Future value nodes. Actual support for the same at the CNTK V2 APi level will be added soon.
2016-09-15 23:59:49 -07:00
Frank Seide
3d5d78fbb7
updated pretrained model
2016-09-15 22:24:05 -07:00
Frank Seide
922cc963f9
updated ImageHandsOn to new defaults
2016-09-15 22:15:42 -07:00
Frank Seide
ec0adbe79b
bug fix in SLUHandsOn_Solution4; updated pre-trained models for this tutorial
2016-09-15 20:56:46 -07:00
Frank Seide
92f49753d7
updated SLUHandsOn to after fsAdagrad and default patch
2016-09-15 20:00:13 -07:00
Frank Seide
3d5c305a70
added a project for the PY examples, and a skeleton for E2E ASR
2016-09-15 18:42:46 -07:00
Frank Seide
38fc5941ce
(made gcc happy)
2016-09-15 17:30:59 -07:00
Jasha Droppo
9a560871c7
InvalidArgument() was being called with too few parameters
2016-09-15 17:05:49 -07:00
Frank Seide
d790cd9ae2
merged from jdroppo/memshare-rnn-bugfix and master
2016-09-15 16:41:14 -07:00
Frank Seide
85ed5ff9b5
Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/samplebs
2016-09-15 16:36:51 -07:00
Jasha Droppo
8f8d262d49
Fix Memshare Bug in RNNNode
...
The RNNNode doesn't technically use the input data during backprop, but the code
did query the matrix size. When the matrix was shared, it is possible that this
size gets changed by someone else before it is read out.
The fix is to query the node directly for the number of elements in each piece of
data.
I've also marked the parameters input as not shared, in case someone does something
weird on the input side in the future.
Finally, the check that Input(1) is data has been moved from forwardprop to the
validation code.
2016-09-15 16:31:27 -07:00
Adalberto Foresti
8bebd7d9aa
Removing min() macro from matrix.cpp
...
This macro hides the corresponding stl function. There doesn't seem to
be a need for it anymore.
2016-09-15 14:12:07 -07:00
Philipp Kranen
183d2b05b0
removing few test cases for 03 e2e
2016-09-15 22:54:07 +02:00
Philipp Kranen
40f00a8f43
deterministic jenkins baselines
2016-09-15 22:54:06 +02:00
Philipp Kranen
ffdee0d11f
set mnist bs e2e tests to deterministic
2016-09-15 22:54:05 +02:00
Philipp Kranen
3be5c78572
fixed tolerances in testcases
2016-09-15 22:54:04 +02:00
Philipp Kranen
7aa00123ec
updated jenkins baselines
2016-09-15 22:54:02 +02:00
Philipp Kranen
cc55c0853b
updated mnist configs with new initializations
2016-09-15 22:54:01 +02:00
Philipp Kranen
33f83c9cd8
ConvBatchNorm example using Sequential
2016-09-15 22:54:00 +02:00
Philipp Kranen
3d5b3f5cbe
readded testcases in yaml
2016-09-15 22:53:59 +02:00
Philipp Kranen
9ec1c6bbdc
brain script layer versions of MNIST example configs
2016-09-15 22:53:57 +02:00
Thilo Will
de50a4a2f0
removed trash files
2016-09-15 17:32:00 +02:00
Frank Seide
b0ade9c1c1
addressed CR feedback (new overload for PastValueNode constructor)
2016-09-15 08:18:00 -07:00
Thilo Will
197c3d4d9c
Moved file from data to Data
2016-09-15 16:26:33 +02:00
Thilo Will
a13a7e54cb
some small fixes
2016-09-15 15:28:02 +02:00
Thilo Will
aa553ce586
cr related fixes
2016-09-15 14:21:33 +02:00
Thilo Will
c2e34f53b0
fixing formating string for unsigned long long
2016-09-15 13:13:25 +02:00
Thilo Will
fd13a8b0eb
Merge remote-tracking branch 'origin/master' into thilow/Implement_Times_Sparse_Dense_on_CPU
...
# Conflicts:
# Source/ComputationNetworkLib/LinearAlgebraNodes.h
2016-09-15 11:41:09 +02:00
Thilo Will
6f5fbbec4a
Fixing simple cr related issues
2016-09-15 11:32:21 +02:00
Amit Agarwal
c6685896d6
CNTK v2 library: Enable support for non-scalar initial values for Past and Future value nodes since now the core engine supports the same
2016-09-14 23:30:55 -07:00
Frank Seide
c5f239c3f6
undid merge of Function.cpp
2016-09-14 22:49:14 -07:00
Frank Seide
e70ab2b121
undid merge of Function.cpp
2016-09-14 21:32:45 -07:00
Frank Seide
2b67db7be5
merge from master
2016-09-14 21:20:26 -07:00
Amit Agarwal
292f1efb23
CNTK v2 library: Fixed a bug in the v2 library's handling of slice operation and addressed CR feedback
2016-09-14 16:01:06 -07:00
Amit Agarwal
7be3be2819
Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library
2016-09-14 15:59:55 -07:00
Frank Seide
4e1b1ab850
completed merge from master for RecurrentNodes.cpp/h
2016-09-14 14:20:23 -07:00
Frank Seide
ee2e6ece77
merged from master, still need to merge RecurrentNodes.cpp manually
2016-09-14 14:13:40 -07:00
Frank Seide
6eb16d182e
reverted eval order of Sequential to what it is in master
2016-09-14 13:48:18 -07:00
Clemens Marschner
52940bafc5
Add src code comment; Fix a merge glitch
2016-09-14 11:49:48 +02:00