minor fix
This commit is contained in:
@@ -126,7 +126,8 @@ function (kfn::kfn_1)(input::AbstractArray)
|
|||||||
kfn.on_recSignal,
|
kfn.on_recSignal,
|
||||||
kfn.on_subscription,
|
kfn.on_subscription,
|
||||||
)
|
)
|
||||||
|
# get on_zt4d to on_zt
|
||||||
|
kfn.on_zt .= reduce(max, kfn.on_zt4d, dims=(1,2))
|
||||||
logit = reshape(kfn.on_zt, (size(input, 1), :))
|
logit = reshape(kfn.on_zt, (size(input, 1), :))
|
||||||
|
|
||||||
# error("DEBUG -> kfn forward")
|
# error("DEBUG -> kfn forward")
|
||||||
|
|||||||
Reference in New Issue
Block a user