Browse Source

released tf.net v0.60, keras v0.6.

tags/v0.60-tf.numpy
Oceania2018 4 years ago
parent
commit
3ed9f0227f
3 changed files with 10 additions and 0 deletions
  1. +1
    -0
      src/TensorFlowNET.Core/Tensorflow.Binding.csproj
  2. +4
    -0
      src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
  3. +5
    -0
      test/TensorFlowNET.Graph.UnitTest/TensorFlowNET.Graph.UnitTest.csproj

+ 1
- 0
src/TensorFlowNET.Core/Tensorflow.Binding.csproj View File

@@ -62,6 +62,7 @@ tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants />
</PropertyGroup>

<ItemGroup>


+ 4
- 0
src/TensorFlowNET.Keras/Tensorflow.Keras.csproj View File

@@ -55,6 +55,10 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
<DocumentationFile>Tensorflow.Keras.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DefineConstants />
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.139" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />


+ 5
- 0
test/TensorFlowNET.Graph.UnitTest/TensorFlowNET.Graph.UnitTest.csproj View File

@@ -18,6 +18,11 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants />
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />


Loading…
Cancel
Save