-
Notifications
You must be signed in to change notification settings - Fork 52
/
Theano-Lights.pyproj
67 lines (67 loc) · 3.05 KB
/
Theano-Lights.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9f5e9e78-e105-4d30-a7cb-1103ab2beb2a}</ProjectGuid>
<ProjectHome />
<StartupFile>train.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<IsWindowsApplication>False</IsWindowsApplication>
<Name>Theano-Lights</Name>
<CommandLineArguments>C:\GitHub\Theano-Lights\scripts\penntree</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="models\draw_at_lstm1.py" />
<Compile Include="models\draw_scrn1.py" />
<Compile Include="models\ffn_bn_vat_lae.py" />
<Compile Include="models\ffn_lae.py" />
<Compile Include="models\ffn_ace.py" />
<Compile Include="models\ffn_bn_vat.py" />
<Compile Include="models\ffn_vat.py" />
<Compile Include="models\rbfn.py" />
<Compile Include="models\ffn_bn.py" />
<Compile Include="models\lm_gru.py" />
<Compile Include="models\lm_draw.py" />
<Compile Include="models\lm_lstm_bn.py" />
<Compile Include="models\lm_lstm.py" />
<Compile Include="scripts\text_tokenizer.py" />
<Compile Include="train_lm.py" />
<Compile Include="train.py" />
<Compile Include="models\draw_at_lstm2.py" />
<Compile Include="models\vae1.py" />
<Compile Include="models\cvae.py" />
<Compile Include="models\draw_lstm1.py" />
<Compile Include="models\draw_sgru1.py" />
<Compile Include="models\cnn.py" />
<Compile Include="models\ffn.py" />
<Compile Include="models\modelbase.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="models\__init__.py" />
<Compile Include="toolbox.py" />
<Compile Include="__init__.py" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
</ItemGroup>
<ItemGroup>
<Folder Include="models\" />
<Folder Include="scripts\" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>