WandbConfig
-
class WandbConfig(
- project='nvsubquadratic',
- entity='dromeroguzma',
- job_group='',
- tags=<factory>,
- run_id=None,
)
Bases: object
Wandb configuration.
- Parameters:
-
-
project: str = 'nvsubquadratic'
-
entity: str = 'dromeroguzma'
-
job_group: str = ''
-
tags: list
-
run_id: str | None = None
-
__init__(
- project='nvsubquadratic',
- entity='dromeroguzma',
- job_group='',
- tags=<factory>,
- run_id=None,
)
- Parameters:
-
- Return type:
None