From fb3e59a4141e791194903d099bc7cf1a63ef1107 Mon Sep 17 00:00:00 2001 From: ton Date: Thu, 7 Sep 2023 08:56:17 +0700 Subject: [PATCH] fix --- src/learn.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/learn.jl b/src/learn.jl index 9101ab6..2515304 100644 --- a/src/learn.jl +++ b/src/learn.jl @@ -361,7 +361,6 @@ function lifLearn(wRec, synapticActivityCounter_cpu = synapticActivityCounter_cpu .* arrayProjection4d_cpu synapticActivityCounter = synapticActivityCounter_cpu |> device - return wRec, neuronInactivityCounter, synapticActivityCounter end