yangwanglyb

Results 1 comments of yangwanglyb

> Hi, 请问,如果通道不分组,是不是用以下代码就可以? > > > def get_dct_filter(self, tile_size_x, tile_size_y, mapper_x, mapper_y, channel): > > dct_filter = torch.zeros(channel, tile_size_x, tile_size_y) > > for i in range(channel): > > for _,...