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

Tags at run creation time? #3160

Open
Pibborn opened this issue Jun 10, 2024 · 2 comments
Open

Tags at run creation time? #3160

Pibborn opened this issue Jun 10, 2024 · 2 comments
Labels
type / question Issue type: question

Comments

@Pibborn
Copy link

Pibborn commented Jun 10, 2024

❓Question

Dear AIM community,

I have been wondering whether it's possible to create a run/experiment with a tag. This would be useful, for example, when you already know that you are running a single or multiple experiments that "belong together".

If there is an alternative functionality already implemented that can help me group together runs as I start them, I would be appreciative of any directions.

Thank you!

@Pibborn Pibborn added the type / question Issue type: question label Jun 10, 2024
@mihran113
Copy link
Contributor

Hey @Pibborn! You can use the add_tag method of the aim.Run object.

Here is a simple example:

from aim import Run
run = Run()
run.add_tag('some_tag_name')

@SGevorg
Copy link
Member

SGevorg commented Jun 13, 2024

Hi @Pibborn was the code helpful to you? 🙌

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

No branches or pull requests

3 participants