LNets icon indicating copy to clipboard operation
LNets copied to clipboard

Lipschitz Neural Networks described in "Sorting Out Lipschitz Function Approximation" (ICML 2019).

Results 3 LNets issues
Sort by recently updated
recently updated
newest added

can somebody please explain how to run the codes and what is config in train_classifier()

When I use the hardcoded LeNet structure and train it with the provided config (lenet_bjorck) file I am not achieving the Lipschitz Constant of 1 even after orthonomal finetuning (some...

Hi again, I was able to reconstruct Figure 9 and the corresponding lines in Figure 8 (not exactly but closely) (MaxMin Hinge 0.1, MaxMin Hinge 0.3, ReLU Hinge 0.1 and...