vpt
vpt copied to clipboard
The coding style of "cfg" is bad.
cfg is like *args, **kwargs When I read the code, I never know what keys are going to be used in the underlying function. I need to read the whole project to understand how to write a cfg to pass into a single function.
So true. Coding like this style is really hard and time-consuming to read through.
Hello, have you found the corresponding hyperparameter link?