Skip to content

Commit

Permalink
Validation set for Gradient Based Models woohoo
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Sep 24, 2023
1 parent 4dccf49 commit dd40465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_deepmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_DCCA_methods():
latent_dimensions=latent_dimensions, feature_size=12
)
sdl = DCCA_SDL(
latent_dimensions, N, encoders=[encoder_1, encoder_2], lam=1e-2, lr=1e-3
latent_dimensions, encoders=[encoder_1, encoder_2], lam=1e-2, lr=1e-3
)
trainer = pl.Trainer(max_epochs=max_epochs, **trainer_kwargs)
trainer.fit(sdl, train_loader)
Expand Down

0 comments on commit dd40465

Please sign in to comment.