Skip to content

Instantly share code, notes, and snippets.

@deshraj
Created November 28, 2018 04:25
Show Gist options
  • Select an option

  • Save deshraj/6d79717e53cfee7549e1f76391cbc170 to your computer and use it in GitHub Desktop.

Select an option

Save deshraj/6d79717e53cfee7549e1f76391cbc170 to your computer and use it in GitHub Desktop.
fastMRI Submission Script
from common.submit import save_reconstructions
# Run your model on the test data
reconstructions = run_model(my_model, test_data_loader)
# Save the reconstructions to disk under the recons_dir directory
save_reconstructions(reconstructions, recons_dir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment