Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Typo in eval_lvis.py #103

Open
minsuk-sung opened this issue Feb 19, 2024 · 0 comments
Open

Minor Typo in eval_lvis.py #103

minsuk-sung opened this issue Feb 19, 2024 · 0 comments

Comments

@minsuk-sung
Copy link

minsuk-sung commented Feb 19, 2024

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:

utils.init_distributed_mode(args)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant