Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RafayAK committed Oct 14, 2023
1 parent 21b800c commit 1fed7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/experiment/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:
tags:
- "mnist"
- "simple_dense_net"
- ${task_name} # will be dynamically interpolated
- ${task_name} # will be dynamically interpolated
- batch_size_${data.batch_size} # will also be dynamically interpolated

seed: 12345
Expand Down
2 changes: 1 addition & 1 deletion src/utils/rich_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import rich.tree
from hydra.core.hydra_config import HydraConfig
from lightning_utilities.core.rank_zero import rank_zero_only
from omegaconf import ListConfig, DictConfig, OmegaConf, open_dict
from omegaconf import DictConfig, ListConfig, OmegaConf, open_dict
from rich.prompt import Prompt

from src.utils import pylogger
Expand Down

0 comments on commit 1fed7e5

Please sign in to comment.