You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Monitor Process stores probed data such that the first dimension is the probed data itself and the second dimension is the current time step - the data arrays have shape (num_neurons, num_time_steps). The previous implementation of Lava probes used the convention (num_time_steps, num_neurons). This should be kept to enable using legacy code (e.g., for plotting) without modification.
The text was updated successfully, but these errors were encountered:
The Monitor Process stores probed data such that the first dimension is the probed data itself and the second dimension is the current time step - the data arrays have shape
(num_neurons, num_time_steps)
. The previous implementation of Lava probes used the convention(num_time_steps, num_neurons)
. This should be kept to enable using legacy code (e.g., for plotting) without modification.The text was updated successfully, but these errors were encountered: