Skip to content

Commit af08483

Browse files
committed
add paramaters under mask
1 parent b8cdc97 commit af08483

33 files changed

+9936
-1124
lines changed
Binary file not shown.

log/out_0.txt

Lines changed: 1014 additions & 0 deletions
Large diffs are not rendered by default.

log/out_0_without.txt

Lines changed: 397 additions & 0 deletions
Large diffs are not rendered by default.

log/output_10.txt

Lines changed: 1014 additions & 0 deletions
Large diffs are not rendered by default.

log/output_20.txt

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

log/output_5.txt

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

log/output_80.txt

Lines changed: 794 additions & 0 deletions
Large diffs are not rendered by default.

log/output_80_completed.txt

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

log/output_90.txt

Lines changed: 397 additions & 0 deletions
Large diffs are not rendered by default.

log/output_90_new.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
device ----------------------------------------: cuda
2+
2024-11-10 14:39:09
3+
device ----------------------------------------: cuda
4+
2024-11-10 14:39:15
5+
Parameter containing:
6+
tensor(0.0100, requires_grad=True)
7+
device ----------------------------------------: cuda
8+
2024-11-10 14:39:28
9+
An error occurred:
10+
11+
-- Process 0 terminated with the following error:
12+
Traceback (most recent call last):
13+
File "/mnt/pipeline_1/mmcv2/lib/python3.8/site-packages/torch/multiprocessing/spawn.py", line 69, in _wrap
14+
fn(i, *args)
15+
File "/home/4paradigm/WGWS-Net/train_mult.py", line 529, in train
16+
param.data[mask] = new_val[mask] # 仅更新 maskA 为 True 的位置
17+
RuntimeError: shape mismatch: value tensor of shape [0, 18, 18, 3, 3] cannot be broadcast to indexing result of shape [0]
18+
19+
device ----------------------------------------: cuda
20+
2024-11-10 14:50:39
21+
device ----------------------------------------: cuda
22+
2024-11-10 14:50:43
23+
Parameter containing:
24+
tensor(0.0100, requires_grad=True)

0 commit comments

Comments
 (0)