You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function evaluate_lip_const in the deel.lip.utils module use a sampled method. Although this is acceptable in a low dimensional space (as done in tests) the measured constant can be heavily underestimated in high dimensional space.
There is a need of building a module to evaluate accurately the lipschitz constant of a layer. Especially for Dense and Conv layers.
The text was updated successfully, but these errors were encountered:
The function
evaluate_lip_const
in thedeel.lip.utils
module use a sampled method. Although this is acceptable in a low dimensional space (as done in tests) the measured constant can be heavily underestimated in high dimensional space.There is a need of building a module to evaluate accurately the lipschitz constant of a layer. Especially for
Dense
andConv
layers.The text was updated successfully, but these errors were encountered: