ParallelDo vs. ParallelExecutor
Created by: wojtuss
In many training scripts there are two separate methods for training: train_parallel_do()
and train_parallel_exe()
. The former use ParallelDo
, the latter ParallelExecutor
. The documentation on both is rather sparse.
What is the difference between the two methods?