Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Feature Request] Publish log directly into aws cloudwatch #33

@miaekim

Description

@miaekim

Hello

It would be helpful for serverless ML architecture to publish mxboard logs into AWS cloudwatch.

import mxnet as mx
from mxboard import SummaryWriter


with SummaryWriter(loggroup='/aws/training', logstream=f'{training-job-name}/mxboard') as sw:
    for i in range(10):
        # create a normal distribution with fixed mean and decreasing std
        data = mx.nd.normal(loc=0, scale=10.0/(i+1), shape=(10, 3, 8, 8))
        sw.add_histogram(tag='norml_dist', values=data, bins=200, global_step=i)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions