**Question:** Can we run two docker containers at the same time in order to train in parallel? **Answer**: Yes, the system has been designed to allow participants to run multiple training jobs in parallel under the condition that only one 10 TB partition is available to them. If two training submissions refer to different pre-processing containers, the submissions will be processed sequentially. If the two submissions refer to the same **cached** pre-processed data (or no pre-processed data at all), they may be run in parallel if there are free slots.

Created by Thomas Yu thomas.yu

Webinar #2 Q&A: Can we run two docker containers at the same time in order to train in parallel? page is loading…