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

Update mnist_data_handler.py #49

Closed anonymousdouble closed 10 months ago

anonymousdouble commented 10 months ago

refactor with fstring to format string to make code more Pythonic.

julrog commented 10 months ago

Thank you for your pull request. I agree with the intention, so I did the conversion to f-string formatting on the whole project instead of this single file via flynt. Closing your pull request as redundant.