shenweichen / DeepCTR-Torch

【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
https://deepctr-torch.readthedocs.io/en/latest/index.html
Apache License 2.0
2.95k stars 696 forks source link

Consistent verbose behavior #294

Open SkBlaz opened 5 months ago

SkBlaz commented 5 months ago

Currently, there remain logs even if verbose=0. This is undesired behavior. - moved the troublesome log to verbose > 0 scope.