Closed ahmedmagdiosman closed 7 years ago
To be fair, I've never extracted features with multiple GPUs ^^
I don't know how to fix this error right now. If you find a fix, don't hesitate to send a Pull Request. Thanks :)
Thanks for letting me know :)
I've used it for a single gpu for now, but I'll definitely look into it as I don't think it's a hard fix.
Hello,
I'm trying to use multiple gpus to speed up data extraction. I'm getting this error with the following command:
CUDA_VISIBLE_DEVICES=0,2 python extract.py --dataset vgenome --dir_data data/vgenome --data_split train --mode att
Using
CUDA_VISIBLE_DEVICES
with only 1 gpu works fine. I've looked in to the code and it seems you guys had multi-gpu extraction in mind. Do you have a clue why this happens?