airsplay / R2R-EnvDrop

PyTorch Code of NAACL 2019 paper "Learning to Navigate Unseen Environments: Back Translation with Environmental Dropout"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run with multiple gpus?

yellowjs0304 opened this issue · comments

Hi, Thank u for sharing nice work.

I followed your script, but i can't train this in multiple gpus.

I used "bash run/bt_envdrop.bash 0, 3", but it cannot equally divided into two GPUs.

Could you please tell me how to do it?

Did not support multiple GPU yet TAT...

Thank you for quick response.