video-swin-transformer-pytorch
video-swin-transformer-pytorch copied to clipboard
Video Swin Transformer - PyTorch
Hello, thank you for your great job! I 'd like to ask whethe the swin-transfomer model could be used in this method. Waiting for your kind reply~
Hello, I tried it if there is no model.eval(), which results in the same data input but get different feature output. I think this is because of the dropout layer...
the output 'logits' are of shape (1,768,8,7,7), but it should be (batch, num_class). How to adapt the code to classify videos?
Hi, thanks for your re-implementations! I want to know whether 3D SwinTransformer == 2D Swin Transformer if the window size is set to [1, 7, 7].