add_tags()
Python package: neptune-scale
Adds the list of tags to the run.
Parameters
Example
with Run(...) as run:
run.add_tags(
tags=["tiny learning rate", "v13", "violet"],
group_tags=True,
)
add_tags()
Adds the list of tags to the run.
with Run(...) as run:
run.add_tags(
tags=["tiny learning rate", "v13", "violet"],
group_tags=True,
)