Browse Source

Add back gen_ops.cs and release 0.10.0 rc.

tags/v0.10
Oceania2018 6 years ago
parent
commit
464144d80b
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

+ 3
- 6
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj View File

@@ -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.0-beta</Version>
<Version>0.10.0-rc</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>
@@ -24,7 +24,8 @@ Learn more about .NET AI: https://medium.com/scisharp</Description>
1. Added full connected Convolution Neural Network example. 1. Added full connected Convolution Neural Network example.
2. Take dependency on SciSharp.TensorFlow.Redist. 2. Take dependency on SciSharp.TensorFlow.Redist.
3. Create Tensor from array without copying. 3. Create Tensor from array without copying.
4. Fix path issue of Transfer Learning example on Linux.</PackageReleaseNotes>
4. Fix path issue of Transfer Learning example on Linux.
5. Add back gen_ops.cs.</PackageReleaseNotes>
<LangVersion>7.2</LangVersion> <LangVersion>7.2</LangVersion>
<FileVersion>0.10.0.0</FileVersion> <FileVersion>0.10.0.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
@@ -52,10 +53,6 @@ Learn more about .NET AI: https://medium.com/scisharp</Description>
</None> </None>
</ItemGroup> </ItemGroup>


<ItemGroup>
<Compile Remove="Operations\gen_ops.cs" />
</ItemGroup>

<ItemGroup> <ItemGroup>
<None Remove="Protobuf\README.md" /> <None Remove="Protobuf\README.md" />
</ItemGroup> </ItemGroup>


Loading…
Cancel
Save