Closed fake-warrior8 closed 1 year ago
Thank you for reaching out. Unfortunately, we don't plan to implement a multi-GPU version of preprocessing code. As I remember, we processed by chunk and ran several threads to accelerate the processing.
To save you time, I made the pre-extracted feature available here, so feel free to download! I will update the README accordingly.
Hi, I found it too slow to extract the agent features using
which uses only single GPUs (it will cost 20+ days ). However, when I set the num_GPUS=8 TEST.BATCH_SIZE=8, it raises an error
Could you give a multi GPU version of this code?