Hi.. up until know I used to submit one training docker at a time, however due to the traffic, while one training docker was waiting on queue, I submitted another docker so that it also reserve a slot on the queue. they both started almost at the same time and are running in parallel, my question is, since each docker stores the trained models into the modelState folder, do they overlap which can cause data to be overwritten? or does each docker get an independent modelState folder that can be accessed only by that docker?

Created by wissam Baddar wbaddar
> do they overlap which can cause data to be overwritten? or does each docker get an independent modelState folder that can be accessed only by that docker? It is the latter (independent /modelState folder).

modelState folder independence at different docker submissions page is loading…