Skip to content

Commit

Permalink
remove warning on eps_spectral
Browse files Browse the repository at this point in the history
  • Loading branch information
franckma31 committed Nov 7, 2024
1 parent 26fd0e3 commit e83741e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ def scaleDivAlpha(alpha):


def SpectralInitializer(eps_spectral, eps_bjorck):
warnings.warn("spectral_ and bjorck_ require n_iterations in pytorch")
if eps_bjorck is None:
return partial(spectral_, eps_spectral=eps_spectral)
else:
Expand Down

0 comments on commit e83741e

Please sign in to comment.