Skip to content

Commit

Permalink
Adding back in explained variance and explained covariance as well as…
Browse files Browse the repository at this point in the history
… clarification of canonical loadings and loadings.
  • Loading branch information
jameschapman19 committed Aug 30, 2023
1 parent a49dc6d commit ed5fb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cca_zoo/linear/_gradient/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

DEFAULT_LOADER_KWARGS = dict(pin_memory=False, drop_last=False, shuffle=True)

DEFAULT_OPTIMIZER_KWARGS = dict(optimizer="SGD", momentum=0.9, nesterov=True)
DEFAULT_OPTIMIZER_KWARGS = dict(optimizer="Adam")


class BaseGradientModel(BaseModel, pl.LightningModule):
Expand Down

0 comments on commit ed5fb15

Please sign in to comment.