Deep Learning Model Training Method and System

Information

  • Patent Application
  • 20210342696
  • Publication Number
    20210342696
  • Date Filed
    July 15, 2021
    3 years ago
  • Date Published
    November 04, 2021
    2 years ago
Abstract
A deep learning model training method includes generating N first gradient sets in a back propagation (BP) calculation in a jth iteration of N deep learning models, adjusting a communication sequence of gradients included in each of the first gradient sets to obtain an adjusted communication sequence, and sending, according to the adjusted communication sequence, the gradients included in each of the N first gradient sets to the parameter storage space.
Description
TECHNICAL FIELD

This application relates to the field of artificial intelligence (AI), and in particular, to a deep learning model training method and a system for performing the training method.


BACKGROUND

AI is a theory, a method, a technology, or an application system that simulates, extends, and expands human intelligence by using a digital computer or a machine controlled by the digital computer, to sense an environment, obtain knowledge, and obtain an optimal result by using the knowledge. In other words, the AI is a branch of computer science, and is intended to understand essence of intelligence and produce a new intelligent machine that can react in a manner similar to the human intelligence. The AI is to study design principles and implementation methods of various intelligent machines, to enable the machines to have perception, inference, and decision-making functions. Researches in the AI field include a robot, natural language processing, computer vision, decision-making and inference, human-computer interaction, recommendation and search, an AI basic theory, and the like.


In the AI field, deep learning is a learning technology based on a deep neural network algorithm. A deep learning model includes forward propagation (FP) calculation and back propagation (BP) calculation. The FP calculation is used to calculate an output of a neuron at each layer based on a parameter matrix corresponding to the neuron at the layer, and the BP calculation is used to calculate a gradient corresponding to the neuron at each layer based on an error between a predicted value generated based on the FP calculation and prior knowledge, so that in FP calculation in a next iteration, the parameter matrix corresponding to the neuron at each layer is corrected based on the gradient obtained through the BP calculation.


There is usually a relatively huge amount of training data, training of the deep learning model is generally performed in a distributed manner, and the training is completed based on the training data in the distributed manner by using a plurality of deep learning models. Therefore, gradients generated based on each time of BP calculation need to be synchronized between the deep learning models, to implement synchronous training. A conventional gradient synchronization method in a training process of a distributed deep learning model leads to low training efficiency.


SUMMARY

This application provides a deep learning model training method. A sequence of transmitting gradients obtained through BP calculation in a current iteration process to parameter storage space is adjusted, to increase training efficiency of a deep learning model.


According to a first aspect, a deep learning model training method is provided. The method is applied to a training system, the training system includes N deep learning models, and each of the deep learning models includes n layers of neurons. A training process of each of the deep learning models includes a plurality of iterations, and each iteration includes FP calculation and BP calculation, where N is a positive integer greater than 1, and n is a positive integer greater than 1. The method includes generating N first gradient sets in BP calculation in the jth iteration of the N deep learning models, in a process of generating the N first gradient sets, adjusting a communication sequence of gradients included in each first gradient set, separately sending, to parameter storage space of the training system according to an adjusted communication sequence of the gradients included in each first gradient set, the gradients included in each of the N first gradient sets, then obtaining a second gradient set based on the N first gradient sets stored in the parameter storage space, and correcting a parameter matrix of a neuron at each layer of each deep learning model based on a gradient included in the second gradient set, to perform FP calculation in the (j+1)th iteration on each deep learning model.


It should be understood that each first gradient set includes a gradient corresponding to a parameter matrix of a neuron at each layer of one deep learning model, and j is a positive integer greater than 0.


It should be further understood that after the gradient included in each of the N first gradient sets is separately sent to the parameter storage space of the training system according to the adjusted communication sequence of the gradients included in each first gradient set, an average value of gradients corresponding to the parameter matrix of the neuron at each layer of each of the N deep learning models can be calculated.


In a possible implementation, weighted average calculation may be performed on the gradients of the neuron at each layer that are included in each of the N first gradient sets, so that the average value of the gradients corresponding to the parameter matrix of the neuron at each layer of each of the N deep learning models can be calculated. Average values of gradients corresponding to parameter matrices of neurons at all layers constitute the second gradient set. In other words, the second gradient set includes the average values of the gradients corresponding to the parameter matrices of the neurons at all the layers of the N deep learning models.


In the foregoing technical solution, a sequence of transmitting gij obtained through BP calculation to the parameter storage space in a current iteration process may be adjusted, to reduce an iteration time of the deep learning model in the current iteration process, and increase iteration efficiency of the deep learning model.


In a possible implementation, a sequence of sending a gradient corresponding to a parameter matrix of a neuron at the ath layer to the parameter storage space is adjusted to be before a sequence of sending a gradient corresponding to a parameter matrix of a neuron at the bth layer to the parameter storage space, where b is less than or equal to n, a is less than b, and a is a positive integer greater than 0.


In the foregoing technical solution, the sequence of sending the gradient corresponding to the parameter matrix of the neuron at the ath layer to the parameter storage space is adjusted to before the sequence of sending the gradient corresponding to the parameter matrix of the neuron at the bth layer to the parameter storage space. In this way, a time difference between an end time for BP calculation in this iteration and a start time for FP calculation in a next iteration can be reduced, and the iteration time of the deep learning model can be reduced.


In another possible implementation, the communication sequence of the gradients included in each first gradient set may be adjusted according to a gradient communication policy. The gradient communication policy is set based on at least one of the following parameters: a communication bandwidth between the deep learning model and the parameter storage space, a value of the gradient corresponding to the parameter matrix of the neuron at each layer of the deep learning model, and a time required by the neuron at each layer of the deep learning model in FP calculation.


It should be noted that the deep learning model is any one or more of the N deep learning models.


Further, before a sending sequence of the gradient corresponding to the parameter matrix of the neuron at the ath layer is adjusted, the gradient communication policy may be first calculated based on the communication bandwidth between the deep learning model and the parameter storage space, a value of the gradient corresponding to the parameter matrix of the neuron at the bth layer, and a time period between a moment at which the gradient corresponding to the parameter matrix of the neuron at the bth layer starts to be sent to the parameter storage space and a time at which FP calculation corresponding to a neuron at the (b-1)th layer in the (j+1)th iteration of the deep learning model is completed. Then, according to a gradient communication policy, the sequence of sending the gradient corresponding to the parameter matrix of the neuron at the ath layer to the parameter storage space is adjusted to be before the sequence of sending the gradient corresponding to the parameter matrix of the neuron at the bth layer to the parameter storage space.


It should be noted that the gradient communication policy includes a sequence of transmitting the gradients in the first gradient set to a parameter storage area.


In the foregoing technical solution, the gradient communication policy may be determined based on the communication bandwidth between the deep learning model and the parameter storage space, the value of the gradient corresponding to the parameter matrix of the neuron at each layer of the deep learning model, and the time required by the neuron at each layer of the deep learning model in the FP calculation. Therefore, the communication sequence of the gradients in the first gradient set of the deep learning model may be adjusted according to an optimal gradient communication policy, so that a subsequent iterative training speed is faster, and training efficiency of the deep learning model is increased.


In a possible implementation, the sequence of sending the gradient corresponding to the parameter matrix of the neuron at the ath layer is adjusted to be before a sequence of sending the gradient corresponding to the parameter matrix of the neuron at the bth layer to the parameter storage space, the gradient corresponding to the parameter matrix of the neuron at the bth layer is sent to the parameter storage space as far as possible before a neuron at the (b-1)th layer in the (j+1)th iteration completes corresponding FP calculation.


In another possible implementation, the method further includes obtaining the iteration time of the deep learning model, and adjusting the gradient communication policy based on the iteration time.


It should be understood that the obtained iteration time of the deep learning model may be a sum of a time for BP calculation in a current iteration process and a time for FP calculation in a next iteration process. To be specific, the iteration time of the deep learning model includes a time for BP calculation in the Lth iteration of the deep learning model and a time for FP calculation in the (L+1)th iteration of the deep learning model, where L is a positive integer greater than j.


It should be noted that the deep learning model is any one or more of the N deep learning models.


In the foregoing technical solution, the gradient communication policy of the deep learning model may be adjusted based on the fed-back iteration time of the deep learning model. In this way, the optimal gradient communication policy can be determined based on an actual iteration time of the deep learning model, and an iterative training speed of the deep learning model can be increased.


According to a second aspect, a deep learning model training system is provided. The training system includes N deep learning models, a gradient communications module, a gradient update module, a correction module, and parameter storage space. Each of the deep learning models includes n layers of neurons, and a training process of each of the deep learning models includes a plurality of iterations. Each iteration includes FP calculation and BP calculation, where N is a positive integer greater than 1, and n is a positive integer greater than 1.


Each deep learning model of the N deep learning models is configured to generate a first gradient set in BP calculation in the jth iteration. Each first gradient set includes a gradient corresponding to a parameter matrix of a neuron at each layer of each of the deep learning models, and j is a positive integer greater than 0.


The gradient communications module is configured to adjust a communication sequence of the gradients included in each first gradient set, and separately send, to the parameter storage space of the training system according to an adjusted communication sequence of the gradients included in each first gradient set, the gradient included in each of the N first gradient sets.


The gradient update module is configured to obtain a second gradient set based on the N first gradient sets stored in the parameter storage space.


The correction module is configured to correct the parameter matrix of the neuron at each layer of each deep learning model based on a gradient included in the second gradient set, to perform FP calculation in the (j+1)th iteration of each deep learning model.


It should be noted that the gradient communications module may include two submodules. One submodule is an adjustment submodule configured to adjust the communication sequence of the gradients included in each first gradient set. The other submodule is a communications submodule configured to separately send, to the parameter storage space of the training system according to the adjusted communication sequence of the gradients included in each first gradient set, the gradient included in each of the N first gradient sets.


It should be further noted that in a distributed model training system that includes at least one model training server and one parameter server, the correction module may be a module in the parameter server, or may be a module in the at least one model training server. In an example, the correction module is in the parameter server, and the correction module is configured to correct a parameter matrix of a neuron at each layer of any one of the deep learning models based on the gradient included in the second gradient set. In addition, a corrected parameter matrix corresponding to the neuron at each layer is stored in parameter storage space of the parameter server, so that the at least one model training server obtains the corrected parameter matrix from the parameter storage space in a model training process in a next iteration. In another example, the correction module is in the at least one model training server, and after the at least one model training server obtains the second gradient set from the parameter storage space of the parameter server, the correction module may correct the parameter matrix of the neuron at each layer of any one of the deep learning models based on the second gradient set, so that the parameter matrix can be used in FP calculation in the (j+1)th iteration of the any one of the deep learning models of the training system.


In the foregoing technical solution, a sequence of transmitting gij obtained through BP calculation to the parameter storage space in a current iteration process may be adjusted, to reduce an iteration time of the deep learning model in the current iteration process, and increase iteration efficiency of the deep learning model.


In a possible implementation, the gradient communications module is further configured to adjust a sequence of sending a gradient corresponding to a parameter matrix of a neuron at the ath layer to the parameter storage space to be before a sequence of sending a gradient corresponding to a parameter matrix of a neuron at the bth layer to the parameter storage space, where b is less than or equal to n, a is less than b, and a is a positive integer greater than 0.


In another possible implementation, the gradient communications module is further configured to adjust, according to a gradient communication policy, the communication sequence of the gradients included in each first gradient set.


The gradient communication policy is set based on at least one of the following parameters a communication bandwidth between the deep learning model and the parameter storage space, a value of the gradient corresponding to the parameter matrix of the neuron at each layer of the deep learning model, and a time required by the neuron at each layer of the deep learning model in FP calculation.


It should be noted that the deep learning model is any one or more of the N deep learning models.


In another possible implementation, the system further includes a feedback module.


The feedback module is configured to obtain the iteration time of the deep learning model, and feed back the obtained iteration time to the gradient communications module.


It should be understood that the obtained iteration time of the deep learning model may be a sum of a time for BP calculation in a current iteration process and a time for FP calculation in a next iteration process.


The gradient communications module is further configured to adjust the gradient communication policy based on the iteration time that is of the deep learning model and that is fed back by the feedback module.


It should be understood that in the distributed model training system that includes at least one model training server and one parameter server, the feedback module is a set of feedback modules in the at least one model training server.


According to a third aspect, a deep learning model training system is provided. The training system includes at least one computing node, and each computing node includes a memory and at least one processor. The memory is configured to store a program instruction, and when the training system runs, the at least one processor of the at least one computing node executes the program instruction in the memory to perform the method according to any one of the first aspect or the possible implementations of the first aspect.


In a possible implementation, the deep learning model training system includes one parameter server and at least one model training server. One model training server may be used as one computing node, and N deep learning model s and a gradient communications module may separately run in the at least one model training server. A gradient update module may run in the parameter server in the training system. A correction module may run in the at least one model training server or the parameter server.


In a possible implementation, in the deep learning model training system that includes one parameter server and at least one model training server, a feedback module runs in the at least one model training server.


It should be noted that in the training system that includes one parameter server and at least one model training server, the gradient communications module may be a set of gradient communications modules in the at least one model training server, and the correction module may be a set of correction modules in the at least one model training server. The feedback module may be a set of feedback modules in the at least one model training server.


In another possible implementation, the deep learning model training system includes one model training server. One model training server includes at least one processor, and one processor may be used as one computing node. N deep learning models, a gradient communications module, a gradient update module, and a correction module may separately run in the at least one processor.


In a possible implementation, in the deep learning model training system that includes one model training server, a feedback module runs in the at least one processor of the model training server.


It should be noted that in the training system that includes one model training server, each of the gradient communications module, the gradient update module, the correction module, and the feedback module may be a set of foregoing modules included in the at least one processor in the model training server.


According to a fourth aspect, a non-transient readable storage medium is provided, including a program instruction. When the program instruction is run by at least one computing node, the at least one computing node performs the method according to any one of the first aspect and the possible implementations of the first aspect.


According to a fifth aspect, a computer program product is provided, including a program instruction. When the program instruction is run by at least one computing node, the at least one computing node performs the method according to any one of the first aspect and the possible implementations of the first aspect.


Based on the implementations provided in the foregoing aspects, this application may be further combined to provide more implementations.





BRIEF DESCRIPTION OF DRAWINGS


FIG. 1 is a schematic block diagram of a deep learning model according to an embodiment of this application;



FIG. 2A and FIG. 2B are a schematic structural diagram of a distributed training system of a deep learning model according to an embodiment of this application;



FIG. 3 is a schematic block diagram of communication between each model training server and a parameter server according to an embodiment of this application;



FIG. 4 is a schematic structural diagram of a distributed training system of a deep learning model according to an embodiment of this application;



FIG. 5 is a schematic flowchart of a deep learning model training method according to an embodiment of this application;



FIG. 6 is a schematic architectural diagram of a deep learning model training system according to an embodiment of this application;



FIG. 7 is a schematic flowchart of a method for acceleration training of a deep learning model according to an embodiment of this application;



FIG. 8A is a comparison diagram of iteration time effects of a method for acceleration training of a deep learning model according to an embodiment of this application; and



FIG. 8B is a comparison diagram of iteration time effects of a method for acceleration training of a deep learning model according to an embodiment of this application.





DESCRIPTION OF EMBODIMENTS

The following describes technical solutions of this application with reference to accompanying drawings.


In the AI field, deep learning is a learning technology based on a deep neural network algorithm. A deep learning model includes an input layer, a hidden layer, and an output layer. The deep learning model processes data by using a plurality of nonlinear transformations.


It should be understood that a neural network is a behavior feature that imitates an animal neural network. This type of network depends on complexity of a system, and processes information by adjusting a relationship between a large quantity of internal nodes that are connected to each other.


It should be further understood that a deep neural network (the deep learning model) may be understood as a neural network having a plurality of hidden layers, and “a plurality of” herein does not have a special measurement standard. Theoretically, a model with a larger quantity of parameters indicates higher complexity and a larger “capacity”, and indicates that the model can complete a more complex learning task. A process of training the deep neural network is a process of learning a parameter matrix, and a final objective of the process of training the deep neural network is to obtain a parameter matrix of a neuron at each layer of the trained deep neural network (the parameter matrix of the neurons at each layer includes a weight corresponding to each neuron included in the neurons at the layer).


With reference to FIG. 1, the following describes in detail a possible deep learning model training process corresponding to the embodiments of this application.



FIG. 1 is a schematic block diagram of a deep learning model 100 according to an embodiment of this application. The deep learning model 100 may include an input layer 110, a hidden layer 120, and an output layer 130.


It should be understood that in this embodiment of this application, an example in which the hidden layer 120 includes n (n is greater than 1) layers of neurons is used for description.


It should be further understood that each of the input layer 110, the output layer 130, and the hidden layer 120 includes one or more neurons. In FIG. 1, an example in which the input layer 110 includes two neurons, each of the n layers of the hidden layer 120 includes three neurons, and the output layer 130 includes one neuron is used for description.


The deep learning model 100 shown in FIG. 1 may be a fully connected neural network or a convolutional neural network (CNN). When all neurons at each layer are connected to all neurons at a next layer (none of weights w of all the neurons at each layer is 0), the deep learning model 100 is a fully connected neural network model. When all neurons at each layer are not connected to all neurons at a next layer (not all weights w of all the neurons at each layer is 0), the deep learning model 100 is a CNN model.


Referring to FIG. 1, the deep learning model 100 may include FP calculation and BP calculation.


The following describes in detail a process of performing FP calculation in a computing node.


In the process of performing FP calculation, training data, for example, pixel information of an input image, is obtained, and the training data is used as an input (i1, i2) of the input layer 110 of the deep learning model 100. A prediction result may be output from the output layer 130 after the input of the input layer 110 passes through a plurality of neurons at the hidden layer 120. Further, a neuron at each layer of the hidden layer 120 corresponds to one parameter matrix. A product of the input of the input layer 110 and a parameter matrix of a neuron at the first layer is used as an input of the neuron at the first layer of the hidden layer 120. An activation function (for example, a sigmoid function) in the neuron at the first layer is performed on the input of the neuron at the first layer of the hidden layer 120, to output an output value of the neuron at the first layer. A product of the output value of the neuron at the first layer of the hidden layer 120 and a parameter matrix of a neuron at the second layer is used as an input of the neuron at the second layer of the hidden layer 120. Similarly, by analogy, the prediction result is finally output from the output layer 130.


In an actual application, weights in these parameter matrices need to be corrected in a large amount of training. Each parameter matrix constituted by weights obtained through training may extract pixel information from a to-be-inferred image input by a user, to help the deep learning model 100 perform correct inference on the to-be-inferred image.


In a jth iteration process of the FP calculation, an input of the first neuron at the first layer is A11j=w11j×i1+w14j×i2, and an output of the first neuron at the first layer is f(A11j). An input of the second neuron at the first layer is A12j=w12j×i1+w15j×i2, and an output of the second neuron at the first layer is f(A12J). An input of the third neuron at the first layer is A13j=w13j×i1+w16j×i2, and an output of the third neuron at the first layer is f(A13j), where f(A11j) is an activation function whose input is A11j.


In the jth iteration process, the input of the neuron at the first layer is:










(






w

1

1

j

×

i
1


+


w

1

4

j

×

i
2









A

1

2


=



w

1

2

j

×

i
1


+


w

1

5

j

×

i
2











w

1

3

j

×

i
1


+


w

1

6

j

×

i
2






)

=


(




w

1

1

j




w

1

4

j






w

1

2

j




w

1

5

j






w

1

3

j




w

1

6

j




)

×


(




i
1






i
2




)

.














Therefore, the input of the neuron at the first layer may be represented as A1j=w1j×B0j, and the output of the neuron at the first layer may be represented as B1j=f(A1j), where:











A
1
j

=

(




A

1

1







A

1

2







A

1

3





)


,


w
1
j

=

(




w

1

1

j




w

1

4

j






w

1

2

j




w

1

5

j






w

1

3

j




w

1

6

j




)


,


and






B
0
j


=


(




i
1






i
2




)

.














j is used to represent a quantity of iteration times, and is usually equal to a quantity of times that the input layer 110 obtains the input (i1, i2). w1j is used to represent a parameter matrix of the neuron at the first layer in the jth iteration process.


A product of an output B1 of the neuron at the first layer and the parameter matrix of the neuron at the second layer may be used as the input of the neuron at the second layer. Therefore, in the jth iteration process of the FP, the input of the neuron at the second layer may be represented as A2j=w2j×B1j, and the output of the neuron at the second layer may be represented as B2j=f(A2j).


Likewise, in the jth iteration process of the FP, an input of a neuron at the ith layer may be represented as Aij=wij×Bi-1j, and an output of the neuron at the ith layer may be represented as Bij=f(Aij), where 1≤i≤n.


The following describes in detail a process of performing BP calculation in a computing node.


In a process of training the deep learning model 100, it is expected that a prediction value o1 output from the output layer 130 of the deep learning model 100 is as close as possible to prior knowledge of the training data. The prior knowledge is also referred to as ground truth. Generally, the prior knowledge includes a prediction result corresponding to training data provided by a person. Therefore, a current prediction value can be compared with the prior knowledge. Then, a parameter matrix at each layer of the deep learning model 100 is updated based on a difference between the current predicted value and the prior knowledge (certainly, there is usually an initialization process before a first update, to be specific, the parameter matrix corresponding to the neuron at each layer of the hidden layer 120 of the deep learning model 100 is initialized). In addition, an error BP algorithm is used to correct a weight of the parameter matrix in the deep learning model 100 in the process of training the deep learning model 100, to minimize an error loss of the deep learning model 100.


Further, there may be an error between the prediction value generated in the process of performing FP calculation and the prior knowledge. If the output prediction value is greater than the prior knowledge, the weight in the parameter matrix may be adjusted to make the output prediction value smaller. If the output prediction value is smaller than the prior knowledge, the weight in the parameter matrix may be adjusted to make the output prediction value greater. The BP calculation is an error-dominant reverse motion, and aims to obtain an optimal parameter matrix of the neuron at each layer.


It should be understood that the training data input by the user may include training data used as an input and the prediction result corresponding to the training data provided by the person.


In an example, the deep learning model 100 is applied to the image recognition field. The training data input by the deep learning model 100 is pixel information of an image, and the prior knowledge corresponding to the training data is a label “dog” of the image. The training data is input to the input layer 110, and after FP calculation of the deep learning model 100 is performed on the training data, a prediction value output from the output layer 130 is compared with the prior knowledge. For example, if the prediction value output from the output layer 130 is “cat”, the parameter matrix at each layer in the deep learning model 100 may be updated based on an error between the prediction value and the prior knowledge “dog”.


In the jth iteration process, an error E between the output prediction value o1 and the prior knowledge can be obtained through the BP calculation. In addition, a weight in the parameter matrix of the neuron at each layer in the deep learning model 100 may be corrected based on the error E along a direction of the output layer 130, the hidden layer 120, and the input layer 110. Further, correction of the weight may be calculating a gradient gij of the weight in the parameter matrix. The gradient gij may be a derivative of the weight in the parameter matrix by using the error E, where 1≤i≤n.


A (j+1)th iteration process of the deep learning model 100 is similar to the jth iteration process of the deep learning model 100, and the deep learning model 100 first performs FP calculation, and then performs BP calculation. For example, in an FP calculation process in the (j+1)th iteration, the weight in the parameter matrix is corrected based on the gradient gij obtained through the FP calculation of the jth iteration, and an output prediction value is calculated based on the corrected parameter matrix. In a BP calculation process in the (j+1)th iteration, a gradient gij+1 of the weight in the parameter matrix is calculated based on the error E between the output value obtained through the FP calculation in the (j+1)th iteration and the prior knowledge, so that the weight in the parameter matrix can be corrected again based on gij+l in a (j+2)th iteration process. The weight in the parameter matrix is continuously corrected in a plurality of iteration processes, so that an output value predicted by the deep learning model 100 is as close as possible to the prior knowledge of the training data.


Further, in the FP calculation in the (j+1)th iteration, when the input and the output of the neuron at the ith layer are calculated, a parameter matrix of the neuron at the ith layer is changed to wij+1=wij−gij. For a process of calculating an input and an output of the neuron at each layer based on wij+1, refer to the foregoing description of the FP calculation in the jth iteration. Details are not described herein again.


It should be noted that the parameter matrix calculation formula shown above is a possible implementation, or may be another variation of the formula, and falls within the protection scope of the embodiments of this application.


In this embodiment of this application, the training process (including the FP calculation process and the BP calculation process) of the deep learning model 100 may be completed in a training system including at least one computing node. The at least one computing node may be at least one model training server or at least one processor in one model training server. The following describes a scenario of training the deep learning model 100 with reference to FIG. 2A to FIG. 4.



FIG. 2A and FIG. 2B are a schematic structural diagram of a distributed training system 200 of a deep learning model 100 according to an embodiment of this application. The distributed training system 200 shown in FIG. 2A and FIG. 2B may include a model training server 210, a model training server 220, a model training server 230, a parameter server 240, and a cloud storage 250.


Generally, precision of the deep learning model increases with an amount of training data. However, increase in the amount of the training data increases computing load. Therefore, a distributed deep learning training technology emerges. Distributed deep learning training aims to increase computing resources by using a plurality of computing nodes, and iterate the trained model by using the plurality of computing nodes, to increase a training speed of the deep learning model.


Referring to FIG. 2A and FIG. 2B, the distributed training system 200 may include at least one model training server, and one model training server may be used as one computing node. For ease of description, three model training servers are used as an example for description in FIG. 2A and FIG. 2B. Structures of the model training server 220 and the model training server 230 are similar to a structure of the model training server 210. The following describes the model training server 210 in detail.


(1) Model Training Server 210:


The model training server 210 includes at least one processor, a memory 213, an input/output interface 214, a communications interface 215, and a bus 216.


The at least one processor may be connected to the memory 213. The memory 213 may be configured to store program code and the training data. The memory 213 may be a storage unit inside the at least one processor, an external storage unit independent of the at least one processor, or a component including a storage unit inside the at least one processor and an external storage unit independent of the at least one processor.


The memory 213 may be a solid-state drive (SSD), a hard disk drive (HDD), a read-only memory (ROM), a random-access memory (RAM), or the like.


The at least one processor may obtain the program code and the training data from the memory 213, and train the deep learning model 100. As an example, instead of a limitation, the at least one processor may perform iterative calculation (for example, the FP calculation and the BP calculation shown in FIG. 1) based on the program code and the training data, or may send (push), to the parameter server 240 in the distributed training system 200, a gradient gij that is of a weight in a parameter matrix and that is obtained through the BP calculation.


Further, the at least one processor may include two types of processors. One type of processor includes at least one data processor 211, and the other type of processor includes at least one iterative processor 212. As an example, instead of a limitation, the data processor 211 may be a central processing unit (CPU), and the iterative processor 212 may be an embedded neural processing unit (NPU) or a graphics processing unit (GPU).


A deep learning model 100 runs in the iterative processor 212, and BP calculation is performed on the deep learning model 100, to calculate a gradient gij of a weight in a parameter matrix of a neuron at each layer. The data processor 211 may be configured to send (push) the gradient gij obtained through the BP calculation to the parameter server 240.


A gradient communications module 2111 may run in the data processor 211, and the deep learning model 100 may run in the iterative processor 212. Optionally, a feedback module 2121 may run in the iterative processor 212. A correction module may run in the data processor 211, or may run in the parameter server 240. For example, a correction module 2112 runs in the data processor 211. For another example, a correction module 2412 runs in a data processor 241 of the parameter server 240. For details about the modules running in the data processor 211, refer to descriptions in FIG. 6. Details are not described herein.


Optionally, the model training server 210 may further include the bus 216. The memory 213, the input/output interface 214, and the communications interface 215 may be connected to the at least one processor (for example, the data processor 211 and the iterative processor 212) through the bus 216. The bus 216 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus 216 may be classified into an address bus, a data bus, a control bus, and the like. For ease of representation, only one line is used to represent the bus in FIG. 2A and FIG. 2B, but this does not mean that there is only one bus or only one type of bus.


(2) Parameter Server 240:


The parameter server 240 includes at least one data processor 241, a memory 243, an input/output interface 244, a communications interface 245, and a bus 246.


Parameter storage space in the memory 243 may store gradients gij, of weights, that are separately sent by the model training server 210, the model training server 220, and the model training server 230.


The at least one data processor 241 may be connected to the memory 243, and the data processor 241 may be, for example, a CPU. The at least one data processor 241 may obtain, from the memory 243, the gradients gij separately sent by the model training server 210, the model training server 220, and the model training server 230, process a plurality of gradients gij pushed by the processor, and store the processed gradients Gij in the memory 243. In an example, the at least one data processor 241 may perform weighted average calculation on the plurality of gradients gij separately pushed by the plurality of model training servers, to obtain Gij, and store the gradient average value Gij in the memory 243. In a process of obtaining the gradient Gij based on the plurality of gradients gij, in addition to the weighted average calculation, another algorithm may also be used.


A gradient update module 2411 may run in the data processor 241. Optionally, a correction module 2412 may further run in the data processor 241. For details about the modules running in the data processor 241, refer to descriptions in FIG. 6. Details are not described herein.


It should be noted that, in this embodiment of this application, in a jth iteration process, after the data processor 241 in the parameter server 240 calculates the gradient average value Gij, in FP calculation in the (j+1)th iteration, wij+1 in the parameter matrix in the (j+1)th iteration further needs to be corrected based on the gradient average value Gij, and wij+1 is stored in the parameter storage space of the memory 243, so that the model training server 210, the model training server 220, and the model training server 230 use wij+1 in the (j+1)th round of training.


In an example, wij+1 may be calculated by the at least one data processor 241 in the parameter server 240, and wij+1 is stored in the memory 243. In the FP calculation in the (j+1)th iteration, the plurality of model training servers may directly obtain (pull) wij+1 from the memory 243. In another example, wij+1 may be calculated by the processor 212 in the model training server 210. In the FP calculation in the (j+1)th iteration, the iterative processor 212 pulls the calculated gradient average value Gij from the memory 243, calculates wij+1 in the parameter matrix in the (j+1)th iteration based on Gij, and stores wij+1 in the memory 243, so that the model training server 210 uses wij+1 in the (j+1)th round of training.


Optionally, in some embodiments, the parameter server 240 may further include an iterative processor 242, and a deep learning model 100 may run in the iterative processor 242. In an example, the iterative processor 242 may be an NPU or a GPU.


It should be noted that the iterative processor 242 may also calculate the gradient average value Gij based on the gradients gij, of the weights, that are separately sent by the model training server 210, the model training server 220, and the model training server 230, and store the calculated gradient average value Gij in the memory 243. The iterative processor 242 may further calculate wij+1 in the parameter matrix in the (j+1)th iteration based on Gij, and store wij+1 in the memory 243, so that the model training server 210, the model training server 220, and the model training server 230 use wij+1 in the (j+1)th round of training.


(3) Cloud Storage 250:


Optionally, in some embodiments, the system 200 may further include the cloud storage 250. The cloud storage 250 may be used as an external memory, and a user may store the program code and the training data in the external memory. The model training server 210 is used as an example. In a running process, the at least one processor may first store, in the memory 213, the program code and data that are stored in the cloud storage 250, so that the at least one processor may obtain the program code and the training data from the memory 213, and train the deep learning model 100 based on the program code and the training data.


It should be noted that the data stored in the cloud storage 250 may include the training data, the prior knowledge corresponding to the training data, an initial value of the parameter matrix corresponding to the neuron at each layer of the hidden layer 120 of each deep learning training model 100, and the like.


With reference to FIG. 3, the following further describes in detail a process of communication between the model training servers and the parameter server 240 in the system 200 shown in FIG. 2A and FIG. 2B.


It should be noted that, for ease of description, an internal structural diagram of the plurality of model training servers and the parameter server 240 is not drawn in detail in FIG. 3. For details, refer to the descriptions in FIG. 2A and FIG. 2B. Details are not described herein again.


Referring to FIG. 3, training processes of performing the jth iteration and the (j+1)th iteration on the deep learning model 100 are used as an example. In the training process of the jth iteration, in the BP calculation, the at least one data processor 211 in the model training server 210 may push, to the memory 243 in the parameter server 240, a gradient gij(1) corresponding to a neuron that is at the ith hidden layer and that is calculated by the at least one iterative processor 212. Similarly, in the BP calculation, at least one data processor in the model training server 220 may push a calculated gradient gij (2) to the memory 243 in the parameter server 240, and at least one data processor in the model training server 230 may push a calculated gradient gij(3) to the memory 243 in the parameter server 240.


The at least one iterative processor 242 in the parameter server 240 may obtain the stored gij(1), gij(2), gij(3) from the memory 243, calculate a gradient average value Gij based on gij(1), gij(2), and gif(3), and store Gij in the parameter storage space of the memory 243, so that the model training server 210, the model training server 220, and the model training server 230 use Gij in the (j+1)th round of training. For a specific Gij calculation process, refer to the embodiment corresponding to FIG. 2A and FIG. 2B.


Therefore, parameters stored in the parameter storage space of the memory 243 include gij(1), gij(2), gij(3), and Gij.


Optionally, in some embodiments, the at least one iterative processor 242 may further obtain the stored Gij from the memory 243, calculate wij+1 in the parameter matrix in the (j+1)th iteration based on Gij, and store wij+1 in the memory 243, so that the model training server 210 conveniently performs the BP calculation based on wij+1 in the (j+1)th round of training. Therefore, in some embodiments, the parameter storage space of the memory 243 further stores wij+1.


In a BP calculation process of performing (j+1)th iterative training on the deep learning model 100, the plurality of model training servers may obtain the stored parameters from the parameter server, and calculate a predicted output value by using an input value (the training data) and the parameter matrix wij+1. In an example, in the BP calculation, the model training server 210 pulls the stored Gij from the memory 243 in the parameter server 240, calculates the parameter matrix wij+1 corresponding to the neuron at the ith hidden layer in the (j+1)th iteration based on Gij, and calculates the predicted output value by using the input value and the parameter matrix wij+1. Similarly, in the BP calculation, the model training server 220 pulls stored Gij from the parameter server 240. In addition, in the BP calculation, the model training server 230 pulls stored Gij from the parameter server 240. In another example, if the memory 243 in the parameter server 240 stores wij+1, in the BP calculation, the model training server 210, the model training server 220, and the model training server 230 may separately pull the stored wij+1 from the parameter server 240.


With reference to FIG. 4, the following describes in detail a scenario of training the deep learning model 100 by using an example in which a distributed training system includes one model training server, the model training server includes at least one processor, and the processor may be used as one computing node.



FIG. 4 is a schematic structural diagram of a distributed training system 400 of the deep learning model 100 according to an embodiment of this application. As shown in FIG. 4, the distributed training system 400 may include a model training server 410.


The model training server 410 may include at least one processor, a memory 414, an input/output interface 415, a communications interface 416, and a bus 417.


The at least one processor may be connected to the memory 414. The memory 414 may be configured to store program code and training data. The at least one processor may obtain the program code and the training data from the memory 414, and train the deep learning model 100.


The at least one processor may include two types of processors. One type of processor includes at least one data processor 411, and the other type of processor includes at least one iterative processor. As an example, instead of a limitation, the data processor 411 may be a CPU, and the iterative processor may be an NPU or a GPU.


It should be understood that the model training server 410 may include at least one iterative processor. For ease of description, an iterative processor 412 and an iterative processor 413 are used as examples for description in FIG. 4.


A deep learning model 100 runs in each of the iterative processor 412 and the iterative processor 413, and in BP calculation performed on the deep learning model 100, each of the iterative processor 412 and the iterative processor 413 may calculate a gradient gij of a weight in a parameter matrix of a neuron at each layer, and store the calculated gradient gij in the memory 414 through the bus 417.


Optionally, in some embodiments, a feedback module 4121 may further run in the iterative processor 412, and similarly, a feedback module 4131 may further run in the iterative processor 413. For details about the feedback modules running in the iterative processor 412 and the iterative processor 413, refer to descriptions in FIG. 6. Details are not described herein.


A gradient communications module 4111, a gradient update module 4112, and a correction module 4113 may run in the at least one data processor 411. For details about the modules running in the data processor 411, refer to descriptions in FIG. 6. Details are not described herein.


After obtaining, from the memory 414 through the bus 417, the gradient gij stored in each of the iterative processor 412 and the iterative processor 413, the at least one data processor 411 may further calculate a gradient average value Gij based on a plurality of gradients gij, calculated by the iterative processor 412 and the iterative processor 413, and store the gradient average value Gij in the memory 414 through the bus 417, so that the iterative processor 412 and the iterative processor 413 use Gij in the (j+1)th round of training.


Further, in a BP calculation process in the jth iteration, the iterative processor 412 may calculate a gradient gij (1) corresponding to a neuron at each layer in the deep learning model 100, and store the calculated gradient gij (1) corresponding to the neuron at the ith hidden layer in parameter storage space of the memory 414 through the bus 417. Likewise, the iterative processor 413 may also store, in the parameter storage space of the memory 414 through the bus 417, a calculated gradient gij (2) corresponding to the neuron at the ith hidden layer. The data processor 411 may obtain the stored gradients gij(1) and gij(2) from the parameter storage space of the memory 414 through the bus 417, calculate, based on the gradients gij (1) and gij (2), a gradient average value Gij corresponding to the neuron at the ith hidden layer, and store in the parameter storage space of the memory 414 through the bus 417. In an FP calculation process in the (j+1)th iteration, each of the iterative processor 412 and the iterative processor 413 may obtain the gradient average value Gij from the parameter storage space of the memory 414 through the bus 417, calculate wij+1 in a parameter matrix in the (j+1)th iteration based on the gradient average value Gij and perform the FP calculation based on the corrected parameter matrix wij+1.


Optionally, in some embodiments, the data processor 411 may further obtain the stored gradient average value Gij, from the parameter storage space of the memory 414 through the bus 417, calculate wij+1 in the parameter matrix in the (j+1)th iteration based on the gradient average value Gij, and store wij+1 in the parameter storage space of the memory 414. In this way, in the (j+1)th iteration, each of the iterative processor 412 and the iterative processor 413 may obtain wij+1, through the bus 417, from the parameter storage space of the memory 414, and perform the FP calculation.


Optionally, in some embodiments, the distributed training system 400 further includes a cloud storage 420. The cloud storage 420 is connected to the model training server 410. The cloud storage 420 may be used as an external memory, and a user may store the program code and the training data in the external memory. In a running process, the at least one processor of the model training server 410 may first store, in the memory 414, the program code and the training data that are stored in the cloud storage 420, so that the at least one processor may obtain the program code and the training data from the memory 414, and perform iterative training on the deep learning model 100 based on the program code and the training data.


The foregoing FIG. 2A to FIG. 4 describe in detail the process of training the deep learning model in the distributed training system 200 or the distributed training system 400. In BP calculation in a current iteration, each deep learning model calculates the gradient gij of the neuron at each layer in a direction from a neuron at the nth layer to the neuron at the first layer, and pushes the calculated gradient gij of the neuron at each layer to the parameter storage space. Generally, in the deep learning model, a larger parameter matrix dimension closer to a neuron at the output layer indicates a larger gradient value corresponding to the parameter matrix and a longer time required for sending the gradient value to the parameter storage space. In FP calculation in a next iteration, the deep learning models sequentially start to obtain the stored parameter average value Gij or the parameter matrix wij+1 from the parameter storage space in a direction from the neuron at the first layer to the neuron at the nth layer. Therefore, in the FP calculation in the next iteration, before starting the FP calculation in the next iteration the deep learning model needs to wait for a gradient corresponding to a parameter matrix on the neuron at the first layer to be transmitted to the parameter storage space. In the BP calculation in the current iteration, if the gradient is sequentially sent to the parameter storage space in a sequence (gnj to g1j) of generating the gradient of the neuron at each layer, a time for starting the next iteration by the deep learning model is relatively long, and iterative training efficiency of the deep learning model is relatively low.


According to a deep learning model training method provided in the embodiments of this application, a sequence of transmitting gij obtained through the BP calculation to the parameter storage space in the current iteration process can be adjusted, to reduce a communication time of each iteration of the deep learning training model, and increase training efficiency of the deep learning model.


With reference to FIG. 5 to FIG. 7, the following further describes in detail an acceleration training process of a deep learning model in the embodiments of this application.



FIG. 5 is a schematic flowchart of a deep learning model training method according to an embodiment of this application. The method may include steps 510 to 550. The following describes steps 510 to 550 in detail.


Step 510: N deep learning models respectively generate N first gradient sets in BP calculation in the jth iteration.


In this embodiment of this application, a training system may include N deep learning models, where N is a positive integer greater than 0. A training process of each deep learning model may include a plurality of iterations, and a training process of each iteration may include FP calculation and BP calculation.


It should be understood that the training system may be the distributed training system 200 shown in FIG. 2A and FIG. 2B or the distributed training system 400 shown in FIG. 4.


In the BP calculation of the jth iteration, each deep learning model calculates a gradient corresponding to a neuron at each layer in a direction from a neuron at the nth layer to a neuron at the first layer, to form the first gradient set. A gradient corresponding to a neuron at the ith layer is gij, and i is a positive integer greater than 0 and less than or equal to n. Any first gradient set may include a gradient gij of a parameter matrix corresponding to a neuron at each of the n layers in the deep learning model, that is, include n gradients gij.


Step 520: Determine a gradient communication policy based on training meta information.


Before step 510 starts, an adjustment submodule in a gradient communications module may determine the gradient communication policy based on a parameter included in the training meta information entered by a user, so that a communications submodule in the gradient communications module separately sends, according to the determined gradient communication policy, the gradient included in each of the N first gradient sets to parameter storage space.


The training meta information may include any one of the following parameters: a communication bandwidth between the deep learning model and the parameter storage space, a value of the gradient corresponding to the parameter matrix of the neuron at each layer of the deep learning model, and a time required by the neuron at each layer of the deep learning model in FP calculation.


It should be understood that the gradient communication policy may be determined based on at least one of the foregoing parameters. The gradient communication policy includes a sequence of transmitting gradients in the first gradient set to a parameter storage area. The following provides detailed descriptions with reference to FIG. 6 and FIG. 7, and details are not described herein.


It should be noted that step 510 and step 520 are not subject to a sequence. Step 510 may be performed before step 520, or step 520 may be performed before step 510, or step 510 and step 520 may be performed at the same time. This is not limited in this embodiment of this application.


Step 530: In a process of generating the first gradient sets, adjust a sequence of transmitting gaj corresponding to a neuron at the ath layer to the parameter storage space.


In this embodiment of this application, in the process of generating the first gradient sets in step 510, according to the gradient communication policy determined in step 520, a sequence of sending a gradient corresponding to a parameter matrix of the neuron at the ath layer is adjusted to be before a sequence of sending a gradient corresponding to a parameter matrix of a neuron at the bth layer to the parameter storage space, where b is less than or equal to n, a is less than b, and a is a positive integer greater than 0.


For example, the gradient communication policy indicates to send the gradients to the parameter storage space in a sequence of gn-1j, gn-2j, . . . , g1j, and gnj. In this case, gnj may not be transmitted temporarily after gnj is generated, gn-1j is transmitted after gn-1j is generated, gn-2j is transmitted after gn-2j is generated, and so on. After g1j is generated and then transmitted to the parameter storage space, the previously generated gnj is sent to the parameter storage space. Therefore, adjustment of a transmission sequence of the gradients included in the first gradient set does not need to be performed after all the gradients in the first gradient set are generated.


The distributed training system 200 shown in FIG. 2A and FIG. 2B is used as an example. In the iterative processor 212 in the model training server 210, the deep learning model 100 may generate the first gradient sets in the BP calculation in the jth iteration, and store, in the process of generating the first gradient sets, the calculated gradient corresponding to the parameter matrix of the neuron in the memory 213. The gradient communications module in the data processor 211 is configured to determine the gradient communication policy. The gradient communication policy is used to indicate a communication sequence of the gradients included in each first gradient set. The gradient communications module adjusts, according to the determined gradient communication policy, a sequence of sending the gradient that corresponds to the parameter matrix of the neuron at the ath layer, that is included in the first gradient set, and that is stored in the memory 213 to the parameter storage space in the memory 243 in the parameter sever 243 to be before a sequence of sending the gradient corresponding to the parameter matrix of the neuron at the bth layer to the parameter storage space.


The model training server 410 shown in FIG. 4 is used as an example. In the iterative processor 412 in the data processor 411 in the model training server 410, a deep learning model 100 may generate the first gradient sets in the BP calculation in the jth iteration, and store, in the process of generating the first gradient sets, the calculated gradient corresponding to the parameter matrix of the neuron in a memory 4121. The gradient communications module in the data processor 411 adjusts, according to the determined gradient communication policy, a sequence of sending the gradient that corresponds to the parameter matrix of the neuron at the ath layer, that is included in the first gradient set, and that is stored in the memory 4121 to the parameter storage space of the memory 414 to be before a sequence of sending the gradient corresponding to the parameter matrix of the neuron at the bth layer to the parameter storage space.


It should be understood that, in the system 200 shown in FIG. 2A and FIG. 2B, the gradient communications module may be a set of gradient communications modules of the at least one model training server in the system 200.


It should be further understood that the gradient communications module may include two submodules. One submodule is the adjustment submodule configured to determine the gradient communication policy. The other submodule is the communications submodule configured to separately send, to the parameter storage space according to the gradient communication policy, the gradients included in each of the N first gradient sets.


Step 540: In a (j+1)th iteration process, each deep learning model obtains a second gradient set from the parameter storage space.


The system 200 shown in FIG. 2A and FIG. 2B is used as an example. The gradient update module 2411 in the data processor 241 in the parameter server 240 obtains the second gradient set based on the N first gradient sets stored in the parameter storage space of the memory 243.


The model training server 410 shown in FIG. 4 is used as an example. The gradient update module 2411 in the data processor 411 in the model training server 410 obtains the second gradient set based on the N first gradient sets stored in the parameter storage space of the memory 414.


In this embodiment of this application, after the gradients included in each of the N first gradient sets are separately sent to the parameter storage space of the training system according to an adjusted communication sequence of the gradients included in each first gradient set, an average value of gradients corresponding to the parameter matrix of the neuron at each layer of each of the N deep learning models can be calculated.


As an example, weighted average calculation may be performed on the gradients of the neuron at each layer included in each of the N first gradient sets, so that the average value of the gradients corresponding to the parameter matrix of the neuron at each layer of each of the N deep learning models can be calculated. Average values of gradients corresponding to parameter matrices of neurons at all layers constitute the second gradient set. In other words, the second gradient set includes the average values of the gradients corresponding to the parameter matrices of the neurons at all the layers of the N deep learning models.


Step 550: Each deep learning model performs the FP calculation based on the second gradient set in the (j+1)th iteration.


In this embodiment of this application, the model training system may include a correction module configured to correct a parameter matrix of a neuron at each layer of any one of the deep learning models based on a gradient included in the second gradient set, so that the parameter matrix can be used in the FP calculation in the (j+1)th iteration of the any one of the deep learning models of the training system.


The system 200 shown in FIG. 2A and FIG. 2B is used as an example. The correction module may be in the data processor 241 of the parameter server 240 or in the data processor 211 of the model training server 210.


Optionally, in some embodiments, the data processor 211 of the model training server 210 includes the correction module 2112. The gradient communications module 2111 of the model training server 210 may obtain the second gradient set from the parameter storage space in the memory 243, and correct the parameter matrix of the neuron at each layer of the deep learning model based on the average value of the gradients of the parameter matrix corresponding to the neuron at each layer that are in the second gradient set. In this way, in BP calculation in a next iteration, an input and an output corresponding to the neuron at each layer are calculated based on a corrected parameter matrix wij+1.


Optionally, in some other embodiments, the data processor 241 in the parameter server 240 includes the correction module 2412. The correction module 2412 may obtain the second gradient set from the parameter storage space in the memory 243, correct the parameter matrix of the neuron at each layer of the deep learning model based on the average value of the gradients of the parameter matrix corresponding to the neuron at each layer that are in the second gradient set, and store a corrected set including the parameter matrix wij+1 in the parameter storage space of the memory 243. In this way, in the BP calculation in the next iteration, the gradient communications module 2111 of the model training server 210 may obtain the corrected set including the parameter matrix wij+1 from the parameter storage space in the memory 243, and calculate, based on wij+1 in the set, the input and the output corresponding to the neuron at each layer.


It should be noted that, in the system 200 shown in FIG. 2A and FIG. 2B, the correction module may be a set of correction modules of the at least one model training server in the system 200.


The model training server 410 shown in FIG. 4 is used as an example. The data processor 411 in the model training server 410 may include the correction module 4113. The correction module 4113 may obtain the second gradient set from the parameter storage space in the memory 414, correct the parameter matrix of the neuron at each layer of the deep learning model based on the average value of the gradients of the parameter matrix corresponding to the neuron at each layer that are in the second gradient set, and store the corrected set including the parameter matrix wij+1 in the parameter storage space of the memory 414. In this way, in the BP calculation in the next iteration, the gradient communications module 4111 of the model training server 410 may obtain the corrected set including the parameter matrix wij+1 from the parameter storage space in the memory 414, and calculate, based on wij+1 in the set, the input and the output corresponding to the neuron at each layer.


In this embodiment of this application, a sequence of transmitting gij obtained through the BP calculation to the parameter storage space in a current iteration process may be adjusted without affecting training convergence precision of the deep learning model, to reduce a communication time of current iteration, and increase model training efficiency.


The gradient communication policy in an iteration process of each deep learning model is not limited in this embodiment of this application. The gradient communication policy may be set according to an empirical rule, or may be a gradient communication policy compatible with another manner, for example, an intelligent gradient communication policy based on reinforcement learning. With reference to FIG. 6, the following describes in detail a specific implementation of adjusting a communication sequence of the n gradients gij included in the first gradient set.



FIG. 6 is a schematic architectural diagram of a deep learning model training system according to an embodiment of this application. The system architecture may include a user side and a cloud platform side.


As shown in FIG. 6, the user side may input at least one of a deep learning model 100, training meta information 660, and training data 670 to the cloud platform side through an interface.


The training meta information 660 may include a communication bandwidth between the deep learning model 100 and parameter storage space 640, a value of a gradient corresponding to a parameter matrix of a neuron at each layer of the deep learning model 100, and a time required by the neuron at each layer of the deep learning model 100 in FP calculation. The training data 670 may include training data used as an input and a prediction result corresponding to training data provided by a person.


It should be noted that the deep learning model 100 may be sent by the user side to the cloud platform side through the interface, or may be a model stored on the cloud platform side. This is not limited in this application.


The cloud platform side may include a gradient communications module 620, a local memory 630, the parameter storage space 640, and a deep learning model 100.


Optionally, in some embodiments, the cloud platform side may further include a cloud storage 610. The cloud storage 610 may store the deep learning model 100, the training meta information 660, and the training data 670 that are sent by the user side.


Optionally, in some embodiments, the cloud platform side may further include a feedback module 650.


Referring to FIG. 6, the gradient communications module 620 on the cloud platform side may include an adjustment submodule 621 and a communications submodule 622. The adjustment submodule 621 may be configured to perform the method in step 520, and the communications submodule 622 may be configured to perform the method in step 530. The feedback module 650 on the cloud platform side may be configured to perform the method in step 540.


It should be understood that the platform side may correspond to the distributed training system 200 shown in FIG. 2A and FIG. 2B or the distributed training system 400 shown in FIG. 4.


The following uses the distributed training system 200 shown in FIG. 2A and FIG. 2B as an example to describe in detail an iteration process of the deep learning model 100 on the cloud platform side shown in FIG. 6.


It should be noted that, for FIG. 2A and FIG. 2B, the gradient communications module 620 shown in FIG. 6 corresponds to a set of the gradient communications module 2111 in the model training server 210 and gradient communications modules running in the model training server 220 and the model training server 230 in FIG. 2A and FIG. 2B. The feedback module 650 corresponds to a set of the feedback module 2121 in the model training server 210 and feedback modules running in the model training server 220 and the model training server 230 in FIG. 2A and FIG. 2B. For FIG. 4, the feedback module 650 corresponds to a set of the feedback module 4121 in the iterative processor 412 and the feedback module 4131 in the iterative processor 413 in FIG. 4.


The adjustment submodule 621 may determine a gradient communication policy based on the training meta information 660. For details, refer to the descriptions in step 520. Details are not described herein again.


When the deep learning model 100 starts training, the deep learning model 100 obtains the training data 670 from the cloud storage 610, and starts iterative training of the model based on the training data 670. In BP calculation in a current iteration, the communications submodule 622 may be configured to perform the method in step 530. The communications submodule 622 may send, according to the gradient communication policy determined by the adjustment submodule 621, gradients stored in the local memory 630 to the parameter storage area 640 in an adjusted sequence. When starting FP calculation in a next iteration, the deep learning model 100 may obtain stored data from the parameter storage area 640, and start the FP calculation based on the data. For details, refer to the descriptions in FIG. 530, and details are not described herein again.


It should be understood that the local memory 630 is a set of the memory 213 in the model training server 210 and memories in the model training server 220 and the model training server 230 in the distributed training system 200.


It should be further understood that the parameter storage area 640 corresponds to the memory 243 in the parameter server 240 in the distributed training system 200.


The feedback module 650 may obtain an iteration time of the deep learning model 100, and the iteration time may include a time for the BP calculation in the current iteration of the deep learning model 100 and a time for the FP calculation in the next iteration of the deep learning model 100. For example, the feedback module 650 may obtain a time for BP calculation in the Lth iteration of the deep learning model 100 and a time for FP calculation in the (L+1)th iteration of the deep learning model 100, where L is a positive integer greater than j. The feedback module 650 may feed back the iteration time of the deep learning model 100 to the adjustment submodule 621 in the gradient communications module 620. After receiving the iteration time that is of the deep learning model 100 and that is fed back by the feedback module 650, the adjustment submodule 621 may adjust the determined gradient communication policy, so that a subsequent iterative training speed is faster. For details, refer to the descriptions in FIG. 540, and details are not described herein again.


The following further explains and describes the deep learning training model training method with reference to FIG. 7 by using an example in which a facial recognition model is ResNet50 and a computing engine is TensorFlow.



FIG. 7 is a schematic flowchart of a deep learning model training method according to an embodiment of this application. The method shown in FIG. 7 may include steps 710 to 730. The following separately describes steps 710 to 730 in detail.


It should be noted that the examples in FIG. 7 are merely intended to help a person skilled in the art understand this embodiment of this application, instead of limiting this embodiment of this application to a specific value or a specific scenario shown in the examples. A person skilled in the art can apparently make various equivalent modifications or changes according to the examples shown in FIG. 7, and such modifications or changes also fall within the scope of the embodiments of this application.


Step 710: Initialize a gradient communication policy of a deep learning model.


The facial recognition model ResNet50 (a quantity of categories is 10,000) is used as an example. A quantity of parameters in a corresponding parameter matrix of a neuron at the last layer (a fully connected (FC) layer) of the ResNet50 face model is about 78 megabytes (MB), which accounts for about half of a size of the entire model. A larger calculated gradient corresponding to the neuron at this layer indicates a longer communication time required for sending the gradient to parameter storage space.


Therefore, during initialization, it is assumed that the ResNet50 face model has n layers of neurons. A sequence of sending a corresponding gradient gnj on the neuron at the FC layer, namely, the last layer, of the model is adjusted to after a sequence of sending a gradient g1j corresponding to a parameter matrix of a neuron at the first layer to the parameter storage space, the gradient g1j corresponding to the parameter matrix of the neuron at the first layer is transmitted to the parameter storage space. In other words, after the gradient g1j corresponding to the parameter matrix of the neuron at the first layer is transmitted to the parameter storage space, FP calculation in a next iteration may be started, so that the gradient gnj corresponding to the parameter matrix of the neuron at the last layer is transmitted to the parameter storage space within a time period of the FP calculation in the next iteration.



FIG. 8A represents at least one deep learning model 100. Gradients gnj to g1j included in a first gradient set obtained through BP calculation in the jth iteration are sequentially transmitted to the parameter storage space in a sequence from a neuron at the nth layer to the neuron at the first layer. tn represents a communication time required for transmitting the gradient gnj that corresponds to the neuron at the nth layer and that is obtained through the BP calculation to the parameter storage space, tn-1 represents a communication time required for transmitting a gradient gn-1j that corresponds to the neuron at the nth layer and that is obtained through the BP calculation to the parameter storage space, . . . , and t1 represents a communication time required for transmitting the gradient g1j corresponding to the neuron at the first layer to the parameter storage space. A time for triggering the deep learning model to perform the FP calculation in the next iteration (the (j+1)th iteration) is a time for transmitting, to the parameter storage space, the gradient corresponding to the neuron at the first layer in the BP calculation in the jth iteration. Referring to FIG. 8A, a time period from a time for obtaining gnj through the BP calculation in the jth iteration to a time for triggering the deep learning model to perform the FP calculation in the (j+1)th iteration is not less than T1, where T1=tn+tn-1+ . . . +t2+t1. To be specific, after a transmission time T1, the deep learning model can perform the FP calculation in the next iteration.



FIG. 8B represents at least one deep learning model 100. According to a solution for acceleration training of a deep learning model provided in the embodiments of this application, in a process of obtaining corresponding gradients gij from the neuron at the nth layer to the neuron at the first layer though the BP calculation, according to a communication scheduling policy, the sequence of sending the gradient gnj corresponding to the parameter matrix of the neuron at the nth layer is adjusted to be after a sequence of sending the gradient corresponding to the parameter matrix of the neuron at the first layer to the parameter storage space. A time for triggering the deep learning model to perform the FP calculation in the next iteration is a time for transmitting, to the parameter storage space, the gradient corresponding to the neuron at the first layer in the BP calculation in the jth iteration. Referring to FIG. 8B, a time period from a time for obtaining gnj through the BP calculation in the jth iteration to a time for triggering the deep learning model to perform the FP calculation in the (j+1)th iteration is not less than T2, where T2=a time required for calculating gn-1j in the BP calculation in the jth iteration+tn-1+ . . . +t2+t1. To be specific, after the transmission time T2, the deep learning model can perform the FP calculation in the next iteration. After the time t1, the gradient gnj corresponding to the neuron at the nth layer is transmitted to the parameter storage space.


Generally, because performance of an iterative processor is improved day by day, a time required for obtaining a gradient through BP calculation is less than a time required for transmitting the calculated gradient to the parameter storage space. If the time required for obtaining the gradient through BP calculation is greater than the time required for transmitting the calculated gradient to the parameter storage space, a case in which the time period from the time for obtaining gnj through the BP calculation in the jth iteration to the time for triggering the deep learning model to perform the FP calculation in the (j+1)th iteration is greater than T1 or T2 is caused.


The time T2 for triggering the deep learning model to perform the FP calculation in the next iteration in FIG. 8B is less than the time T1 for triggering the deep learning model to perform the FP calculation in the next iteration in FIG. 8A. Therefore, according to the deep learning model training method provided in the embodiments of this application, a sequence of transmitting gij obtained through the BP calculation to the parameter storage space in a current iteration process can be adjusted, to reduce a communication time of a current iteration, and increase model training efficiency.


Step 720: Perform iterative training on the deep learning model.


The initialized gradient communication policy is written into the adjustment submodule 621 in the gradient communications module 620 in FIG. 6. The communications submodule 622 sends, to the parameter storage space 640 according to the gradient communication policy determined by the adjustment submodule 621, the gradient in the first gradient set stored in the local memory 630.


The feedback module 650 may obtain an iteration time of the deep learning model 100 from the deep learning model 100. The iteration time may include a time for the BP calculation in the current iteration of the deep learning model 100 and the time for the FP calculation in the next iteration of the deep learning model 100. In addition, the iteration time of the deep learning model 100 may be fed back to the adjustment submodule 621 in the gradient communications module 620.


Step 730: Optimize the gradient communication policy in the deep learning model.


After receiving the iteration time that is of the deep learning model 100 and that is fed back by the feedback module 650, the adjustment submodule 621 may adjust the determined gradient communication policy, so that a subsequent iterative training speed is faster. After a plurality of times of iteration and adjustment of the gradient communication policy, an optimal gradient communication policy is found, and then the optimal gradient communication policy is used to perform the iterative training of the deep learning model 100 in a subsequent training step.


In this embodiment of this application, a training speed of the deep learning model is increased only by adjusting a communication sequence of gradients without affecting training convergence precision of the deep learning model. A current deep learning model basically depends on a BP algorithm (including a BP through time (BPTT) algorithm), most open-source deep learning engines (such as the TensorFlow) are also implemented based on the BP algorithm. Therefore, the method for acceleration training of a deep learning model provided in the embodiments of this application has extensive applications.


All or some of the foregoing embodiments may be implemented by using software, hardware, firmware, or any combination thereof. When software is used to implement the embodiments, the foregoing embodiments may be implemented entirely or partially in a form of a computer program product. The computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on a computer, the procedure or functions according to the embodiments of this application are entirely or partially generated. The computer may be a general-purpose computer, a special-purpose computer, a computer network, or another programmable apparatus. The computer instructions may be stored in a computer-readable storage medium or may be transmitted from a computer-readable storage medium to another computer-readable storage medium. For example, the computer instructions may be transmitted from a website, computer, server, or data center to another website, computer, server, or data center in a wired (for example, a coaxial cable, an optical fiber, or a digital subscriber line (DSL)) or wireless (for example, infrared, radio, or microwave) manner. The computer-readable storage medium may be any usable medium accessible by a computer, or a data storage device, for example, a server or a data center, integrating one or more usable media. The usable medium may be a magnetic medium (for example, a floppy disk, a hard disk, or a magnetic tape), an optical medium (for example, a DIGITAL VERSATILE DISC (DVD)), or a semiconductor medium. The semiconductor medium may be a solid-state drive (SSD).


An embodiment of this application further provides a computer program product. The computer program product includes a program instruction, and when the program instruction is run on a computer, the computer is enabled to perform the methods in the foregoing aspects.


An embodiment of this application further provides a computer-readable medium. The computer-readable medium stores a program instruction, and when the program instruction is run on a computer, the computer is enabled to perform the methods in the foregoing aspects.


Aspects or features of this application may be implemented as a method, an apparatus or a product that uses standard programming and/or engineering technologies. The term “product” used in this application covers a computer program that can be accessed from any computer readable component, carrier or medium. For example, the computer-readable medium may include but is not limited to a magnetic storage component (for example, a hard disk, a floppy disk or a magnetic tape), an optical disc (for example, a compact disc (CD)), a DVD, a smart card and a flash memory component (for example, an erasable programmable ROM (EPROM), a card, a stick, or a key drive). In addition, various storage media described in this specification may indicate one or more devices and/or other machine-readable media that are configured to store information. The term “machine-readable media” may include but is not limited to a radio channel and various other media that can store, contain, and/or carry an instruction and/or data.


A person of ordinary skill in the art may be aware that, in combination with the examples described in the embodiments disclosed in this specification, units and algorithm steps may be implemented by electronic hardware or a combination of computer software and electronic hardware. Whether the functions are performed by hardware or software depends on particular applications and design constraints of the technical solutions. A person skilled in the art may use different methods to implement the described functions for each particular application, but it should not be considered that the implementation goes beyond the scope of this application.


It may be clearly understood by a person skilled in the art that, for the purpose of convenient and brief description, for a detailed working process of the foregoing system, apparatus, and unit, refer to a corresponding process in the foregoing method embodiments, and details are not described herein again.


In the several embodiments provided in this application, it should be understood that the disclosed system, apparatus, and method may be implemented in other manners. For example, the described apparatus embodiment is merely an example. For example, division into the units is merely logical function division and may be other division in an actual implementation. For example, a plurality of units or components may be combined or integrated into another system, or some features may be ignored or not performed. In addition, the displayed or discussed mutual couplings or direct couplings or communication connections may be implemented through some interfaces. The indirect couplings or communication connections between the apparatuses or units may be implemented in electronic, mechanical, or other forms.


The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one position, or may be distributed on a plurality of network units. Some or all of the units may be selected based on actual requirements to achieve the objectives of the solutions of the embodiments.


In addition, functional units in the embodiments of this application may be integrated into one processing unit, or each of the units may exist alone physically, or two or more units are integrated into one unit.


When the functions are implemented in the form of a software functional unit and sold or used as an independent product, the functions may be stored in a computer-readable storage medium. Based on such an understanding, the technical solutions of this application essentially, or the part contributing to the other approaches, or some of the technical solutions may be implemented in a form of a software product. The computer software product is stored in a storage medium, and includes several instructions for indicating a computer device (which may be a personal computer, a server, or a network device) to perform all or some of the steps of the methods described in the embodiments of this application. The foregoing storage medium includes any medium that can store program code, for example, a Universal Serial Bus (USB) flash drive, a removable hard disk, a ROM, a RAM, a magnetic disk, or an optical disc.

Claims
  • 1. A method applied to a training system, wherein the training system comprises N deep learning models, wherein each of the N deep learning models comprises n layers of neurons, wherein a training process of each of the N deep learning models comprises a plurality of iterations, wherein each of the iterations comprises a forward propagation (FP) calculation and a back propagation (BP) calculation, wherein N is a positive integer greater than 1, wherein n is a positive integer greater than 1, and wherein the method comprises: generating N first gradient sets in a first BP calculation in a jth iteration of the N deep learning models, wherein each of the N first gradient sets comprises a first gradient corresponding to a first parameter matrix of a first neuron at each of the n layers of one deep learning model of the N deep learning models, and wherein j is a positive integer greater than zero;adjusting a communication sequence of gradients comprised in each of the N first gradient sets to obtain an adjusted communication sequence;sending, according to the adjusted communication sequence, the gradients to a parameter storage space of the training system;obtaining a second gradient set based on the N first gradient sets that are stored in the parameter storage space; andcorrecting a second parameter matrix of a second neuron at each of the n layers of neurons of each of the N deep learning models based on a second gradient comprised in the second gradient set to perform a first FP calculation in a (j+1)th iteration on each of the N deep learning models.
  • 2. The method of claim 1, wherein adjusting the communication sequence comprises adjusting a first sequence of sending a third gradient corresponding to a third parameter matrix of a third neuron at an ath layer to the parameter storage space to be before a second sequence of sending a fourth gradient corresponding to a fourth parameter matrix of a fourth neuron at a bth layer to the parameter storage space, wherein b is less than or equal to n, wherein a is less than b, and wherein a is a positive integer greater than zero.
  • 3. The method of claim 1, wherein adjusting the communication sequence comprises adjusting the communication sequence according to a gradient communication policy.
  • 4. The method of claim 3, further comprising setting the gradient communication policy based on a communication bandwidth between the one deep learning model and the parameter storage space.
  • 5. The method of claim 3, further comprising setting the gradient communication policy based on a value of the first gradient.
  • 6. The method of claim 3, further comprising setting the gradient communication policy based on a time required by the first neuron during a second FP calculation.
  • 7. The method of claim 1, wherein adjusting the communication sequence comprises: adjusting the communication sequence according to a gradient communication policy;obtaining an iteration time of the one deep learning model, wherein the iteration time comprises a first time for a second BP calculation in an Lth iteration of the one deep learning model and a second time for a third FP calculation in an (L+1)th iteration of the one deep learning model, and wherein L is a positive integer greater than j; andadjusting the gradient communication policy based on the iteration time.
  • 8. A system comprising: a parameter storage space;a memory configured to store: instructions; andN deep learning models, wherein each of the N deep learning models comprises n layers of neurons, wherein a training process of each of the N deep learning models comprises a plurality of iterations, wherein each iteration comprises a forward propagation (FP) calculation and a back propagation (BP) calculation, wherein N is a positive integer greater than 1, wherein n is a positive integer greater than 1, wherein each of the N deep learning models is configured to generate a first gradient set in a first BP calculation in a jth iteration, wherein the first gradient set comprises a first gradient corresponding to a first parameter matrix of a first neuron at each of the n layers of a corresponding deep learning model, and wherein j is a positive integer greater than zero; anda processor coupled to the parameter storage space and the memory, wherein the instructions cause the processor to be configured to: adjust a communication sequence of gradients comprised in each of N first gradient sets to obtain an adjusted communication sequence;send, to the parameter storage space according to the adjusted communication sequence, the gradients;obtain a second gradient set based on the N first gradient sets that are stored in the parameter storage space; andcorrect the first parameter matrix based on a second gradient comprised in the second gradient set to perform a first FP calculation in a (j+1)th iteration of each of the N deep learning models.
  • 9. The system of claim 8, wherein the instructions further cause the processor to be configured to adjust a first sequence of sending a third gradient corresponding to a second parameter matrix of a second neuron at an ath layer to the parameter storage space to be before a second sequence of sending a fourth gradient corresponding to a third parameter matrix of a third neuron at a bth layer to the parameter storage space, wherein b is less than or equal to n, wherein a is less than b, and wherein a is a positive integer greater than zero.
  • 10. The system of claim 8, wherein the instructions further cause the processor to be configured to adjust the communication sequence according to a gradient communication policy.
  • 11. The system of claim 10, wherein the instructions further cause the processor to be configured to set the gradient communication policy based on a communication bandwidth between the corresponding deep learning model and the parameter storage space.
  • 12. The system of claim 10, wherein the instructions further cause the processor to be configured to set the gradient communication policy based on a value of the first gradient.
  • 13. The system of claim 10, wherein the instructions further cause the processor to be configured to set the gradient communication policy based on a time required by the first neuron during a second FP calculation.
  • 14. The system of claim 8, wherein the instructions further cause the processor to be configured to: adjust the communication sequence according to a gradient communication policy;obtain an iteration time of the corresponding deep learning model, wherein the iteration time comprises a first time for a second BP calculation in an Lth iteration of the corresponding deep learning model and a second time for a third FP calculation in an (L+1)th iteration of the corresponding deep learning model, and wherein L is a positive integer greater than j; andadjust the gradient communication policy based on the iteration time.
  • 15. A computer program product comprising computer-executable instructions stored on a non-transitory computer-readable medium that, when executed by a processor, cause an apparatus to: generate N first gradient sets in a first back propagation (BP) calculation in a jth iteration of N deep learning models, wherein the apparatus is applied to a training system, wherein the training system comprises the N deep learning models, wherein each of the N deep learning models comprises n layers of neurons, wherein a training process of each of the N deep learning models comprises a plurality of iterations, wherein each of the iterations comprises a forward propagation (FP) calculation and a BP calculation, wherein N is a positive integer greater than 1, wherein n is a positive integer greater than 1, wherein each of the N first gradient sets comprises a first gradient corresponding to a first parameter matrix of a first neuron at each of the n layers of one deep learning model of the N deep learning models, and wherein j is a positive integer greater than zero;adjust a communication sequence of gradients comprised in each of the N first gradient sets to obtain an adjusted communication sequence;send, according to the adjusted communication sequence, the gradients to a parameter storage space of the training system;obtain a second gradient set based on the N first gradient sets that are stored in the parameter storage space; andcorrect a second parameter matrix of a second neuron at each of the n layers of neurons of each of the N deep learning models based on a second gradient comprised in the second gradient set to perform a first FP calculation in a (j+1)th iteration on each of the N deep learning models.
  • 16. The computer program product of claim 15, wherein the computer-executable instructions further cause the apparatus to adjust a first sequence of sending a third gradient corresponding to a third parameter matrix of a third neuron at an ath layer to the parameter storage space to be before a second sequence of sending a fourth gradient corresponding to a fourth parameter matrix of a fourth neuron at a bth layer to the parameter storage space, wherein b is less than or equal to n, wherein a is less than b, and wherein a is a positive integer greater than zero.
  • 17. The computer program product of claim 15, wherein the computer-executable instructions further cause the apparatus to adjust the communication sequence according to a gradient communication policy.
  • 18. The computer program product of claim 17, wherein the computer-executable instructions further cause the apparatus to set the gradient communication policy based on a communication bandwidth between the one deep learning model and the parameter storage space.
  • 19. The computer program product of claim 17, wherein the computer-executable instructions further cause the apparatus to set the gradient communication policy based on either a value of the first gradient or a time required by the first neuron during a second FP calculation.
  • 20. The computer program product of claim 15, wherein the computer-executable instructions further cause the apparatus to: adjust the communication sequence according to a gradient communication policy;obtain an iteration time of the one deep learning model, wherein the iteration time comprises a first time for a second BP calculation in an Lth iteration of the one deep learning model and a second time for a third FP calculation in an (L+1)th iteration of the one deep learning model, and wherein L is a positive integer greater than j; andadjust the gradient communication policy based on the iteration time.
Priority Claims (1)
Number Date Country Kind
201910041235.8 Jan 2019 CN national
CROSS-REFERENCE TO RELATED APPLICATIONS

This is a continuation of International Patent Application No. PCT/CN2019/072895 filed on Jan. 24, 2019, which claims priority to Chinese Patent Application No. 201910041235.8 filed on Jan. 16, 2019, the disclosure of which is hereby incorporated by reference in its entirety.

Continuations (1)
Number Date Country
Parent PCT/CN2019/072895 Jan 2019 US
Child 17376722 US