sebastian-hofstaetter / matchmaker

Training & evaluation library for text-based neural re-ranking and dense retrieval models built with PyTorch
https://neural-ir-explorer.ec.tuwien.ac.at/
Apache License 2.0
259 stars 30 forks source link

DistributedDataParallel #14

Open SunSiShining opened 2 years ago

SunSiShining commented 2 years ago

Hi Sebastian,

Will matchmaker support DistributedDataParallel? It is usually significantly faster than DataParallel.

Best, Si