Jieru Hu
Jieru Hu
```python from dataclasses import dataclass from typing import Optional, Any, Dict from omegaconf import OmegaConf @dataclass class Config: test_dict: Optional[Dict[Any, str]] = None c = Config(test_dict={"hello": ["word"]}) OmegaConf.structured(c) ``` ###...
### Current Behavior ``` (hydra) PS C:\Users\circleci\project> nox -s lint-3.10 nox -s lint-3.10 nox > Running session lint-3.10 nox > Creating virtual environment (virtualenv) using python.EXE in .nox\lint-3-10 Operating system...
Look into migrating to pynvml now that it seems possible to get GPU info per process.
make sure it works on 3.9