OSTTP#
- class braintrace.OSTTP(model, B_list, target_timing='per-step', name=None, vjp_method='single-step', fast_solve=True, **kwargs)#
Online Spatio-Temporal Target Projection.
- Parameters:
model (
Module)B_list (
Sequence[Array]) – One feedback matrix per HiddenGroup, each of shape(n_target, n_l). Frozen viastop_gradientat construction.target_timing (
str) – ‘per-step’ requiresy_targetat everyupdate()call. ‘sequence-end’ zeros the signal on intermediate steps and only applies the projection wheny_targetis supplied.vjp_method (
str)fast_solve (
bool)