mzolfaghari / ECO-efficient-video-understanding

Code and models of paper " ECO: Efficient Convolutional Network for Online Video Understanding", ECCV 2018
MIT License
437 stars 96 forks source link

how to set multi-GPUs #9

Closed Ai-is-light closed 6 years ago

Ai-is-light commented 6 years ago

when I train the network, I got the information as following: (I build the caffe-training environment under the https://github.com/yjxiong/temporal-segment-networks) You are running caffe compiled with MPI support. Now it's running in non-parallel model what's meaning?

What's more, I can't use the multi-gpus to train my model.

Looking forward to any advice.

Ai-is-light commented 6 years ago

@mzolfaghari would you mind supporting your caffe docker images? Thanks

mzolfaghari commented 6 years ago

@Ai-is-light

Ai-is-light commented 6 years ago

@mzolfaghari Thanks, I also set the 'iter_size' for increasing the batch size.

sophia-wright-blue commented 6 years ago

Hello @mzolfaghari ,

Thank you for making the code available - I have a follow-up on your PyTorch comment - is there a scheduled release date for the PyTorch version?

Thanks,

mzolfaghari commented 6 years ago

Hi @sophia-wright-blue

The code will be available next week.

sophia-wright-blue commented 6 years ago

That's awesome - looking forward to learning more about your model.