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 930e2e5 commit a96907a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion direct/nn/transformers/mri_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def __init__(
Whether to compute the output per coil.
"""
super().__init__()
self.transformer = VisionTransformer2D(
self.transformer = VisionTransformer3D(
average_img_size=average_size,
patch_size=patch_size,
in_channels=COMPLEX_SIZE,
Expand Down

0 comments on commit a96907a

Please sign in to comment.