After training, I received the following message. ``` Your Submission to the Digital Mammography challenge, docker.synapse.org/syn7794493/****** has stopped before completion. The message is: Model state exceeded maximum size. Your log file is available here: https://www.synapse.org/****** Please direct any questions to the challenge forum, https://www.synapse.org/#!Synapse:syn4224222/discussion . ``` The capacity of each folder before moving learning model from `scratch` to `modelState` at the end of learning is as follows. ``` STDOUT: 50M /scratch STDOUT: 8.0K /modelState ``` What is the error and what is the solution?

Created by MinHwan Yu minhwan90
@minhwan90: After your submission completes, we zip the contents of the /modelState folder and checks its size, in bytes. We then add the computed size to the size of any other model state or log files returned in the same **day**. If the total size exceeds 1GB then we do not return the zipped file.
Dear MinHwan, Thank you in advance for your patience. I have notified someone of this question and will hopefully have an answer for you soon. Best, Thomas
When I refer to the wiki, I found that the `modelState` uploaded in a day is limited to 1G per day. This error message seems to be this issue.

Model state exceeded maximum size. page is loading…