dingfengshi / TriDet

[CVPR2023] Code for the paper, TriDet: Temporal Action Detection with Relative Boundary Modeling
MIT License
160 stars 13 forks source link

training with 2 gpus #31

Open hongminglin08 opened 8 months ago

hongminglin08 commented 8 months ago

I used 2 Gpus for training, but halved the number of channels instead of the batch size. how should I modify it?

dingfengshi commented 7 months ago

The current implementation does not include multi-GPU support. You can modify the code according to the PyTorch official DDP tutorial.