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.

TensorFlowText.csproj 1.1 kB

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.2</TargetFramework>
  4. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  5. <PackageId>SciSharp.TensorFlowText</PackageId>
  6. <Version>0.0.1</Version>
  7. <Authors>Haiping Chen</Authors>
  8. <Company>SciSharp STACK</Company>
  9. <Product>TensorFlowText</Product>
  10. <Description>TensorFlow Text provides a collection of text related classes and ops ready to use with TensorFlow 2.0. The library can perform the preprocessing regularly required by text-based models, and includes other features useful for sequence modeling not provided by core TensorFlow.</Description>
  11. <Copyright>Apache 2.0</Copyright>
  12. <PackageProjectUrl>http://scisharpstack.org</PackageProjectUrl>
  13. <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
  14. <PackageTags>TensorFlow, SciSharp</PackageTags>
  15. <RepositoryType>git</RepositoryType>
  16. <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
  17. </PropertyGroup>
  18. </Project>