Commit History

fix: authenticate hf_hub_download with HF_TOKEN env var (needed for private model repo)
e5b9ee7

aelleeyy commited on

fix: load middle slice instead of slice 0 β€” edge slices show only anatomy tip, center slice shows full knee
fe63336

aelleeyy commited on

fix: padding_right=0 was zeroing entire kspace mask β€” set to W when 0 (means no right cutoff)
032eb41

aelleeyy commited on

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

fix: remove num_low_frequencies from model call β€” match training (line 71 train script)
362d868

aelleeyy commited on

debug: add tensor shape/nan prints + float32 cast + ssim ndarray fix
d8c7829

aelleeyy commited on

fix: pass num_low_frequencies (not max_value) to VarNet forward β€” fixes NaN output
b37f436

aelleeyy commited on

fix: _w helper uses single unsqueeze for fastmri_ssim 3D input
bc44558

aelleeyy commited on

fix: single unsqueeze for batch dim in _run_model (fixes ValueError 5-dim unpack)
209097f

aelleeyy commited on

fix: pass attrs dict to VarNetDataTransform (fixes padding_left TypeError)
9a60e7a

aelleeyy commited on

Fix: remove middleware after launch, fix VarNetDataTransform slice_num arg
552b45a

aelleeyy commited on

Fix: add REST routes after launch() on real app instance
b6ed260

aelleeyy commited on

Add @spaces.GPU decorator to satisfy spaces library startup check
bf05a51

aelleeyy commited on

Switch to Gradio 5.35.0, disable SSR
ce2500b

aelleeyy commited on

Pin gradio 4.44.1, restore launch call
11d85fd

aelleeyy commited on

Fix: let HF Spaces handle launch, disable SSR via env var
6c841ee

aelleeyy commited on

Fix: disable SSR mode for HF Spaces free tier
9278c7e

aelleeyy commited on

Add E2E-VarNet reconstruction API
48bb70a

aelleeyy commited on

initial commit
d1f37c3
verified

alyrraza commited on