LoggerML
v1.1.1

Contents:

  • Installation
  • Quick start
    • Minimal usage
    • Save the logs
    • Advanced usage
  • Why not use tqdm.tqdm?
  • Features
    • Regex for log config (styles, sizes and average)
    • Don’t know the number of batches in advance?
    • Use LoggerML with experiment tracker (like Weights and Biases)
  • Logml API
    • logml.logger
      • Logger
        • Logger.log()
        • Logger.tqdm()
        • Logger.new_epoch()
        • Logger.start_epoch()
        • Logger.new_batch()
        • Logger.start_batch()
        • Logger.detach()
        • Logger.stop()
        • Logger.start()
        • Logger.reset()
        • Logger.get_vals()
    • logml.time_utils
      • sec_to_timestr()
      • get_time_range()
  • How to contribute
    • Todo list
  • License
LoggerML
  • Index
  • Edit on GitHub

Index

D | G | L | M | N | R | S | T

D

  • detach() (Logger method)

G

  • get_time_range() (in module logml.time_utils)
  • get_vals() (Logger method)

L

  • log() (Logger method)
  • Logger (class in logml.logger)
  • logml.logger
    • module
  • logml.time_utils
    • module

M

  • module
    • logml.logger
    • logml.time_utils

N

  • new_batch() (Logger method)
  • new_epoch() (Logger method)

R

  • reset() (Logger method)

S

  • sec_to_timestr() (in module logml.time_utils)
  • start() (Logger method)
  • start_batch() (Logger method)
  • start_epoch() (Logger method)
  • stop() (Logger method)

T

  • tqdm() (Logger method)

© Copyright 2023, Valentin Goldite. Revision 847cc4f8.

Built with Sphinx using a theme provided by Read the Docs.