Jbartlett6 / SDNet

SDNet, a model based deep learning method to estimate high quality FODs from indersampled DWI signal data.
2 stars 0 forks source link

Complete the argument parser. #2

Closed Jbartlett6 closed 1 year ago

Jbartlett6 commented 2 years ago

Complete the utils/options.pt script which loads the arguments for the model. It does so using the Network_Options class, which firstly initialises a set of default options in the init() method. Then loads the arguments passed into the script using arg parse. There is an additional option to load a .yml config file which will override the options which are parsed into the file using argparse.