I tried to get a model(syn8484365) that finished training. However the download speed is less than 60kb/s and the expected download time is more than 2 hours. In addition, 'Failed - Network error' occurs to fail during download. It seems that the problem is caused by the shortened expiration time of the temporary token to download a file in s3. Can you increase this part(token expired time) or check if there is a problem on S3 ? (Until the beginning of Round3, download speed was more than 1MB/s, and download speed has slowed down recently) Thanks to read :)

Created by MinHwan Yu minhwan90
> It seems that the problem is caused by the shortened expiration time of the temporary token to download a file in s3. No, the expiration of the signed URL is the time to _start_ rather than to _finish_ a download. > (Until the beginning of Round3, download speed was more than 1MB/s, and download speed has slowed down recently) I just downloaded your file in less than 5 minutes (more than 1/2 MB/sec). The bandwidth you experience is between Amazon S3 and the machine to which you are downloading.   Note that you need not download the file at all to make use of it in an inference submission. As per the challenge instructions you can reference the Synapse ID of the file (syn8484365) in your inference submission. The challenge framework will download, unzip and mount the content to your inference Docker container as `/modelState`.

ModelState Download Failed page is loading…