TimRoith / BregmanLearning

Optimizing neural networks via an inverse scale space flow.
MIT License
15 stars 5 forks source link

A little error in MLP-Classification.ipynb #6

Closed bellhello closed 1 year ago

bellhello commented 1 year ago

In the eighth cell "Optimizer", opt = op.AdamBreg([{'params': weights_linear The class name "AdamBreg" should be "AdaBreg", according to the definition in optimizers.py

TimRoith commented 1 year ago

Thank you for spotting this, just fixed it.