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

“view” is replaced by “t()”

Open zsfhwy opened this issue 1 year ago • 0 comments

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 "t()". "view(-1,m)" in the source code will cause the mean to not be subtracted correctly.

zsfhwy avatar Apr 12 '23 07:04 zsfhwy