Skip to content

Commit

Permalink
Re-adding fastmri/models/feature_varnet.py to ensure CI passes
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannakopoulosIlias committed Jun 12, 2024
1 parent c0ba931 commit dba55c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastmri/models/feature_varnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ def forward(
kspace_pred = cascade(
kspace_pred, feature_image.ref_kspace, mask, feature_image.sens_maps
)
# Return Final Image
# Divide with k-space factor and Return Final Image
kspace_pred = kspace_pred / self.kspace_mult_factor
return rss(complex_abs(ifft2c(kspace_pred)), dim=1)

Expand Down

0 comments on commit dba55c6

Please sign in to comment.