Hello Our submission 8505031 on SC2 has been just scored however this is odd because the progress feature that we implemented shows 24% only. We suspect that there might be any kind of problem because the code is basically the same that the one currently running on submission 8505030 on SC1 that is at 54% according to the progress feature Is there any possibility to check the log to see if we really arrived to the end? Or check if has been any trouble with the server? Thanks

Created by Alberto Albiol alalbiol
Our architecture uses two processes running two models on each GPU. When these processes finish there is a third process that merges the outputs of the first models In order to make the submission more robust the third script tried to fill missing data (due to failures), but it could be the case that a general failure of the GPU made the two first process crash and the third script make an output. Due to time constraints we forgot to add a comment in the logs showing this rare situation If you don't mind we would like to request if is possible to rerun the script because we still suspect that the early ending might be have caused by other reasons because the analogous script on sc1 is still running Thanks
End of your log file. Very last line says "Clean exit" ``` [void patient_list::parse_files(const path&)] Exams: exams_metadata [void patient_list::parse_files(const path&)] Exams: images_crosswalk [Time to read the image] It took me: 2013.11 seconds [void mamo_contest::application::print(std::ostream&) const] [TRAININGDATA_PATH]: /trainingData [METADATA_PATH]: /metadata [MODELSTATE_PATH]: /root/modelState [PREPROCESSED_PATH]: /preprocessedData [NUM_OF_FORKED_PROCESS]: 1 [NUM_OF_CPU_THREADS]: 15 [void mamo_contest::application::print(std::ostream&) const] [static patient_list::Ptr patient_list::patient_information_file()] ------------------------------------------------------------ ENVIRONMENT VARIABLE | VALUE ------------------------------------------------------------ [TRAININGDATA_PATH]: /trainingData [INFERENCE_PATH]: /inferenceData [METADATA_PATH]: /metadata [MODELSTATE_PATH]: /root/modelState [PREPROCESSED_PATH]: /preprocessedData [PATIENT_NAME_START_COUNTER]: 0 ------------------------------------------------------------ [static patient_list::Ptr patient_list::patient_information_file()] Processing task: /output/predictions_modelo12.tsv [int main(int, const char**)] Patient Keys subjectId laterality confidence [int main(int, const char**)] Key: subjectId [int main(int, const char**)] Key: laterality [int main(int, const char**)] Key: confidence Processing task: /output/predictions_modelo13.tsv [int main(int, const char**)] Patient Keys subjectId laterality confidence [int main(int, const char**)] Key: subjectId [int main(int, const char**)] Key: laterality [int main(int, const char**)] Key: confidence [int main(int, const char**)] Clean exit ```

Submission 8505031 page is loading…