mixmo.utils.torchutils

General tensor manipulation utility functions (initializations, permutations, one hot)

Functions

kaiming_normal_truncated(tensor[, a, mode, …])

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.

onehot(size, target)

Translate scalar targets to one hot vectors

randperm_static(batch_size[, proba_static])

Perform random permutation with a set percentage remaining fixed

truncated_normal_(tensor[, mean, std])

Initialization function

weights_init_hetruncatednormal(m[, …])

Simple init function