Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Expose context in the pytorch ignite loggerΒ #2617

@lululaplap

Description

@lululaplap

πŸš€ Feature

Expose the metric tracking context in the pytorch_ignite logger, allowing users to set the context arbitrarily rather than just the subset.

Motivation

Currently, the ignite logger only sets the subset in the context. It could be useful to be able to add further items to the context, such as the fold number in a cross validated training run.

Pitch

aim.pytorch_ignite.AimLogger should take context as an argument. This should then be used as the starting point in the log_metrics method instead of an empty dict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area / SDK-storageIssue area: SDK and storage related issuesphase / review-neededIssue phase: issues that are done and needs reviewtype / enhancementIssue type: new feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions