refractoring
This commit is contained in:
@@ -19,7 +19,7 @@ function timestep_forward!(x::passthrough_neuron)
|
||||
x.z_t = x.z_t1
|
||||
end
|
||||
|
||||
function timestep_forward!(x::compute_neuron)
|
||||
function timestep_forward!(x::Union{compute_neuron, output_neuron})
|
||||
x.z_t = x.z_t1
|
||||
x.v_t = x.v_t1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user