Results 5 comments of DoranLyong

I want to share what I understand about this. You can refer to Table 7 in appendix A.3 in the [paper](https://github.com/sail-sg/iFormer). ![image](https://user-images.githubusercontent.com/13333380/177894676-e030d76b-5858-43eb-ac55-0d5ba1519bc7.png) For instance with iFormer-S, each stage stacks iFormer...

The result plots are saved in the log directory.

As I can't use Baidu account, I downloaded the pretrained model from [here](https://github.com/lulujianjie/person-reid-tiny-baseline/issues/13#issuecomment-591337137). Then, I got the same problem. I found out that the pretrained model file has different layer...

@cir7 Thanks! I finally got my code :) But, I met another issue with the same of @wangyihanwyh ![Screenshot from 2023-09-15 10-01-54](https://github.com/open-mmlab/mmaction2/assets/13333380/492f5d08-86ee-4df7-a32b-4ed141e0e97e)

I think that `self.base_model(img)` should return a tensor in (batch, dim, 7, 7) shape as input for `self.cls_head(out)`. Am I right?