fix: authenticate hf_hub_download with HF_TOKEN env var (needed for private model repo) e5b9ee7 aelleeyy commited on Jul 14
fix: load middle slice instead of slice 0 β edge slices show only anatomy tip, center slice shows full knee fe63336 aelleeyy commited on Jul 14
fix: padding_right=0 was zeroing entire kspace mask β set to W when 0 (means no right cutoff) 032eb41 aelleeyy commited on Jul 14
fix: pre-scale kspace to O(1) before VarNet β NormUnet.norm has no epsilon in std division, causing NaN on CPU when absmax~4e-4 88dbc2c aelleeyy commited on Jul 14
fix: remove num_low_frequencies from model call β match training (line 71 train script) 362d868 aelleeyy commited on Jul 14
debug: add tensor shape/nan prints + float32 cast + ssim ndarray fix d8c7829 aelleeyy commited on Jul 14
fix: pass num_low_frequencies (not max_value) to VarNet forward β fixes NaN output b37f436 aelleeyy commited on Jul 14
fix: single unsqueeze for batch dim in _run_model (fixes ValueError 5-dim unpack) 209097f aelleeyy commited on Jul 14
fix: pass attrs dict to VarNetDataTransform (fixes padding_left TypeError) 9a60e7a aelleeyy commited on Jul 14
Fix: remove middleware after launch, fix VarNetDataTransform slice_num arg 552b45a aelleeyy commited on Jul 14
Add @spaces.GPU decorator to satisfy spaces library startup check bf05a51 aelleeyy commited on Jul 14