forked from nitishsrivastava/deepnet
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdeepnet.pyproj
109 lines (109 loc) · 5.56 KB
/
deepnet.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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5c739244-3c45-4191-b6b5-ea9411c90c51}</ProjectGuid>
<ProjectHome />
<StartupFile>deepnet\trainer.py</StartupFile>
<SearchPath>..\deepnet;cudamat;eigenmat;deepnet\examples\ff;..\..\data\mnist</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<IsWindowsApplication>True</IsWindowsApplication>
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>F:\project\deepnet\src\deepnet\deepnet\examples\ff\model.pbtxt F:\project\deepnet\src\deepnet\deepnet\examples\ff\train.pbtxt F:\project\deepnet\src\deepnet\deepnet\examples\ff\eval.pbtxt</CommandLineArguments>
<InterpreterPath>
</InterpreterPath>
<InterpreterArguments>
</InterpreterArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="INSTALL.txt" />
<Content Include="LICENSE.txt" />
<Content Include="cudamat\INSTALL.txt" />
<Content Include="cudamat\LICENSE.txt" />
<Content Include="cudamat\rnd_multipliers_32bit.txt" />
<Compile Include="cudamat\cudamat.py" />
<Compile Include="cudamat\cudamat_conv.py" />
<Compile Include="cudamat\gpu_lock.py" />
<Compile Include="cudamat\gpu_lock2.py" />
<Compile Include="cudamat\test_cudamat.py" />
<Compile Include="cudamat\__init__.py" />
<Compile Include="deepnet\ais.py" />
<Compile Include="deepnet\choose_matrix_library.py" />
<Compile Include="deepnet\compute_data_stats.py" />
<Compile Include="deepnet\convolutions.py" />
<Compile Include="deepnet\cos_layer.py" />
<Compile Include="deepnet\datahandler.py" />
<Compile Include="deepnet\dbm.py" />
<Compile Include="deepnet\dbn.py" />
<Compile Include="deepnet\deepnet_pb2.py" />
<Compile Include="deepnet\edge.py" />
<Compile Include="deepnet\extract_dbn_representation.py" />
<Compile Include="deepnet\extract_neural_net_representation.py" />
<Compile Include="deepnet\extract_rbm_representation.py" />
<Compile Include="deepnet\fastdropoutnet.py" />
<Compile Include="deepnet\fast_dropout_layer.py" />
<Compile Include="deepnet\inference.py" />
<Compile Include="deepnet\layer.py" />
<Compile Include="deepnet\linear_layer.py" />
<Compile Include="deepnet\logistic_layer.py" />
<Compile Include="deepnet\make_plots.py" />
<Compile Include="deepnet\mc_avg.py" />
<Compile Include="deepnet\neuralnet.py" />
<Compile Include="deepnet\parameter.py" />
<Compile Include="deepnet\relu_layer.py" />
<Compile Include="deepnet\replicated_softmax_layer.py" />
<Compile Include="deepnet\sequence_datahandler.py" />
<Compile Include="deepnet\sin_layer.py" />
<Compile Include="deepnet\smooth_relu_layer.py" />
<Compile Include="deepnet\softmax_layer.py" />
<Compile Include="deepnet\soft_transfer_edge.py" />
<Compile Include="deepnet\sparse_coder.py" />
<Compile Include="deepnet\sparse_code_layer.py" />
<Compile Include="deepnet\tanh_layer.py" />
<Compile Include="deepnet\trainer.py" />
<Compile Include="deepnet\transfer_edge.py" />
<Compile Include="deepnet\util.py" />
<Compile Include="deepnet\visualize.py" />
<Compile Include="deepnet\write_model_to_mat.py" />
<Compile Include="deepnet\__init__.py" />
<Compile Include="eigenmat\eigenmat.py" />
<Compile Include="eigenmat\test.py" />
<Compile Include="eigenmat\visual_test.py" />
<Compile Include="eigenmat\__init__.py" />
<Compile Include="cudamat\examples\nn_cudamat.py" />
<Compile Include="cudamat\examples\rbm_cudamat.py" />
<Compile Include="cudamat\examples\rbm_numpy.py" />
<Compile Include="cudamat\examples\test2.py" />
<Compile Include="cudamat\examples\util.py" />
<Compile Include="deepnet\examples\setup_examples.py" />
<Content Include="deepnet\examples\multimodal_dbn\LICENSE.txt" />
<Content Include="deepnet\examples\multimodal_dbn\README.txt" />
<Compile Include="deepnet\examples\multimodal_dbn\collect_dbn_reps.py" />
<Compile Include="deepnet\examples\multimodal_dbn\create_results_table.py" />
<Compile Include="deepnet\examples\multimodal_dbn\merge_dataset_pb.py" />
<Compile Include="deepnet\examples\multimodal_dbn\sample_text.py" />
<Compile Include="deepnet\examples\multimodal_dbn\setup_data.py" />
<Compile Include="deepnet\examples\multimodal_dbn\split_reps.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="cudamat" />
<Folder Include="cudamat\examples" />
<Folder Include="deepnet" />
<Folder Include="deepnet\examples" />
<Folder Include="deepnet\examples\multimodal_dbn" />
<Folder Include="eigenmat" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>