| [NbConvertApp] Converting notebook HCP_downstream_raw_flatmaps.ipynb to python | |
| [NbConvertApp] Writing 36446 bytes to HCP_downstream_raw_flatmaps.py | |
| Traceback (most recent call last): | |
| File "/weka/proj-fmri/ckadirt/fMRI-foundation-model/src/HCP_downstream_raw_flatmaps.py", line 737, in <module> | |
| optimizer = torch.optim.AdamW(model.parameters(), lr=learning_rate, weight_decay=weight_decay) | |
| ^^^^^^^^^^^^^ | |
| NameError: name 'learning_rate' is not defined | |