julrog / nn_vis

A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.
MIT License
1.09k stars 186 forks source link

string formatting conversion to f-string via flynt #50

Closed julrog closed 10 months ago

julrog commented 10 months ago

Changed string formatting to use preferably f-string. Conversion done with the help of flynt. This change was motivated by this pull request.