We'll need to convert DCMs to PNG and also write a few intermediate files to the filesystem during inference phase. What is the right partition to store PNGs and other intermediate files? Will /tmp have enough space or should we be using /output?
Created by Prasad Chodavarapu chprasad Hi Prasad,
According to the [documentation](https://www.synapse.org/#!Synapse:syn4224222/wiki/401759):
> Unlike during training where data can be preprocessed and saved to /preprocessedData (upon availability) to be reused for multiple training submissions, scoring data must be processed on the fly.
See also this [thread](https://www.synapse.org/#!Synapse:syn4224222/discussion/threadId=1343&replyId=9277) for additional information.
Drop files to upload
Is /output the right place to write intermediate data during inference phase? page is loading…