dmx.compressor.utils.benchmark.compute_mse_error
- dmx.compressor.utils.benchmark.compute_mse_error(t_list1: List[Tensor], t_list2: List[Tensor]) float
Compute sum of MSE errors between corresponding pairs of tensors in the given tensor lists
- Parameters:
t_list1 (List[torch.Tensor])
t_list2 (List[torch.Tensor])
- Return type:
float