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

Add list_benchmarks to compare models easily #1253

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MohamedAliRashad
Copy link
Contributor

@MohamedAliRashad MohamedAliRashad commented May 6, 2022

This is a simple function for listing ImageNet benchmarks found here for users to see

@kaczmarj
Copy link
Contributor

adding pandas as a requirement might not be great, and the function is simple enough to be done without pandas. could you rework this to use the standard library? urllib to download the file, and then the csv module to load the data, for example.

@MohamedAliRashad
Copy link
Contributor Author

@kaczmarj Adding pandas to the list of dependinces will provide room in the future for more features to be added.
I can do what you want if this what you think is best for the project.

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

Successfully merging this pull request may close these issues.

None yet

2 participants