File size: 428 Bytes
19c938f |
1 2 3 4 5 6 7 8 |
[NbConvertApp] Converting notebook HCP_downstream_finetune.ipynb to python
[NbConvertApp] Writing 31620 bytes to HCP_downstream_finetune.py
Traceback (most recent call last):
File "/weka/proj-fmri/ckadirt/fMRI-foundation-model/src/HCP_downstream_finetune.py", line 72, in <module>
parser = argparse.ArgumentParser(description="Model Training Configuration")
^^^^^^^^
NameError: name 'argparse' is not defined
|