Amit
26c2006541
CNTKv2Library: Linux port
2016-06-11 16:50:26 -07:00
Amit Agarwal
c508e9f4ca
CNTK v2 library: Sparse input support
2016-06-11 02:12:39 -07:00
Amit Agarwal
933adb275a
Add recurrence and variable length sequence support for the 'Function' abstraction
2016-06-05 14:36:16 -07:00
Amit Agarwal
76bf193267
First cut of the CNTK v2 C++ library implementation
2016-05-31 06:40:40 -07:00
jeanfad
9367d6acbd
pass to identity rename
2016-05-25 16:12:42 +02:00
jeanfad
672db34a18
add dropout to ops
2016-05-25 16:12:39 +02:00
jeanfad
bcb39e4766
add dropout to cntk2
2016-05-25 16:12:37 +02:00
jeanfad
deb6885444
resolve conflicts with slice checkin
2016-05-25 16:12:33 +02:00
jeanfad
4694d40da9
add pass node
2016-05-25 16:12:26 +02:00
jeanfad
6168668442
remove power
2016-05-25 16:12:24 +02:00
jeanfad
e98343431d
fix square in cntk2 bs
2016-05-25 16:12:16 +02:00
jeanfad
7f39263a69
add log, power, sqrt, square and exp to core bs cntk2
2016-05-25 16:12:15 +02:00
Project Philly
b519e5de40
Integrate gaizna/eval_unittests into master
2016-05-25 07:08:56 -07:00
Clemens Marschner
35986ae22a
Extend checks and tests for extended eval interface
...
Removed m_numberOfSamples, which is redundant
Added more checks
Fixed and extended test cases
2016-05-25 13:30:38 +02:00
Project Philly
1a6dce76a6
Integrate alrezni/longlivethereader into master
2016-05-25 02:54:41 -07:00
Alexey Reznichenko
d8be484310
Replace UCIFast with CNTKTestFormat as the default reader
2016-05-25 11:11:38 +02:00
Wayne Xiong
0928b9f436
Minor fixes in Convolution/BN
2016-05-24 16:12:56 -07:00
Project Philly
ce364a1c3b
Integrate thilow/CompareNode2 into master
2016-05-24 07:13:56 -07:00
Mark Hillebrand
8c6c0a1ee7
Source/Readers/ExperimentalHTKMLFReader/: more logging
2016-05-24 14:30:19 +02:00
Thilo Will
f2b13ebefc
Another attempt to fix mpic++ problem with compareNode
2016-05-24 14:25:11 +02:00
Thilo Will
708dcb8550
Trying to fix a problem related to mpic++
2016-05-24 14:05:37 +02:00
Alexey Reznichenko
bd087c1715
Add deprecation notice
2016-05-24 12:57:03 +01:00
Thilo Will
8eaf091106
ComparsionNode: removed type aliases as they don't work with mpic++. Readded lost file comparison_test.py
2016-05-24 11:52:02 +02:00
Thilo Will
2a333f3ad4
Merged with master
2016-05-24 11:01:03 +02:00
Alexey Reznichenko
44a1e8756c
Revert "Raise an exception in UCIFast contstructor"
...
This reverts commit 9ad127dacd
.
2016-05-24 09:42:11 +02:00
Alexey Reznichenko
9ad127dacd
Raise an exception in UCIFast contstructor
2016-05-24 09:40:42 +02:00
Project Philly
6cef7b091e
Integrate wilrich/slice into master
2016-05-23 12:55:53 -07:00
Thilo Will
7376f25868
Removed two lines that where accidentially added with previous commit
2016-05-23 16:11:47 +02:00
Thilo Will
c140a1e264
Adding Compare nodes (Less, Greater, ...)
2016-05-23 16:06:40 +02:00
Eldar Akchurin
bd74679557
Addressing CR
2016-05-20 17:12:23 +02:00
Eldar Akchurin
656b7bc6c2
Moving reindexing out of bundler into the cntk format deserializer
2016-05-20 16:22:28 +02:00
Gaizka Navarro
feb7ac0826
Adds the EvalTests unit test project to the solution
...
Adds tests for the EvalTests unittest project covering the new EvalExtended interface
Adds check for mbLayout when creating VariableLayout in CNTKEvalExtended::ToVariableLayout function
2016-05-20 16:09:44 +02:00
Willi Richert
ef2a6045af
Fix Trace() initialization
2016-05-20 15:56:13 +02:00
Willi Richert
7cfc54cbba
Support for slice operator
2016-05-20 15:56:12 +02:00
Eldar Akchurin
4b5dd5fd31
Adding more comments and tests
2016-05-20 13:51:38 +02:00
Eldar Akchurin
556fd999c4
Fixing some bugs
2016-05-20 13:51:38 +02:00
Eldar Akchurin
618e98afd9
Adding support of sequence keys to CNTK key
2016-05-20 13:51:38 +02:00
Project Philly
b9f3c541b5
Integrate clemensm/s2sfix into master
2016-05-19 12:32:28 -07:00
Dong Yu
2f2ca021c9
Merge branch 'master' of https://github.com/Microsoft/CNTK into dongyu/rollbackfix
2016-05-19 10:50:58 -07:00
Clemens Marschner
832655a154
Review comments
2016-05-19 17:41:17 +02:00
Eldar Akchurin
80e8d73bcf
Adding writer test
2016-05-19 11:28:23 +02:00
Mark Hillebrand
ae0eb49d96
Get Tests/EndToEndTests/Examples/Speech/TIMIT/Write*/ to work again
...
Note: WriteScaledLogLike produces results of varying checksum on
Windows, where our hardware varies greater. If we see similar effects
on Linux or WriteBottleneck as well, we need to rework.
2016-05-18 21:20:01 +02:00
Clemens Marschner
83c152f5c1
Documentation Fixes
2016-05-18 18:27:35 +02:00
Clemens Marschner
f755adafa6
Add extended eval interface that can take sparse matrices
2016-05-18 17:55:10 +02:00
Eldar Akchurin
67d21fa3f9
Addressing CR comments from Mark
2016-05-18 17:14:13 +02:00
Eldar Akchurin
60424dbefd
Addressing CR
2016-05-18 17:14:13 +02:00
Eldar Akchurin
381923ee29
Refactoring
2016-05-18 17:14:13 +02:00
Eldar Akchurin
5469f4484f
Some refactoring
2016-05-18 17:14:13 +02:00
Eldar Akchurin
0a09d41622
Fixing input names
2016-05-18 17:14:13 +02:00
Eldar Akchurin
13f1769a9f
Fixing some bugs
2016-05-18 17:14:13 +02:00