dev
This commit is contained in:
@@ -60,6 +60,7 @@ function compute_paramsChange!(kfn::kfn_1, modelError::CuArray, outputError::CuA
|
|||||||
kfn.on_wOutChange,
|
kfn.on_wOutChange,
|
||||||
kfn.on_arrayProjection4d,
|
kfn.on_arrayProjection4d,
|
||||||
kfn.on_error,
|
kfn.on_error,
|
||||||
|
kfn.on_synapticActivityCounter,
|
||||||
outputError,
|
outputError,
|
||||||
)
|
)
|
||||||
# error("DEBUG -> kfn compute_paramsChange! $(Dates.now())")
|
# error("DEBUG -> kfn compute_paramsChange! $(Dates.now())")
|
||||||
@@ -181,6 +182,7 @@ function onComputeParamsChange!(phi::CuArray,
|
|||||||
wOutChange::CuArray,
|
wOutChange::CuArray,
|
||||||
arrayProjection4d::CuArray,
|
arrayProjection4d::CuArray,
|
||||||
nError::CuArray,
|
nError::CuArray,
|
||||||
|
synapticActivityCounter,
|
||||||
outputError::CuArray # outputError is output neuron's error
|
outputError::CuArray # outputError is output neuron's error
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user