LoggerML
v1.1.3

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
  • Features
  • Edit on GitHub
Previous Next

Features

Contents:

  • 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)
Previous Next

© Copyright 2023, Valentin Goldite. Revision 17a3e66e.

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