tomgoldstein / loss-landscape

Code for visualizing the loss landscape of neural nets
MIT License
2.79k stars 396 forks source link

Typo in net_plotter.py #3

Closed liona24 closed 5 years ago

liona24 commented 5 years ago

Hey,

I came across a little bug in net_plotter.normalize_direction(..) (line 125) for norm='dfilter'. Typed ngorm, should be norm

Regards

ljk628 commented 5 years ago

Thanks for the report! Just fixed it.