deep-reinforcement-learning icon indicating copy to clipboard operation
deep-reinforcement-learning copied to clipboard

calculate fan-in correctly

Open dantp-ai opened this issue 6 years ago • 0 comments

Fan-in is defined to be the maximum number of inputs to a layer. The weight matrix is transposed. This means that the number of inputs are equal to the second component in the shape not the first one (0-indexing).

dantp-ai avatar Feb 18 '19 23:02 dantp-ai