labml library

API

  • Experiment
    • Create Experiment
      • create()
      • record()
      • evaluate()
      • start()
      • get_uuid()
    • Configurations & Hyper-parameters
      • configs()
      • load_configs()
  • Tracker
    • Track
      • save()
      • add()
    • Step
      • set_global_step()
      • add_global_step()
      • get_global_step()
    • Setup
      • set_histogram()
      • set_scalar()
    • Namespaces
      • namespace()
    • Helpers
      • reset()
      • new_line()
  • Framework Integrations
    • FastAI
    • Keras
    • PyTorch Lightning
  • Monitor
    • Basic
      • section()
      • func()
      • progress()
      • fail()
    • Iterators
      • iterate()
      • enum()
      • mix()
    • Loop
      • loop()
      • finish_loop()
  • Configs
    • BaseConfigs
    • option()
    • calculate()
    • hyperparams()
    • meta_config()
    • aggregate()
  • Logger
    • log()
    • inspect()
    • Styling
      • Text
        • Text.danger
        • Text.heading
        • Text.highlight
        • Text.key
        • Text.link
        • Text.meta
        • Text.meta2
        • Text.none
        • Text.subtle
        • Text.success
        • Text.title
        • Text.warning
      • Style
        • Style.bold
        • Style.light
        • Style.none
        • Style.normal
        • Style.underline
      • Color
        • Color.black
        • Color.blue
        • Color.cyan
        • Color.green
        • Color.none
        • Color.orange
        • Color.purple
        • Color.red
        • Color.white
      • StyleCode
  • Lab
    • get_computer_name()
    • get_computer_uuid()
    • get_info()
    • get_path()
    • get_data_path()
    • get_experiments_path()
    • configure()
  • Manage
    • new_run()
    • new_run_process()
  • Utils
    • Cache
      • cache()
      • cache_get()
      • cache_set()
    • Keyboard Interrupt
      • DelayedKeyboardInterrupt
    • Downloading
      • download_file()
      • extract_tar()
    • PyTorch
      • store_model_indicators()
      • store_optimizer_indicators()
      • get_modules()
      • get_device()

CLI

  • labml
    • Synopsis
    • Options
      • Commands
labml library
  • Search


© Copyright 2020-2024, labml.ai contributors.

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