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 problem
mse_membrane_loss defines member variables on_target and off_target by default with values of 0 and -1. This results in a target_spike tensor of all 0s (Try above example with the changed on_target and off_target values)
Code Reference / Cause
spikegen.py:1023
function: targets_rate(...)
mse_membrane_loss uses spikegen to convert a tensor of targets into a tensor of spikes. For example:
The problem
mse_membrane_loss defines member variables on_target and off_target by default with values of 0 and -1. This results in a target_spike tensor of all 0s (Try above example with the changed on_target and off_target values)
Code Reference / Cause
spikegen.py:1023
function: targets_rate(...)
The text was updated successfully, but these errors were encountered: