torchsig.models.model_utils.model_utils_1d.layers_1dΒΆ
Classes
Ghost Batch Normalization https://arxiv.org/abs/1705.08741 |
|
A layer for reshaping (batch_size x n_channels x N) 1d signal data to (batch_size x n_channels x new_y x new_x) where new_y and new_x are N**0.5 padded to as near a perfect square as can be formed from N points without adding more than a full row of padding |
|