Sasa Galic
417f3fe730
Add crop node
...
In this change crop node is implemented.
The purpose of this node is to crop portion of the first node that
dimension-wise corresponds to the second node at the given or
calculated offset.
Offsets may be given manually or calculated based on affine transform
between two inputs along the path that connects them.
2016-10-26 11:18:36 +02:00
Philipp Kranen
e5429ae44d
Addressed BS CR comments
2016-10-04 14:55:10 +02:00
Philipp Kranen
0f140ec735
Addressed CR comments round 2
2016-10-04 14:55:03 +02:00
Hunter Lang
6643c2b480
hunter: fast-rcnn
2016-10-04 14:54:59 +02:00
Frank Seide
1f9c539c61
Merge branch 'jdroppo/cudnn-rnn-lstm' of https://github.com/Microsoft/cntk into fseide/cudnn5
2016-08-22 20:11:07 -07:00
Frank Seide
9bd57387bb
renamed ErrorPrediction to ClassificationError
2016-08-22 10:30:17 -07:00
Jasha Droppo
80d077054d
Merge branch 'master' into jdroppo/cudnn-rnn-lstm
2016-08-15 16:11:16 -07:00
Frank Seide
da1f9f470a
fix in Convolution mapCount change
2016-07-27 10:35:17 -07:00
Jasha Droppo
a4e42744c2
Merge branch 'master' into jdroppo/cudnn-rnn-lstm
...
Conflicts:
Makefile
Source/CNTK/BrainScript/CNTKCoreLib/CNTK.core.bs
Source/Math/CuDnnBatchNormalization.cu
Source/Math/CuDnnConvolutionEngine.cu
Source/Math/Math.vcxproj
Source/SGDLib/SGD.cpp
2016-07-18 11:11:58 -07:00
Thilo Will
c36b45d2a7
Exposed LopPLus in ComputationNetworkBuilder.
...
Test for forward path works.
Added untested fix for backward path.
2016-07-07 14:13:57 +02:00
Alexey Kamenev
dd373969f2
Removed MaxPoolingMaskNode
2016-06-14 09:58:16 -07:00
Alexey Kamenev
dd21564eee
Added MaxUnpoolingNode.
2016-06-14 09:58:16 -07:00
Thilo Will
6f90287f12
Removed the the prefix 'Comparsion' from the comparison node names.
2016-05-27 14:15:11 +02:00
Thilo Will
c140a1e264
Adding Compare nodes (Less, Greater, ...)
2016-05-23 16:06:40 +02:00
Jasha Droppo
a548ff34ec
Merge remote-tracking branch 'origin/mradmila/dgx1' into jdroppo/cudnn-rnn-lstm
...
The goal is to align Marko's changes for CuDNN5 with my own.
Conflicts:
Source/CNTK/BrainScript/CNTKCoreLib/CNTK.core.bs
Source/Math/CuDnnBatchNormalization.cu
Source/Math/CuDnnConvolutionEngine.cu
Source/Math/Math.vcxproj
2016-05-10 11:27:36 -07:00
Jasha Droppo
bbd04b3a90
RNNNodes finalized initial design
2016-04-28 14:40:11 -07:00
Thilo Will
25eff37ba6
merged with master
2016-04-26 11:05:58 +02:00
Thilo Will
7d1cfb77e6
merged with master
2016-04-25 17:41:54 +02:00
William Darling
04ba892adf
addressing first set of comments from CR
2016-04-25 12:07:21 +02:00
William Darling
46b96b551a
implementing ClipByValue(x, minValue, maxValue) in CN lib, NDL, and BS
2016-04-25 12:02:01 +02:00
Aayush Garg
2d5614618d
Floor,ceil,round operators impl. and tests
2016-04-22 08:43:41 -07:00
Thilo Will
18e8f49f80
Implementing IfNode
2016-04-22 10:17:13 +02:00
Frank Seide
7a969bb528
moved SumColumnElementsNode to new header DeprecatedNodes.h. No code change
2016-04-17 18:30:27 -07:00
William Darling
cf101570ec
changes to support sin() node
2016-04-07 16:16:11 +02:00
Frank Seide
7784350f29
merged with master
2016-04-03 00:59:10 -07:00
Alexey Kamenev
8d6c5247f0
Updated NDL parser to support ND convolutions.
2016-03-30 10:00:22 -07:00
Frank Seide
a6408cc8cd
renamed RowSlice() to Slice() and changed parameter from 'num' to 'end' with back compat with old models and NDL/BS, but otherwise no new functionality yet
2016-03-23 14:01:59 -07:00
William Darling
eb520f4310
re-applying changes for reciprocal and elementdivide in BrainScript with new structure in NonlinearityNodes.h
2016-03-21 15:27:50 +01:00
William Darling
2e03963209
added code for element-wise Sqrt() node
2016-03-17 08:48:34 +01:00
Gaizka Navarro
f8be2e4eec
Renames SynchronouseExecutionEngine to NDLBuilderImpl
...
Renames SynchronousNodeEvaluator to NDLNodeEvaluatorImpl
Merges SynchronousExecutionEngine.h into NDLNetworkBuilder.h
Renames SynchronousExecutionEngine.cpp into NDLNetworkBuilder.cpp
2016-03-14 09:55:05 +01:00
Gaizka Navarro
75364c8936
Relocates Network building files from ComputationNetworkLib to ActionsLib.
2016-03-14 09:54:58 +01:00