Edit on GitHub

dvclive.env

List of environment variables to configure DVCLive behavior.

import os
from dvclive import env

os.environ[env.DVCLIVE_LOGLEVEL] = "DEBUG"
os.environ[env.DVCLIVE_OPEN] = "True"
  • DVCLIVE_LOGLEVEL: Configure the logging level of DVCLive. Defaults to INFO.
  • DVCLIVE_OPEN: If True, DVCLive will try to automatically open the HTML generated by Live.make_report() in the default browser. Defaults to False.

๐Ÿ› Found an issue? Let us know! Or fix it:

Edit on GitHub

โ“ Have a question? Join our chat, we will help you:

Discord Chat