edit
Browse files
osuT5/utils/init_utils.py
CHANGED
|
@@ -3,7 +3,6 @@ import os
|
|
| 3 |
|
| 4 |
from accelerate.utils import set_seed
|
| 5 |
from omegaconf import open_dict, DictConfig
|
| 6 |
-
from hydra.utils import to_absolute_path
|
| 7 |
|
| 8 |
|
| 9 |
def check_args_and_env(args: DictConfig) -> None:
|
|
|
|
| 3 |
|
| 4 |
from accelerate.utils import set_seed
|
| 5 |
from omegaconf import open_dict, DictConfig
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
def check_args_and_env(args: DictConfig) -> None:
|