多处理Python-如何保持Return值?
我有以下方法,该方法返回4个值,然后进入NN。
I want to do the same thing using multiprocessing, since it takes a while to calculate trainingsdata.
def __EvaluateKerasTrainingsDataInPath(self):
NumberOfSamples = 0
MinimumNumberOfSamplesPercommand = np.Inf
...