Skip to content

Commit

Permalink
removed MultiNetworksSGD.h and -Evaluator.h, not yet made it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
frankseide committed Jan 22, 2016
1 parent 1aefd22 commit 18b7b36
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2,410 deletions.
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="EsotericActions.cpp">
<Filter>Actions</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Common\Include\fileutil.h">
Expand Down
2 changes: 0 additions & 2 deletions Source/CNTK/CNTK.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@
<ClInclude Include="..\ComputationNetworkLib\CompositeComputationNodes.h" />
<ClInclude Include="..\ComputationNetworkLib\MatrixPool.h" />
<ClInclude Include="..\SGDLib\DataReaderHelpers.h" />
<ClInclude Include="..\SGDLib\IComputationNetBuilder.h" />
<ClInclude Include="..\SGDLib\MultiNetworksSGD.h" />
<ClInclude Include="..\SGDLib\SGD.h" />
<ClInclude Include="..\SGDLib\SimpleEvaluator.h" />
<ClInclude Include="..\SGDLib\SimpleOutputWriter.h" />
Expand Down
6 changes: 0 additions & 6 deletions Source/CNTK/CNTK.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@
<ClInclude Include="..\SGDLib\DataReaderHelpers.h">
<Filter>from ComputationNetworkLib\Network</Filter>
</ClInclude>
<ClInclude Include="..\SGDLib\IComputationNetBuilder.h">
<Filter>from ComputationNetworkLib\Network</Filter>
</ClInclude>
<ClInclude Include="..\ComputationNetworkLib\EvaluationCriterionNodes.h">
<Filter>from ComputationNetworkLib\Nodes</Filter>
</ClInclude>
Expand All @@ -187,9 +184,6 @@
<ClInclude Include="..\ComputationNetworkLib\LinearAlgebraNodes.h">
<Filter>from ComputationNetworkLib\Nodes</Filter>
</ClInclude>
<ClInclude Include="..\SGDLib\MultiNetworksSGD.h">
<Filter>from ComputationNetworkLib\Network</Filter>
</ClInclude>
<ClInclude Include="..\ComputationNetworkLib\NonlinearityNodes.h">
<Filter>from ComputationNetworkLib\Nodes</Filter>
</ClInclude>
Expand Down
30 changes: 0 additions & 30 deletions Source/SGDLib/IComputationNetBuilder.h

This file was deleted.

Loading

0 comments on commit 18b7b36

Please sign in to comment.