[x] add flag initial_weights to the pipeline, then nextflow will make the file available for the python launchers to reach the file and provide it to the model.
[x] also modified the yaml config parser so that single values can be provided by the yaml file, when it is not needed for ray tune to chose between a range of values
[x] also fixed a bug in launch_predict.py where the argparse argument is wrongly set up as 'bool' instead of 'action=store_true'
[x] add flag
initial_weights
to the pipeline, then nextflow will make the file available for the python launchers to reach the file and provide it to the model. [x] also modified the yaml config parser so that single values can be provided by the yaml file, when it is not needed for ray tune to chose between a range of values [x] also fixed a bug in launch_predict.py where the argparse argument is wrongly set up as 'bool' instead of 'action=store_true'