lucidrains / TimeSformer-pytorch

Implementation of TimeSformer from Facebook AI, a pure attention-based solution for video classification
MIT License
689 stars 86 forks source link

Request for Training & Evaluation Code #4

Open wanghao9610 opened 3 years ago

wanghao9610 commented 3 years ago

Could you leave the code of training and evaluation? Thanks a lot.

tcapelle commented 3 years ago

Lol, he already provided us with a neat and clean implementation of the arch! you can check a train code here using this repo's implementation of the Transformer

wanghao9610 commented 3 years ago

It is just a toy training code, not including any training details, e.g. data preparation, model optimizer, init_lr, and so on. Waiting for your code release!

skyqwe123 commented 3 years ago

@wanghao9610 Have you found the relevant code?

gberta commented 3 years ago

You can find the official implementation of the paper in this repo: https://github.com/facebookresearch/TimeSformer

Taimoor-R commented 1 year ago

Could you leave the code of training and evaluation? Thanks a lot.

Have you found the traning code yet? I am also in need for a training code.