in weak_to_strong/eval.py [0:0]
def unpack(x): assert isinstance(x, torch.Tensor), type(x) return x.detach().float().cpu().numpy().tolist()