Skip to content

ClearML support for configuration #2888

@pyb0924

Description

@pyb0924

❓ Questions/Help/Support

Hello! I'd like to know how to transfer the ClearML configuration logs from pure PyTorch to PyTorch-Ignite, that is:

task = Task.init("project-name", task_name="task-name")
task.connect_configuration(config) # or task.connect({k: v for k, v in config.items()})

In official docs, I only found ClearMLLogger class which implemented Task.init() inside, but with no support for Task.connect(). Is there any good solution to this problem in current verison of release?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions