You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

TensorFlowHub.csproj 1.1 kB

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <RootNamespace>Tensorflow.Hub</RootNamespace>
  4. <TargetFramework>netstandard2.0</TargetFramework>
  5. <Version>0.0.2</Version>
  6. <Authors>Kerry Jiang</Authors>
  7. <Company>SciSharp STACK</Company>
  8. <Copyright>Apache 2.0</Copyright>
  9. <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
  10. <RepositoryType>git</RepositoryType>
  11. <PackageProjectUrl>http://scisharpstack.org</PackageProjectUrl>
  12. <PackageTags>TensorFlow, SciSharp, MachineLearning</PackageTags>
  13. <Description>TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.</Description>
  14. <PackageId>SciSharp.TensorFlowHub</PackageId>
  15. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  16. <PackageReleaseNotes></PackageReleaseNotes>
  17. <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
  18. </PropertyGroup>
  19. <ItemGroup>
  20. <PackageReference Include="NumSharp" Version="0.10.6" />
  21. </ItemGroup>
  22. </Project>