LNets
LNets copied to clipboard
Lipschitz Neural Networks described in "Sorting Out Lipschitz Function Approximation" (ICML 2019).
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...