Я пытаюсь использовать https://github.com/Michaelvll/DeepCCA
После 20-40 итераций выдается следующая ошибка:
RuntimeError: symeig_cpu: the algorithm failed to converge; 6 off-diagonal elements of an intermediate tridiagonal form did not converge to zero. Error is generated from https://github.com/Michaelvll/DeepCCA/blob/master/objectives.py#L46 [D1, V1] = torch.symeig(SigmaHat11, eigenvectors=True)
Конфигурация системы:
Как мне отладить это?