Original problem:
Solution:
But then it broke results submission competitions. We are still using the previous version of the compute workers to avoid the problem.
TODO
The current idea to fix this
Instead of doing the copy during ingestion program, we do it during scoring program. This way, the files are not saved in the storage as part of the ingestion output, because they are added to it after, only temporarily. No need for updating existing competitions. We may need to make changes in order to access the submission during scoring program execution.
Original problem:
Solution:
But then it broke results submission competitions. We are still using the previous version of the compute workers to avoid the problem.
TODO
developbranch (Put back copy of submission files into prediction output in compute worker #1923)The current idea to fix this
Instead of doing the copy during ingestion program, we do it during scoring program. This way, the files are not saved in the storage as part of the ingestion output, because they are added to it after, only temporarily. No need for updating existing competitions. We may need to make changes in order to access the submission during scoring program execution.