tensorwatch/test/test.pyproj

158 строки
5.3 KiB
Plaintext

<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>9a7fe67e-93f0-42b5-b58f-77320fc639e4</ProjectGuid>
<ProjectHome>
</ProjectHome>
<StartupFile>simple_log\sum_log.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>test</Name>
<RootNamespace>test</RootNamespace>
<InterpreterId>Global|ContinuumAnalytics|Anaconda36-64</InterpreterId>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="deps\live_graph.py" />
<Compile Include="simple_log\file_expr.py" />
<Compile Include="simple_log\quick_start.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="simple_log\sum_lazy.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\arr_img_plot.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="components\circ_ref.py" />
<Compile Include="files\file_stream.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\bar_plot.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="simple_log\cli_ij.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="mnist\cli_mnist.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="simple_log\cli_sum_log.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="pre_train\draw_model.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="components\evaler.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="deps\ipython_widget.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="deps\panda.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="post_train\saliency.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="simple_log\cli_file_expr.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\confidence_int.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="components\file_only_test.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\histogram.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\line3d_plot.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="components\notebook_maker.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\pie_chart.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="simple_log\sum_log.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="pre_train\tsny.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\mpl_line.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="visualizations\plotly_line.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="components\watcher.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="components\stream.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="zmq\zmq_stream.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="zmq\zmq_watcher_client.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="zmq\zmq_watcher_server.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="zmq\zmq_sub.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="simple_log\srv_ij.py" />
<Compile Include="zmq\zmq_pub.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="deps\thread.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|ContinuumAnalytics|Anaconda36-64" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\tensorwatch.pyproj">
<Name>tensorwatch</Name>
<Project>{cc8abc7f-ede1-4e13-b6b7-0041a5ec66a7}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="components\" />
<Folder Include="mnist\" />
<Folder Include="files\" />
<Folder Include="deps\" />
<Folder Include="visualizations\" />
<Folder Include="zmq\" />
<Folder Include="post_train\" />
<Folder Include="pre_train\" />
<Folder Include="simple_log\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>