NFormer
NFormer copied to clipboard
nformer
Hello, teacher! I recently read your article "NFormer: Robust Person Re-identification with Neighbor Transformer" and found it very inspiring. I'm very interested in it. However, there's one thing that I don't understand. I added a print statement print(x.shape) in the forward(self, x) function in nformer.py, but I'm unable to see the output. I have tried modifying four YAML files, but it still doesn't work. Could you please help me with this issue? 老师您好,最近看了你们NFormer: Robust Person Re-identification with Neighbor Transformer这篇文章深受启发,我非常感兴趣。但有一个地方我很不解,就是我在nformer.py的def forward(self, x)函数下加了print(x.shape)语句,为什么无法print呀?我试了并修改了四个yml文件依然不行。