banhxeo

Getting Started

  • Installation

API References

  • banhxeo
    • banhxeo package
      • set_default_gpu()
      • Subpackages
        • banhxeo.core package
        • banhxeo.data package
        • banhxeo.model package
        • banhxeo.train package
        • banhxeo.utils package
banhxeo
  • banhxeo
  • banhxeo package
  • banhxeo.utils package
  • View page source

banhxeo.utils package

class banhxeo.utils.RuntimeEnv(value)[source]

Bases: Enum

An enumeration.

JUPYTER = 1
SHELL = 2
IPYTHON = 3
COLAB = 4
banhxeo.utils.get_runtime() → RuntimeEnv[source]

Submodules

  • banhxeo.utils.file module
    • download_archive()
    • check_md5()
    • extract_archive()
  • banhxeo.utils.logging module
    • PrintLogger
      • PrintLogger.template
      • PrintLogger.info()
      • PrintLogger.debug()
      • PrintLogger.exception()
      • PrintLogger.error()
      • PrintLogger.warning()
    • Logger
      • Logger.__init__()
      • Logger.info()
      • Logger.debug()
      • Logger.exception()
      • Logger.error()
      • Logger.warning()
      • Logger.check_and_raise()
Previous Next

© Copyright 2025, Le Nguyen.

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