We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d5229d + 84d4d31 commit d8a098dCopy full SHA for d8a098d
datasets/dataset_setup.py
@@ -706,13 +706,13 @@ def main(_):
706
'to download the FastMRI dataset.\nSign up for the URLs at '
707
'https://fastmri.med.nyu.edu/.')
708
709
- updated_data_dir = download_fastmri(data_dir,
710
- knee_singlecoil_train_url,
711
- knee_singlecoil_val_url,
712
- knee_singlecoil_test_url)
+ download_fastmri(data_dir,
+ knee_singlecoil_train_url,
+ knee_singlecoil_val_url,
+ knee_singlecoil_test_url)
713
714
logging.info('fastMRI download completed. Extracting...')
715
- setup_fastmri(data_dir, updated_data_dir)
+ setup_fastmri(data_dir)
716
717
if FLAGS.all or FLAGS.imagenet:
718
flags.mark_flag_as_required('imagenet_train_url')
0 commit comments