API Reference#
Growing module#
Growing module#
|
Abstract class for a Module of dynamic size |
|
Module to connect multiple modules with an merge operation. |
Linear growing module#
Linear growing module#
|
LinearGrowingModule is a GrowingModule for a Linear layer. |
|
Module to connect multiple linear modules with an merge operation. |
Tools#
Matrix inversion#
|
Compute the square root of the inverse of a semi-positive definite matrix. |
Helpers#
|
Compute the optimal added parameters for a given layer. |
|
Compute the output shape of a convolutional layer |
|
Compute the tensor T For: - input tensor: B[-1] in (S[-1], H[-1]W[-1]) and (S[-1], H'[-1]W'[-1]) after the pooling - output tensor: B in (S, HW) - conv kernel tensor: W in (S, S[-1], Hd, Wd) T is the tensor in (HW, HdWd, H'[-1]W'[-1]) such that: B = W T B[-1] |