|
|
|
@@ -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&v=4</PackageIconUrl> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="NumSharp" Version="0.10.6" /> |
|
|
|
|