Unanswered
Hi, Guys! I’M Trying To Connect Clearml To My Task And Getting Strange Error: After
from the example I shared above
config_files/cfg.py
` from hydra.core.config_store import ConfigStore
from dataclasses import dataclass
@dataclass
class MasterConfig:
test: str = 'test'
cs = ConfigStore.instance()
cs.store(name="config", node=MasterConfig) `
143 Views
0
Answers
3 years ago
one year ago