DeepGCCA-pytorch icon indicating copy to clipboard operation
DeepGCCA-pytorch copied to clipboard

An implementation of Deep Generalized Canonical Correlation Analysis (DGCCA or Deep GCCA) with pytorch.

Results 2 DeepGCCA-pytorch issues
Sort by recently updated
recently updated
newest added

When I use GCCA_loss to train my network, the loss always keeps the same value. If you can give me some suggestions, I am very grateful.

Hello, bro, thank you for your code contribution. But I have a small suggestion, I think the ".view" in line 18 of the code in loss_objectives.py should be replaced with...