diff --git a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj index d027fe38..bc0ee964 100644 --- a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj +++ b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj @@ -92,7 +92,6 @@ https://tensorflownet.readthedocs.io - diff --git a/test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs b/test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs index 9f2d3316..0a621e45 100644 --- a/test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs +++ b/test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs @@ -7,7 +7,6 @@ using Tensorflow.NumPy; using static Tensorflow.KerasApi; using Tensorflow; using Tensorflow.Keras.Datasets; -using Microsoft.Extensions.DependencyInjection; namespace TensorFlowNET.Keras.UnitTest {