AVCE_FER icon indicating copy to clipboard operation
AVCE_FER copied to clipboard

[ECCV2022] The official repository of Emotion-aware Multi-view Contrastive Learning for Facial Emotion Recognition

Results 1 AVCE_FER issues
Sort by recently updated
recently updated
newest added

Original line was : y.register_hook(lambda grad,b=batch : torch.solve(grad[:,None], J[b].transpose(0,1))[0][:,0]) I changed to torch.linalg.solve, but still got error as RuntimeError: linalg.solve: A must be batches of square matrices, but they are...