-
Notifications
You must be signed in to change notification settings - Fork 554
[v2] refactor filter_tasks.py out of overview.py and rename overview.py to get_tasks.py #3358
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
Conversation
…plementation is also cleaner and avoid the need for filtering abstasks. To do this I also had to fix a few naming issue where classes names colided.
…py to get_tasks.py Q: `abstask.filter_modalities`, does it actually filter anything (doesn't it just change the metadata which isn't used anywhere?)
Yes, it's weird. Maybe this was done like this to be used in leaderboard, but I'm not sure (source PR #2262) |
Hmm, I will try to remove it |
|
Couldn't find any place where it was used |
Refactored filter_tasks out of overview.py, this both makes it easier to test segments of get_tasks and it also makes it accecible for use throughout the repo.
I also:
Q:
abstask.filter_modalities, does it actually filter anything (doesn't it just change the metadata which isn't used anywhere?)