I am running the command for training: python nprf_drmm.py --fold 5 1
Then I am supposing to modify the config file: model/nprf_drmm_config.py, but how can I config this file. I modify the variable parent_path to parent_path = '/home/dexter/NPRF/model' (home directory), but it doesn't work.
Hi again,
I am running the command for training:
python nprf_drmm.py --fold 5 1
Then I am supposing to modify the config file: model/nprf_drmm_config.py, but how can I config this file. I modify the variableparent_path
toparent_path = '/home/dexter/NPRF/model'
(home directory), but it doesn't work.Could you please help me out.
Thanks.