Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Microsoft/CNTK
Browse files Browse the repository at this point in the history
  • Loading branch information
U-FAREAST\fseide committed Jan 23, 2016
2 parents b597b89 + af97079 commit 89a0c58
Show file tree
Hide file tree
Showing 188 changed files with 6,549 additions and 15,818 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2330,7 +2330,7 @@ void DoCommand(const ConfigParameters& config)

\begin_layout Plain Layout

//get the configuration parameters that match the command
// get the configuration parameters that match the command
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -3207,7 +3207,7 @@ unctionValues().GetNumCols());

\begin_layout Plain Layout

//left Node must be a scalar
// left Node must be a scalar
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -3420,12 +3420,12 @@ virtual void BackpropTo(const size_t inputIndex)

\begin_layout Plain Layout

//left Node must be a scalar
// left Node must be a scalar
\end_layout

\begin_layout Plain Layout

if (inputIndex == 0) //left derivative
if (inputIndex == 0) // left derivative
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -3504,12 +3504,12 @@ Seq)

\begin_layout Plain Layout

//left Node must be a scalar
// left Node must be a scalar
\end_layout

\begin_layout Plain Layout

if (inputIndex == 0) //left derivative
if (inputIndex == 0) // left derivative
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -3863,7 +3863,7 @@ ComputationNodePtr CreateComputationNode(const std::wstring nodeType, const

\begin_layout Plain Layout

//other node types
// other node types
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -3927,7 +3927,7 @@ ComputationNode<ElemType>* CreateNodeFromFile(const std::wstring nodeType,

\begin_layout Plain Layout

//other node types
// other node types
\end_layout

\begin_layout Plain Layout
Expand All @@ -3943,7 +3943,7 @@ ComputationNode<ElemType>* CreateNodeFromFile(const std::wstring nodeType,

\begin_layout Plain Layout

//other node types
// other node types
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -4103,7 +4103,7 @@ bool CheckFunction(std::string& p_nodeType, bool* allowUndeterminedVariable)

\begin_layout Plain Layout

//other node types
// other node types
\end_layout

\begin_layout Plain Layout
Expand All @@ -4118,7 +4118,7 @@ bool CheckFunction(std::string& p_nodeType, bool* allowUndeterminedVariable)

\begin_layout Plain Layout

//other node types and codes
// other node types and codes
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -4632,7 +4632,7 @@ while (trainSetDataReader->GetMinibatch(inputMatrices))

\begin_layout Plain Layout

//update the time stamp of the input nodes for re-evaluation
// update the time stamp of the input nodes for re-evaluation
\end_layout

\begin_layout Plain Layout
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ CNTK_SRC =\
$(SOURCEDIR)/ActionsLib/TrainActions.cpp \
$(SOURCEDIR)/ActionsLib/EvalActions.cpp \
$(SOURCEDIR)/ActionsLib/OtherActions.cpp \
$(SOURCEDIR)/ActionsLib/EsotericActions.cpp \
$(SOURCEDIR)/ActionsLib/SpecialPurposeActions.cpp \
$(SOURCEDIR)/SequenceTrainingLib/latticeforwardbackward.cpp \
$(SOURCEDIR)/SequenceTrainingLib/parallelforwardbackward.cpp \
$(SOURCEDIR)/CNTK/BrainScript/BrainScriptEvaluator.cpp \
Expand Down
12 changes: 1 addition & 11 deletions Source/ActionsLib/Actions.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ void DoWriteWordAndClassInfo(const ConfigParameters& config);
template <typename ElemType>
void DoTopologyPlot(const ConfigParameters& config);

// deprecated (EsotericActions.cp)
// special purpose (EsotericActions.cp)
template <typename ElemType>
void DoConvertFromDbn(const ConfigParameters& config);
template <typename ElemType>
void DoEvalUnroll(const ConfigParameters& config);
template <typename ElemType>
void DoEncoderDecoder(const ConfigParameters& config);
template <typename ElemType>
void DoBidirectionEncoderDecoder(const ConfigParameters& config);
template <typename ElemType>
void DoEvalEncodingBeamSearchDecoding(const ConfigParameters& config);
template <typename ElemType>
void DoBeamSearchDecoding(const ConfigParameters& config);
2 changes: 1 addition & 1 deletion Source/ActionsLib/ActionsLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\Common\TimerUtility.cpp" />
<ClCompile Include="EsotericActions.cpp" />
<ClCompile Include="SpecialPurposeActions.cpp" />
<ClCompile Include="EvalActions.cpp" />
<ClCompile Include="OtherActions.cpp" />
<ClCompile Include="TrainActions.cpp" />
Expand Down
6 changes: 3 additions & 3 deletions Source/ActionsLib/ActionsLib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<ClCompile Include="TrainActions.cpp">
<Filter>Actions</Filter>
</ClCompile>
<ClCompile Include="EsotericActions.cpp">
<Filter>Actions</Filter>
</ClCompile>
<ClCompile Include="EvalActions.cpp">
<Filter>Actions</Filter>
</ClCompile>
<ClCompile Include="OtherActions.cpp">
<Filter>Actions</Filter>
</ClCompile>
<ClCompile Include="SpecialPurposeActions.cpp">
<Filter>Actions</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Common\Include\fileutil.h">
Expand Down
Loading

0 comments on commit 89a0c58

Please sign in to comment.