Hi, I was wondering - is there a limit on the disk space in the inference stage? I understand that there is no preprocessing folder that can be reused. However, is there a folder to which we can write temporarily data and if so, what would its size limit. Such folder will obviously be removed after the inference has completed. Best, Eli

Created by Eli Meirom bloodymeli
This question was already asked here: https://www.synapse.org/#!Synapse:syn4224222/discussion/threadId=1624 The answer: > There is no dedicated scratch space available during inference. The space available in your container should be sufficient to process the data of one individual at a time (or a few individuals at once if you ensure that the output of each thread is deterministic) as requested on the Challenge Cheat Sheet.

Inference phase disk limit page is loading…