askforalfred / alfred

ALFRED - A Benchmark for Interpreting Grounded Instructions for Everyday Tasks
MIT License
360 stars 77 forks source link

Running on multiple GPUs for increating the batch size. #73

Closed emigmo closed 3 years ago

emigmo commented 3 years ago

is it available for running on multiple GPUs?

MohitShridhar commented 3 years ago

@emigmo, the current repo doesn't support multi-GPU training, but you should be able to make use of Pytorch Data Parallelism for larger batch-sizes.