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.

Document the ways of using SummaryWriter #14

Description

@reminisce

Need to document the recommended way of using SummaryWriter:
with SummaryWriter vs. sw = SummaryWriter(...).

Add an FAQ section in README.

  1. How to initialize a SummaryWriter instance: with SummaryWriter(...) or sw = SummaryWriter(..)?
  2. What is the meaning of verbose?
  3. Should I call flush() on a SummaryWriter object?
  4. How to improve the logging performance?
  5. Can I use the same tag for adding different types, e.g. image and histogram? No. One of them is going to be overwritten by the other.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions