24 Commits

Author SHA1 Message Date
bishe
8a081af0a3 debug 2025-02-23 22:40:34 +08:00
bishe
687559866d use kun's forward method 2025-02-23 22:26:04 +08:00
bishe
0639032b6c use kun's ctn method 2025-02-23 21:15:41 +08:00
bishe
6705075876 fixing CTN 2025-02-23 19:06:35 +08:00
bishe
1caa5f0625 fix about netG 2025-02-23 18:42:21 +08:00
bishe
a798da6b32 Traceback (most recent call last):
File "/home/openxs/jj/roma_unsb/train.py", line 47, in <module>
    model.optimize_parameters()   # calculate loss functions, get gradients, update network weights
  File "/home/openxs/jj/roma_unsb/models/roma_unsb_model.py", line 315, in optimize_parameters
    self.forward()
  File "/home/openxs/jj/roma_unsb/models/roma_unsb_model.py", line 445, in forward
    Xt_1 = self.netG(Xt, self.time, z)
  File "/home/openxs/anaconda3/envs/I2V/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
    return forward_call(*args, **kwargs)
  File "/home/openxs/anaconda3/envs/I2V/lib/python3.9/site-packages/torch/nn/parallel/data_parallel.py", line 169, in forward
    return self.module(*inputs[0], **kwargs[0])
  File "/home/openxs/anaconda3/envs/I2V/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
    return forward_call(*args, **kwargs)
  File "/home/openxs/jj/roma_unsb/models/networks.py", line 980, in forward
    feat = layer(feat)
  File "/home/openxs/anaconda3/envs/I2V/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
    return forward_call(*args, **kwargs)
  File "/home/openxs/anaconda3/envs/I2V/lib/python3.9/site-packages/torch/nn/modules/conv.py", line 463, in forward
    return self._conv_forward(input, self.weight, self.bias)
  File "/home/openxs/anaconda3/envs/I2V/lib/python3.9/site-packages/torch/nn/modules/conv.py", line 459, in _conv_forward
    return F.conv2d(input, weight, bias, self.stride,
RuntimeError: Given groups=1, weight of size [64, 3, 7, 7], expected input[1, 1, 1734, 774] to have 3 channels, but got 1 channels instead
2025-02-23 16:49:26 +08:00
bishe
9966211e8b http://47.108.14.56:3000/c/b78fb9d0-d385-4dce-81dd-5173e1cf037a 2025-02-23 16:44:28 +08:00
bishe
c0364b0170 debuging 2025-02-23 16:09:20 +08:00
bishe
67b18f082c debug 2025-02-23 16:06:28 +08:00
bishe
102595c040 File "/home/openxs/jj/roma_unsb/models/roma_unsb_model.py", line 421, in forward
bs = self.mutil_real_A0_tokens.size(0)
AttributeError: 'list' object has no attribute 'size'
2025-02-23 16:04:38 +08:00
bishe
d4ba5d8114 add num_timesteps 2025-02-23 16:02:17 +08:00
bishe
7b9e3003f1 add tau 2025-02-23 15:57:25 +08:00
45d12a10d6 remove netF and rename netG
bug
2025-02-23 15:51:57 +08:00
55335dff16 更新 models/roma_unsb_model.py 2025-02-23 15:46:18 +08:00
bishe
6317aeaa11 name wrong 2025-02-23 15:37:59 +08:00
40d33fd9c2 更新 models/rome_unsb_model.py 2025-02-23 15:27:15 +08:00
24b8f9acae revert eefe7f26d480e72a3871b0ba171c20aa58a64127
revert 更新 models/roma_model.py
2025-02-23 15:26:19 +08:00
eefe7f26d4 更新 models/roma_model.py 2025-02-23 15:25:22 +08:00
515907f2e8 更新 models/rome_unsb_model.py 2025-02-23 15:23:00 +08:00
e5accb1d4c 更新 models/rome_unsb_model.py 2025-02-23 15:22:14 +08:00
areszz
a62a234d83 model file name edit 2025-02-23 15:04:58 +08:00
areszz
09d363ced6 kun edit 2025-02-23 14:37:14 +08:00
areszz
8cd61d0503 first_change 2025-02-22 15:23:52 +08:00
areszz
5cb1f58852 first commit 2025-02-22 14:21:54 +08:00