vpt icon indicating copy to clipboard operation
vpt copied to clipboard

The coding style of "cfg" is bad.

Open 2catycm opened this issue 1 year ago • 1 comments

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.

2catycm avatar Jul 28 '24 09:07 2catycm

So true. Coding like this style is really hard and time-consuming to read through.

MingheShen avatar Oct 18 '24 08:10 MingheShen

Hello, have you found the corresponding hyperparameter link?

LaughAwayZHY avatar Jun 09 '25 11:06 LaughAwayZHY