JLDeng / ST-Norm

55 stars 12 forks source link

about code #3

Open zzw-zwzhang opened 2 years ago

zzw-zwzhang commented 2 years ago

x_list = [] x_list.append(x) ... x = torch.cat(x_list, dim=1)

This part of the code is useless.

Lucasxin commented 2 years ago

This part of the code is useless?