mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
refactoring training spc setup and benchmarking
This commit is contained in:
23
engine/telemetry/__init__.py
Normal file
23
engine/telemetry/__init__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
from .metrics import canonicalize_metrics
|
||||
from .wandb import (
|
||||
current_config,
|
||||
finish_run,
|
||||
get_wandb_module,
|
||||
init_run,
|
||||
log_metrics,
|
||||
run_agent,
|
||||
update_run_config,
|
||||
update_summary,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"canonicalize_metrics",
|
||||
"current_config",
|
||||
"finish_run",
|
||||
"get_wandb_module",
|
||||
"init_run",
|
||||
"log_metrics",
|
||||
"run_agent",
|
||||
"update_run_config",
|
||||
"update_summary",
|
||||
]
|
||||
Reference in New Issue
Block a user