Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Feb 5, 2024
1 parent e95b890 commit 2829dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion direct/common/subsample_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from omegaconf import MISSING

from direct.config.defaults import BaseConfig
from direct.config import BaseConfig


@dataclass
Expand Down
3 changes: 2 additions & 1 deletion direct/data/datasets_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from omegaconf import MISSING

from direct.common.subsample_config import MaskingConfig
from direct.config.defaults import BaseConfig
from direct.config import BaseConfig
from direct.data.transforms import RescaleMode


Expand Down Expand Up @@ -71,6 +71,7 @@ class TransformsConfig(BaseConfig):
image_recon_type: str = "rss"
pad_coils: Optional[int] = None
use_seed: bool = True
dynamic_mask: bool = False
target_accelerations: Optional[tuple[float, ...]] = None


Expand Down

0 comments on commit 2829dc8

Please sign in to comment.