<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.2</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.14.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\src\TensorFlowHub\TensorFlowHub.csproj" /> </ItemGroup> </Project>
tensorflow框架的.NET版本,提供了丰富的特性和API,可以借此很方便地在.NET平台下搭建深度学习训练与推理流程。