Armin Arjmand

Results 4 comments of Armin Arjmand

Hi @hilmar05, Thanks for reaching out. Have you tried adding some small values to Tval Matrix prior to using the SVD operation, just as it is implemented in this [line](https://github.com/Michaelvll/DeepCCA/blob/2fa648e444fa6ae9135c52cceee1b653cc1d44d0/objectives.py#L80)...

Hi @jameschapman19, Thank you for opening a new issue and Thank you for your suggestion. I have made a new branch based on your valuable suggestion, please double-check it before...

Hi @Eason24, This type of error usually happens when you feed a zero value to the ``torch.sqrt()`` function. As for a short-term solution, I suggest you use the ``self.use_all_singular_values`` as...

Hi @cyx669521, Thanks for your interest in this repo. But it seems the loss objective is not always working and I am still working to understand its bottleneck and conditions....