Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Oct 20, 2024
1 parent d14e00f commit 930e2e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions direct/nn/transformers/mri_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def __init__(
locality_strength: float = 1.0,
use_pos_embedding: bool = True,
normalized: bool = True,
**kwargs,
) -> None:
"""Inits :class:`ImageDomainMRIViT2D`.
Expand Down Expand Up @@ -231,6 +232,7 @@ def __init__(
locality_strength: float = 1.0,
use_pos_embedding: bool = True,
normalized: bool = True,
**kwargs,
) -> None:
"""Inits :class:`ImageDomainMRIViT3D`.
Expand Down Expand Up @@ -386,6 +388,7 @@ def __init__(
use_pos_embedding: bool = True,
normalized: bool = True,
compute_per_coil: bool = True,
**kwargs,
) -> None:
"""Inits :class:`KSpaceDomainMRIViT2D`.
Expand Down Expand Up @@ -575,6 +578,7 @@ def __init__(
use_pos_embedding: bool = True,
normalized: bool = True,
compute_per_coil: bool = True,
**kwargs,
) -> None:
"""Inits :class:`KSpaceDomainMRIViT3D`.
Expand Down

0 comments on commit 930e2e5

Please sign in to comment.