thhoens
c855efaa83
Fixed with Frank's addition to the CR.
2016-04-04 21:02:19 -07:00
thhoens
bf7831d3b5
Fixed formatting.
2016-04-04 19:20:06 -07:00
thhoens
9068877a07
Merged with master and fixed conflicts.
2016-04-04 19:14:31 -07:00
thhoens
d02109ac1b
Updated code to work with the requirement of each matrix owning its storage in order to resize.
2016-04-04 18:57:55 -07:00
Frank Seide
531f5538b6
updated seq-2-seq decoder to match updated training;
...
new operation Trace() (TraceNode) as a debugging aid;
WriteMinibatchWithFormatting() can now log by FrameRange;
WriteFormattingOptions now in ComputationNode.h
2016-04-02 23:29:40 -07:00
Amit Agarwal
91e2673ba6
Removed copy constructor and assignment operator from top-level Matrix type to prevent unwanted silent deep copies of Matrix objects which can be very expensive. This revealed several instances of unwanted copying of entire matrices that have also been fixed as part of this change
2016-03-03 13:15:17 -08:00
Mark Hillebrand
2c2a721fa8
CNTK.Cpp.props: define properties to distinguish build flavors and use them
2016-02-10 09:05:31 +01:00
Mark Hillebrand
ea55623979
Introduce CNTK.Cpp.props and load in every .vcxproj
2016-02-10 09:05:31 +01:00
Frank Seide
070006d647
addressed an issue discovered in static code analysis
2016-02-03 11:49:13 -08:00
Gaizka Navarro
4fe5fd7251
Modified projects and solution for a new CPUONLY configuration (Debug_CpuOnly and Release_CpuOnly)
...
Added missing CRT_SECURE_NO_WARNINGS to latticeNoGpu.cpp
Added missing reference to Matrix<double> (causing linking issues in Release_CpuOnly)
2016-01-27 16:16:37 +01:00
Frank Seide
7f07161ccd
removed trailing spaces
2016-01-22 14:06:17 -08:00
Frank Seide
a4cf44544a
normalized inconsistent commenting style from "//text" to "// text"
2016-01-22 13:58:47 -08:00
Mark Hillebrand
2f39fe3f01
Re-format code using clang-format (plus some post-processing)
2016-01-18 09:36:14 +01:00
Mark Hillebrand
1bcefe770a
.gitattributes: set proper configuration for text files (and normalize files)
2016-01-18 09:35:54 +01:00
Yongqiang Wang
55ccb09681
Merge remote-tracking branch 'origin/master' into myseq
2016-01-13 14:16:12 -08:00
Marko Radmilac
ba61abd79e
Disable popups on Windows
2016-01-13 10:11:28 -08:00
Yongqiang Wang
270726e324
Make SequenceGammar calculation parameters configurable.
2016-01-12 23:58:28 -08:00
Yongqiang Wang
314f057086
Merge branch 'master' into myseq
...
Conflicts:
Source/ComputationNetworkLib/ComputationNode.h
Source/ComputationNetworkLib/InputAndParamNodes.h
Source/ComputationNetworkLib/TrainingCriterionNodes.h
2016-01-11 17:07:56 -08:00
RuiZhao
1ad6c2d419
frameskipv2
2016-01-08 14:36:08 -08:00
RuiZhao
ef84011f16
SE frameskip V2 temp
2016-01-08 14:35:56 -08:00
RuiZhao
fc3361438f
frameskip SE
2016-01-08 14:35:36 -08:00
Yongqiang Wang
edae2da54d
Make lattice stats printf controlled by trace in READER
2015-12-28 16:44:23 -08:00
Frank Seide
beda4ef795
changed TensorShape to use new class SmallVector<> instead of std::vector, which is meant to avoid dynamic memory allocations
2015-12-22 22:25:50 -08:00
Philipp Kranen
33bb02c225
Fixed vcxproj.filters wrt restructuring
2015-12-16 09:42:02 +01:00
pkranen
c3895bb0b3
Move Source files for directory restructuring and fix project dependencies
2015-12-16 08:35:11 +01:00