Browse Source

Release SciSharp.TensorFlowHub v0.0.1.

tags/v0.12
Oceania2018 6 years ago
parent
commit
49c8262a2c
2 changed files with 19 additions and 2 deletions
  1. +6
    -2
      src/TensorFlowHub/TensorFlowHub.csproj
  2. +13
    -0
      src/TensorFlowText/TensorFlowText.csproj

+ 6
- 2
src/TensorFlowHub/TensorFlowHub.csproj View File

@@ -3,14 +3,18 @@
<RootNamespace>Tensorflow.Hub</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.1</Version>
<Authors>SciSharp</Authors>
<Authors>Kerry Jiang</Authors>
<Company>SciSharp STACK</Company>
<Copyright>Apache 2.0</Copyright>
<RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>http://scisharpstack.org</PackageProjectUrl>
<PackageTags>TensorFlow, Training model</PackageTags>
<PackageTags>TensorFlow, SciSharp, MachineLearning</PackageTags>
<Description>TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.</Description>
<PackageId>SciSharp.TensorFlowHub</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>1. Add MNIST loader.</PackageReleaseNotes>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.10.6" />


+ 13
- 0
src/TensorFlowText/TensorFlowText.csproj View File

@@ -2,6 +2,19 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>SciSharp.TensorFlowText</PackageId>
<Version>0.0.1</Version>
<Authors>Haiping Chen</Authors>
<Company>SciSharp STACK</Company>
<Product>TensorFlowText</Product>
<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>
<Copyright>Apache 2.0</Copyright>
<PackageProjectUrl>http://scisharpstack.org</PackageProjectUrl>
<RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
<PackageTags>TensorFlow, SciSharp</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
</PropertyGroup>

</Project>

Loading…
Cancel
Save