From f2594e52b331e8a523fceb0506af44619ee47702 Mon Sep 17 00:00:00 2001 From: Nippun Sharma <53967069+NippunSharma@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:03:58 +0530 Subject: [PATCH] changed () to <> in sequential --- src/mlpack/methods/ann/layer/sequential_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/methods/ann/layer/sequential_impl.hpp b/src/mlpack/methods/ann/layer/sequential_impl.hpp index 26669b3b5e..0a89f8be10 100644 --- a/src/mlpack/methods/ann/layer/sequential_impl.hpp +++ b/src/mlpack/methods/ann/layer/sequential_impl.hpp @@ -98,7 +98,7 @@ Sequential< template template -size_t Sequential(InputDataType, OutputDataType, Residual, CustomLayers...):: +size_t Sequential:: InputShape() const { size_t inputShape = 0;