-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liptschitz constant estimation above 1 for your tutorial #93
Comments
Hi @ldesmet, Thanks for your feedback! Could you give us more information about your environment ? Python version, TensorFlow and Keras versions, deel-lip version ? |
Hello ! yes sure, here is my environment : Python 3.9.2 Here is the full code if you want to generate same data
Followed by vanilla NN
And then the Lipschitz version
Many thanks for your support :) |
Hello there !
Trying this package in order to have mathematical guarantee of model behavior.
Unfortunately, I simply copy/paste your code of the first tutorial, and the liptschitz constant of the model seems to be above 1. Note that my problem is not 1 Liptschitz, but I except the model to kind of "saturate"... In other words, I except the model to stay 1 Liptchitz even if the problem the model is trying to fit does not respect this property. Here is a piece of my code.
Here is the output :
Do you have any idea why this is not 1 Liptschitz ? I tried set up explicity the liptschitz constant at 1, but this did not solve the issue...
Many thanks,
The text was updated successfully, but these errors were encountered: