Open dsgoll123 opened 1 year ago
I have identified an issues related to type (2). The text file for the statistical information are not filled with information although it is computed. A solution is to move the writing right after the information is produced in ML.py. I have attached a file which contains the edits. If they are confirmed to be good, I can commit them. ML.py.txt
After running task 1-4 in production mode (i.e. with compressed forcing) the task 5 fails. There are two types of task 5.
type (1), i.e. config[15] = 0. This global evaluation cannot be performed in production mode. We should add a stop command telling the users this option is not available in production mode.
type (2), i.e. config[15] = 1. The LOOCV is needed in production mode to test the ML performance. W need to fix the crash such that the LOOCV can run sucessfully. I copied the error code below.