|
|
@@ -5,7 +5,7 @@ |
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
<TargetTensorFlow>1.14.0</TargetTensorFlow> |
|
|
<TargetTensorFlow>1.14.0</TargetTensorFlow> |
|
|
<Version>0.10.2</Version> |
|
|
|
|
|
|
|
|
<Version>0.10.3</Version> |
|
|
<Authors>Haiping Chen, Meinrad Recheis</Authors> |
|
|
<Authors>Haiping Chen, Meinrad Recheis</Authors> |
|
|
<Company>SciSharp STACK</Company> |
|
|
<Company>SciSharp STACK</Company> |
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
@@ -16,9 +16,8 @@ |
|
|
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl> |
|
|
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl> |
|
|
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags> |
|
|
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags> |
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
Docs: https://tensorflownet.readthedocs.io |
|
|
|
|
|
Medium: https://medium.com/scisharp</Description> |
|
|
|
|
|
<AssemblyVersion>0.10.2.0</AssemblyVersion> |
|
|
|
|
|
|
|
|
Docs: https://tensorflownet.readthedocs.io</Description> |
|
|
|
|
|
<AssemblyVersion>0.10.3.0</AssemblyVersion> |
|
|
<PackageReleaseNotes>Changes since v0.9.0: |
|
|
<PackageReleaseNotes>Changes since v0.9.0: |
|
|
|
|
|
|
|
|
1. Added full connected Convolution Neural Network example. |
|
|
1. Added full connected Convolution Neural Network example. |
|
|
@@ -29,11 +28,12 @@ Medium: https://medium.com/scisharp</Description> |
|
|
6. Add StridedSliceGrad. |
|
|
6. Add StridedSliceGrad. |
|
|
7. Add BatchMatMulGrad. |
|
|
7. Add BatchMatMulGrad. |
|
|
8. Upgrade NumSharp. |
|
|
8. Upgrade NumSharp. |
|
|
9. Fix strided_slice_grad type convention error.</PackageReleaseNotes> |
|
|
|
|
|
|
|
|
9. Fix strided_slice_grad type convention error. |
|
|
|
|
|
10. Add AbsGrad.</PackageReleaseNotes> |
|
|
<LangVersion>7.2</LangVersion> |
|
|
<LangVersion>7.2</LangVersion> |
|
|
<FileVersion>0.10.2.0</FileVersion> |
|
|
|
|
|
|
|
|
<FileVersion>0.10.3.0</FileVersion> |
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
|
|
|
|
|
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
<SignAssembly>true</SignAssembly> |
|
|
<SignAssembly>true</SignAssembly> |
|
|
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile> |
|
|
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|