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
Changed string formatting to use preferably f-string. Conversion done with the help of flynt. This change was motivated by this pull request.