USTC-Video-Understanding / I3D_Finetune

TensorFlow code for finetuning I3D model on UCF101.
144 stars 43 forks source link

multi GPU #11

Closed panna19951227 closed 5 years ago

panna19951227 commented 6 years ago

if I want to use multi GPUs to train ,what should I do?

vra commented 6 years ago

At current our code doesn't support multi GPU training. You can adapt it yourself following TensorFlow multi GPU tutorials.

arunponnusamy commented 5 years ago

Hello @panna19951227 , were you able to adapt the code for multi GPU training ? It would be great if you can share any updates. Thanks.