Open bernt-matthias opened 11 months ago
The code starting here is essentially
arguments = createArgsFromJson( opts.configFile, ignore_elements, return_json_object=False ) opts = cp.args.TrainArgs().parse_args(arguments) mean_score, std_score = cp.train.cross_validate(args=opts, train_func=cp.train.run_training)
If I get it right: you always overwrite the command line arguments with the content from the json file. This should happen only if a json file is given.
ping @soulios
The code starting here is essentially
If I get it right: you always overwrite the command line arguments with the content from the json file. This should happen only if a json file is given.
ping @soulios