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
spike_seq, self.v = self.jit_eval_multi_step_forward_hard_reset(x_seq, self.v, self.v_threshold,
Set TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information
You can suppress this exception and fall back to eager by setting:
import torch._dynamo
torch._dynamo.config.suppress_errors = True
Although "import torch._dynamo
torch._dynamo.config.suppress_errors = True"
works, I still want to know how to avoid this issue without using "torch._dynamo.config.suppress_errors = True".
The text was updated successfully, but these errors were encountered:
RSet TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information
We are glad to add new developers who are volunteering to help solve issues to the above table.
Issue type
SpikingJelly version
0.0.0.0.14
Description
...
Minimal code to reproduce the error/bug
Error
Although "import torch._dynamo
torch._dynamo.config.suppress_errors = True"
works, I still want to know how to avoid this issue without using "torch._dynamo.config.suppress_errors = True".
The text was updated successfully, but these errors were encountered: