From cd99d6b874d9d09b3bb87b8485cc787885af71f1 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 13 Jan 2026 23:49:05 -0600 Subject: init commit --- runs/slurm_logs/15338790_diffonly_benchmark.err | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 runs/slurm_logs/15338790_diffonly_benchmark.err (limited to 'runs/slurm_logs/15338790_diffonly_benchmark.err') 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 + 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 -- cgit v1.2.3