summaryrefslogtreecommitdiff
path: root/runs/slurm_logs/15338790_diffonly_benchmark.err
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-01-13 23:50:59 -0600
committerYurenHao0426 <blackhao0426@gmail.com>2026-01-13 23:50:59 -0600
commit00cf667cee7ffacb144d5805fc7e0ef443f3583a (patch)
tree77d20a3adaecf96bf3aff0612bdd3b5fa1a7dc7e /runs/slurm_logs/15338790_diffonly_benchmark.err
parentc53c04aa1d6ff75cb478a9498c370baa929c74b6 (diff)
parentcd99d6b874d9d09b3bb87b8485cc787885af71f1 (diff)
Merge master into main
Diffstat (limited to 'runs/slurm_logs/15338790_diffonly_benchmark.err')
-rw-r--r--runs/slurm_logs/15338790_diffonly_benchmark.err12
1 files changed, 12 insertions, 0 deletions
diff --git a/runs/slurm_logs/15338790_diffonly_benchmark.err b/runs/slurm_logs/15338790_diffonly_benchmark.err
new file mode 100644
index 0000000..e4de813
--- /dev/null
+++ b/runs/slurm_logs/15338790_diffonly_benchmark.err
@@ -0,0 +1,12 @@
+Traceback (most recent call last):
+ File "/projects/bfqt/users/yurenh2/ml-projects/snn-training/files/experiments/lyapunov_diffonly_benchmark.py", line 590, in <module>
+ run_benchmark()
+ File "/projects/bfqt/users/yurenh2/ml-projects/snn-training/files/experiments/lyapunov_diffonly_benchmark.py", line 497, in run_benchmark
+ logits_diff, lyap_diff = model_diff(x, compute_lyapunov=True, lyap_eps=1e-4)
+ File "/u/yurenh2/.local/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl
+ return self._call_impl(*args, **kwargs)
+ File "/u/yurenh2/.local/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl
+ return forward_call(*args, **kwargs)
+ File "/projects/bfqt/users/yurenh2/ml-projects/snn-training/files/experiments/lyapunov_diffonly_benchmark.py", line 307, in forward
+ h_perturbed = h_base + h_delta
+RuntimeError: The size of tensor a (16) must match the size of tensor b (8) at non-singleton dimension 3