Browse Source

release 0.20.

tags/v0.20
Oceania2018 5 years ago
parent
commit
d1503cacf2
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      src/TensorFlowNET.Core/Tensorflow.Binding.csproj

+ 2
- 5
src/TensorFlowNET.Core/Tensorflow.Binding.csproj View File

@@ -5,7 +5,7 @@
<AssemblyName>TensorFlow.NET</AssemblyName> <AssemblyName>TensorFlow.NET</AssemblyName>
<RootNamespace>Tensorflow</RootNamespace> <RootNamespace>Tensorflow</RootNamespace>
<TargetTensorFlow>2.2.0</TargetTensorFlow> <TargetTensorFlow>2.2.0</TargetTensorFlow>
<Version>0.20.0-preview5</Version>
<Version>0.20.0</Version>
<LangVersion>8.0</LangVersion> <LangVersion>8.0</LangVersion>
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> <Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors>
<Company>SciSharp STACK</Company> <Company>SciSharp STACK</Company>
@@ -24,10 +24,7 @@ https://tensorflownet.readthedocs.io</Description>


* Eager Mode is added finally. * Eager Mode is added finally.
* tf.keras is partially working. * tf.keras is partially working.
* tf.data is added.

It's not stable at this moment and missing many APIs, tf.net 0.15.x is more stable for production.
Please be patient, we're working hard on missing functions, providing full tensorflow binding is our mission.</PackageReleaseNotes>
* tf.data is added.</PackageReleaseNotes>
<FileVersion>0.20.0.0</FileVersion> <FileVersion>0.20.0.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>


Loading…
Cancel
Save