Hi Daniel,
When I run the file DSB2017-master\scoring_code\create_preds_from_model_outputs.py, I find the line 264:
labels = pd.read_csv(r"F:\Flung\stage2\stage1plus2_labels.csv")
In the DSB2017-master \ scoring_code folder I can not find this file stage1plus2_labels.csv, I can only find stage1plus2_masses_predictions.csv. When I use stage1plus2_masses_predictions.csv instead of the stage1plus2_labels.csv, code produces an error. The error should come from the file format is wrong, so I guess stage1plus2_masses_predictions.csv file can not replace the above documents.
I hope you can give me some advice, thanks
Hi Daniel,
When I run the file DSB2017-master\scoring_code\create_preds_from_model_outputs.py, I find the line 264:
labels = pd.read_csv(r"F:\Flung\stage2\stage1plus2_labels.csv")
In the DSB2017-master \ scoring_code folder I can not find this file stage1plus2_labels.csv, I can only find stage1plus2_masses_predictions.csv. When I use stage1plus2_masses_predictions.csv instead of the stage1plus2_labels.csv, code produces an error. The error should come from the file format is wrong, so I guess stage1plus2_masses_predictions.csv file can not replace the above documents.
I hope you can give me some advice, thanks