Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Dynamic Logger #366

Open
wants to merge 8 commits into
base: user/aalavian/introduce_registry
Choose a base branch
from

Conversation

aalavian
Copy link
Contributor

Summary

Introduces adaptive logger.

to use:

from l5kit.dynamic_modules.loaders.runtime_params import RuntimeParams
from l5kit.dynamic_modules.loaders.logger import init_logger, get_logger

  # Runtime Params
  rp = RuntimeParams.get()

  init_logger(runtime_params=rp, sync_tensorboard = True)
  logger = get_logger(__name__)

  logger.info("First trial")
  logger.log_custom("data", data={"custome_metric": 31})
  logger.log_custom("commit")

@aalavian
Copy link
Contributor Author

meow @perone @szagoruyko

@aalavian aalavian changed the title User/aalavian/adaptive logger Introduce Dynamic Logger Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants