@@ -31,12 +31,13 @@ https://tensorflownet.readthedocs.io</Description> | |||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||||
<SignAssembly>true</SignAssembly> | <SignAssembly>true</SignAssembly> | ||||
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile> | <AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile> | ||||
<UserSecretsId>48689ca8-0ff8-4926-be46-cb50bbda5686</UserSecretsId> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||||
<DefineConstants>TRACE;DEBUG;SERIALIZABLE_</DefineConstants> | <DefineConstants>TRACE;DEBUG;SERIALIZABLE_</DefineConstants> | ||||
<PlatformTarget>x64</PlatformTarget> | |||||
<PlatformTarget>AnyCPU</PlatformTarget> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||||
@@ -65,7 +66,7 @@ https://tensorflownet.readthedocs.io</Description> | |||||
<ItemGroup> | <ItemGroup> | ||||
<PackageReference Include="Google.Protobuf" Version="3.11.4" /> | <PackageReference Include="Google.Protobuf" Version="3.11.4" /> | ||||
<PackageReference Include="NumSharp.Lite" Version="0.1.5" /> | |||||
<PackageReference Include="NumSharp.Lite" Version="0.1.7" /> | |||||
<PackageReference Include="Protobuf.Text" Version="0.4.0" /> | <PackageReference Include="Protobuf.Text" Version="0.4.0" /> | ||||
</ItemGroup> | </ItemGroup> | ||||
@@ -2,7 +2,7 @@ | |||||
<PropertyGroup> | <PropertyGroup> | ||||
<RootNamespace>Tensorflow.Hub</RootNamespace> | <RootNamespace>Tensorflow.Hub</RootNamespace> | ||||
<TargetFramework>netstandard2.0</TargetFramework> | <TargetFramework>netstandard2.0</TargetFramework> | ||||
<Version>0.1.1</Version> | |||||
<Version>0.1.5</Version> | |||||
<Authors>Kerry Jiang, Haiping Chen</Authors> | <Authors>Kerry Jiang, Haiping Chen</Authors> | ||||
<Company>SciSharp STACK</Company> | <Company>SciSharp STACK</Company> | ||||
<Copyright>Apache 2.0</Copyright> | <Copyright>Apache 2.0</Copyright> | ||||
@@ -14,7 +14,7 @@ | |||||
<PackageId>SciSharp.TensorFlowHub</PackageId> | <PackageId>SciSharp.TensorFlowHub</PackageId> | ||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||||
<PackageReleaseNotes>Fix GetNextBatch() bug. | <PackageReleaseNotes>Fix GetNextBatch() bug. | ||||
Upgrade NumSharp.Lite 0.1.4.</PackageReleaseNotes> | |||||
Upgrade NumSharp.Lite 0.1.6.</PackageReleaseNotes> | |||||
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl> | <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl> | ||||
<AssemblyName>TensorFlow.Hub</AssemblyName> | <AssemblyName>TensorFlow.Hub</AssemblyName> | ||||
</PropertyGroup> | </PropertyGroup> | ||||
@@ -22,6 +22,6 @@ Upgrade NumSharp.Lite 0.1.4.</PackageReleaseNotes> | |||||
<DefineConstants>DEBUG;TRACE</DefineConstants> | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||
</PropertyGroup> | </PropertyGroup> | ||||
<ItemGroup> | <ItemGroup> | ||||
<PackageReference Include="NumSharp.Lite" Version="0.1.4" /> | |||||
<PackageReference Include="NumSharp.Lite" Version="0.1.7" /> | |||||
</ItemGroup> | </ItemGroup> | ||||
</Project> | </Project> |
@@ -20,7 +20,7 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" /> | <PackageReference Include="BenchmarkDotNet" Version="0.12.0" /> | ||||
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.15.1" /> | <PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.15.1" /> | ||||
<PackageReference Include="TensorFlow.NET" Version="0.14.2" /> | |||||
<PackageReference Include="TensorFlow.NET" Version="0.15.0" /> | |||||
</ItemGroup> | </ItemGroup> | ||||
</Project> | </Project> |