undertherain / benchmarker

modular framework for [not only] deep learning performance benchmarking
http://blackbird.pw/performance
Mozilla Public License 2.0
9 stars 5 forks source link

Spearate/factor out `params[]` related code #121

Open vatai opened 4 years ago

vatai commented 4 years ago

As part of overall refactoring effort, to e.g. separate chunks of code into functions. A possible candidates are chunks of code usually found at the beginning of init methods which parse arguments and set the params[] dictionary.