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

Allow specifying multiple tags with the Keras mixin #800

Closed
osanseviero opened this issue Mar 24, 2022 · 1 comment · Fixed by #806
Closed

Allow specifying multiple tags with the Keras mixin #800

osanseviero opened this issue Mar 24, 2022 · 1 comment · Fixed by #806
Assignees

Comments

@osanseviero
Copy link
Contributor

As a user, I might want to not just specify the task name, but also other tags. Since tags with a task name are automatically identified as a task, we can simply accept a list of tags .

For example

save_pretrained_keras(..., tags=["huggan", "gan", "text-to-image"])

cc @merveenoyan @NielsRogge @nateraw

@merveenoyan
Copy link
Contributor

I'm currently off, will implement this tomorrow.

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

Successfully merging a pull request may close this issue.

2 participants