showlab/EgoVLP

Error with local rank while testing

archana53 opened this issue · 1 comments

I'm running into an error while testing at the following line:

model/model.py", line 89, in init
local_rank = int(os.environ['LOCAL_RANK']) # fixed by qinghong.

Is this an issue with setting the local rank?

Yes, the LOCAL_RANK will automatically be assigned under the DDP settings.