mixmo.utils.torchutils¶
General tensor manipulation utility functions (initializations, permutations, one hot)
Functions
|
Return the minimal input or output sizes for the weight tensor depending on which is needed |
|
Compute the minimal input and output sizes for the weight tensor |
|
Fills the input Tensor with values according to the method described in Delving deep into rectifiers: Surpassing human-level performance on ImageNet classification - He, K. |
|
Translate scalar targets to one hot vectors |
|
Perform random permutation with a set percentage remaining fixed |
|
Initialization function |
|
Simple init function |