Skip to content

Latest commit

History

History
14 lines (9 loc) 路 835 Bytes

File metadata and controls

14 lines (9 loc) 路 835 Bytes

馃 MRI Sequence Synthesizer AI (Seq2Seq)

A generative deep learning Transformer model built completely from scratch in PyTorch to synthesize scanner-ready PyPulseq MRI scripts based on clinical parameter inputs.

馃弳 Model Weights Backed Up on the Cloud

Because the trained weight binaries are too massive to track natively inside git text history, the finalized network states are permanently hosted and version-tracked on Kaggle:

馃摜 [Download Trained Weights File from Kaggle](https://kaggle.com

馃殌 How to Run Local Verification

  1. Download the mri_generator_model.pt file from the Kaggle link above.
  2. Place it into your root directory alongside verify_mri_model.py.
  3. Execute the script to generate custom PyPulseq script code!