diff --git a/Directory.Build.props b/Directory.Build.props index 4bf85d50..0180278d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -19,9 +19,8 @@ CS1570: XML comment has badly formed XML CS1572: XML comment has a param tag, but there is no parameter by that name CS1587: XML comment is not placed on a valid language element - CS1711: XML comment has a typeparam tag, but there is no type parameter by that name --> - $(NoWarn),1570,1572,1587,1711 + $(NoWarn),1570,1572,1587 diff --git a/src/TensorFlowNET.Core/Protobuf/IProtoBuf.cs b/src/TensorFlowNET.Core/Protobuf/IProtoBuf.cs index c33ec13e..aa91a625 100644 --- a/src/TensorFlowNET.Core/Protobuf/IProtoBuf.cs +++ b/src/TensorFlowNET.Core/Protobuf/IProtoBuf.cs @@ -18,7 +18,6 @@ /// /// Returns a `Variable` object created from `variable_def`. /// - /// /// /// /// diff --git a/src/TensorFlowNET.Core/Sessions/BaseSession.cs b/src/TensorFlowNET.Core/Sessions/BaseSession.cs index d09f1b0c..d74fb392 100644 --- a/src/TensorFlowNET.Core/Sessions/BaseSession.cs +++ b/src/TensorFlowNET.Core/Sessions/BaseSession.cs @@ -144,7 +144,6 @@ namespace Tensorflow /// /// Runs a step based on the given fetches and feeds. /// - /// /// A list of operations to be run, but not fetched. /// ///