16 Commits

Author SHA1 Message Date
bishe
c6cb68e700 尝试在每一步都给判别器看,但是速度太慢了 2025-03-07 18:43:06 +08:00
bishe
76fcec26e8 exp8 版本 2025-03-07 10:13:25 +08:00
bishe
2a0a56ac26 修改后的最新 2025-02-27 18:00:41 +08:00
bishe
7a6e856b4b running UNIV 2025-02-26 22:24:17 +08:00
bishe
e8e483fbf8 EDIT_DOWN 2025-02-26 22:07:11 +08:00
bishe
6a2761be99 without cnt running 002 2025-02-24 23:35:03 +08:00
bishe
4af0d7463d withoutCNT 2025-02-24 23:00:25 +08:00
bishe
67151c73f7 without cnt 2025-02-23 23:15:25 +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
d4ba5d8114 add num_timesteps 2025-02-23 16:02:17 +08:00
bishe
044833314d add tau in script 2025-02-23 15:58:59 +08:00
4c6ad27e16 remove redundant: train.py: error: unrecognized arguments: --local_nums 64 --side_length 2 --atten_l 2025-02-23 15:42:21 +08:00
bishe
6317aeaa11 name wrong 2025-02-23 15:37:59 +08:00
7a7eee341c ready for train 2025-02-23 15:32:34 +08:00
areszz
5cb1f58852 first commit 2025-02-22 14:21:54 +08:00