ClassCosineAnnealingRestartLR Cosine annealing with restarts learning rate scheme. An example of config: period = [10, 10, 10, 10] restarts = [10, 20, 30] restart
AMSA/mmsr/models/lr_scheduler.py:50
ClassPerceptualLossMultiInputsPerceptual loss with multiple inputs images. Args: x (Tensor): Input tensor with shape (B, N, C, H, W), where N indicates num
AMSA/mmsr/models/losses.py:241