We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, I've been using the your MDETR and it's been incredibly helpful for my work. Great job on this!
I noticed a small typo in eval_lvis.py at this line:
mdetr/scripts/eval_lvis.py
Line 40 in ea09acc
AS-IS: utils.init_distributed_mode(args) TO-BE: dist.init_distributed_mode(args)
utils
dist
Just thought to point it out. Thanks for your hard work on this project!
Best, Minsuk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've been using the your MDETR and it's been incredibly helpful for my work. Great job on this!
I noticed a small typo in eval_lvis.py at this line:
mdetr/scripts/eval_lvis.py
Line 40 in ea09acc
AS-IS:
utils
.init_distributed_mode(args)TO-BE:
dist
.init_distributed_mode(args)Just thought to point it out. Thanks for your hard work on this project!
Best,
Minsuk
The text was updated successfully, but these errors were encountered: