-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheanoTests.pyproj
114 lines (114 loc) · 4.29 KB
/
TheanoTests.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{74066e39-b996-478e-b3ca-50d4e07718ca}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>patClass.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>TheanoTests</Name>
<RootNamespace>TheanoTests</RootNamespace>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
<InterpreterVersion>3.4</InterpreterVersion>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>
</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="adbuilder2.py" />
<Compile Include="count_data_parser.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="origMammo.py" />
<Compile Include="mammoClassification.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Mammo\Context.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Mammo\DataUtils.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Mammo\MammoData.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Mammo\Transform.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Mammo\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Layers\ConvNet.py" />
<Compile Include="conv_test.py" />
<Compile Include="CSVLoader.py" />
<Compile Include="featuremapping.py" />
<Compile Include="gpu_test.py" />
<Compile Include="Layers\LinearRegression.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Layers\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="mammo.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="patClass.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="plotutils.py" />
<Compile Include="remoterun\contextserver.py" />
<Compile Include="remoterun\methodTest.py" />
<Compile Include="remoterun\runremote.py" />
<Compile Include="remoterun\subutil.py" />
<Compile Include="Layers\LogisticRegression.py" />
<Compile Include="IDXLoader.py" />
<Compile Include="MNISTUtil.py" />
<Compile Include="Layers\nnlayer.py" />
<Compile Include="remoterun\remoterunner.py" />
<Compile Include="RemoteStart.py" />
<Compile Include="rnn_test.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="TheanoTests.py" />
<Compile Include="remoterun\wireutil.py" />
<Compile Include="Trainer\Persistence.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Trainer\Trainer.py" />
<Compile Include="Trainer\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="train_monitor.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="Layers\" />
<Folder Include="Mammo\" />
<Folder Include="Trainer\" />
<Folder Include="remoterun\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.4" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>