From 63e13b11e1a95684dd688821df1a6ab2ce19e8f6 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Tue, 23 Jul 2019 22:56:47 -0500 Subject: [PATCH] Remove tf binary from core project. entry project will install binary seperate because enrty could choose platform and gpu version. --- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 1 - src/TensorFlowNet.Benchmarks/TensorFlowBenchmark.csproj | 1 + test/KerasNET.Example/Keras.Example.csproj | 1 + test/KerasNET.Test/Keras.UnitTest.csproj | 1 + test/TensorFlowHub.Examples/TensorFlowHub.Examples.csproj | 4 ++++ .../TensorFlowNET.Examples.FSharp.fsproj | 4 ++++ test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj | 1 + test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj | 1 + 8 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj index 3b5a4a56..84f4a59e 100644 --- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj +++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj @@ -61,7 +61,6 @@ Learn more about .NET AI: https://medium.com/scisharp - diff --git a/src/TensorFlowNet.Benchmarks/TensorFlowBenchmark.csproj b/src/TensorFlowNet.Benchmarks/TensorFlowBenchmark.csproj index 04680df3..bc2a0ff3 100644 --- a/src/TensorFlowNet.Benchmarks/TensorFlowBenchmark.csproj +++ b/src/TensorFlowNet.Benchmarks/TensorFlowBenchmark.csproj @@ -22,6 +22,7 @@ + diff --git a/test/KerasNET.Example/Keras.Example.csproj b/test/KerasNET.Example/Keras.Example.csproj index 44bf52a4..14fa0138 100644 --- a/test/KerasNET.Example/Keras.Example.csproj +++ b/test/KerasNET.Example/Keras.Example.csproj @@ -10,6 +10,7 @@ + diff --git a/test/KerasNET.Test/Keras.UnitTest.csproj b/test/KerasNET.Test/Keras.UnitTest.csproj index a775ad25..980ad049 100644 --- a/test/KerasNET.Test/Keras.UnitTest.csproj +++ b/test/KerasNET.Test/Keras.UnitTest.csproj @@ -29,6 +29,7 @@ + diff --git a/test/TensorFlowHub.Examples/TensorFlowHub.Examples.csproj b/test/TensorFlowHub.Examples/TensorFlowHub.Examples.csproj index 1ba60f1e..ae01aa36 100644 --- a/test/TensorFlowHub.Examples/TensorFlowHub.Examples.csproj +++ b/test/TensorFlowHub.Examples/TensorFlowHub.Examples.csproj @@ -5,6 +5,10 @@ netcoreapp2.2 + + + + diff --git a/test/TensorFlowNET.Examples.FSharp/TensorFlowNET.Examples.FSharp.fsproj b/test/TensorFlowNET.Examples.FSharp/TensorFlowNET.Examples.FSharp.fsproj index f54474d4..b509f678 100644 --- a/test/TensorFlowNET.Examples.FSharp/TensorFlowNET.Examples.FSharp.fsproj +++ b/test/TensorFlowNET.Examples.FSharp/TensorFlowNET.Examples.FSharp.fsproj @@ -10,6 +10,10 @@ + + + + diff --git a/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj b/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj index b42c70b3..83f4a3ba 100644 --- a/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj +++ b/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj @@ -9,6 +9,7 @@ + diff --git a/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj b/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj index b8917b91..deb8d447 100644 --- a/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj +++ b/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj @@ -19,6 +19,7 @@ +