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

Misc ideas based on discussions in Slack and TODOs #4

Open
10 of 16 tasks
osanseviero opened this issue Mar 24, 2022 · 8 comments
Open
10 of 16 tasks

Misc ideas based on discussions in Slack and TODOs #4

osanseviero opened this issue Mar 24, 2022 · 8 comments

Comments

@osanseviero
Copy link
Contributor

osanseviero commented Mar 24, 2022

Just dumping ideas here related to this repo cc @NielsRogge @nateraw

@NielsRogge
Copy link
Contributor

NielsRogge commented Mar 24, 2022

Adding some more ideas:

  • Make people learn about GAN metrics, like FID and Inception score
  • Add section related to the main applications of GANs
  • Explain how to set up Accelerate to set up the scripts
  • Tag all vision datasets on the hub with "vision" such that people can easily retrieve them
  • improve and battle test PyTorchModelHubMixin
  • support datasets with trainA, trainB, testA and testB columns like this one: https://huggingface.co/datasets/huggan/horse2zebra
  • add links to great example Spaces

@osanseviero
Copy link
Contributor Author

osanseviero commented Mar 24, 2022

Some new todos (lol the list grows larger and larger) based on internal discussion https://huggingface.slack.com/archives/C035Y01JHMY/p1648122316988469

@lhoestq
Copy link
Member

lhoestq commented Mar 24, 2022

Tag all vision datasets on the hub with "vision" such that people can easily retrieve them

Currently we don't tag datasets with a "image" or "text" or "audio" tag but we can probably do that indeed. Maybe

modalities:
- image

for example ? Or you have something else in mind ?

@NielsRogge
Copy link
Contributor

for example ? Or you have something else in mind ?

Maybe "vision"? Currently, all vision models on the hub are tagged with that.

@lhoestq
Copy link
Member

lhoestq commented Mar 25, 2022

Ok sounds good :)
I'll also adapt the datasets tagging app to support this field then, and make it compatible for vision datasets (right now it's heavily focused on text datasets)

@julien-c
Copy link
Member

(if we move to the new task scheme that you proposed recently, we don't need to hardcode the modality b/c it will be implied by the task)

@julien-c
Copy link
Member

(cc @osanseviero )

@lhoestq
Copy link
Member

lhoestq commented Mar 28, 2022

(if we move to the new task scheme that you proposed recently, we don't need to hardcode the modality b/c it will be implied by the task)

Yes indeed, maybe we don't even need the modality tag if we can just infer it from the task tag, as we do for models ^^

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

4 participants