torch-rechub icon indicating copy to clipboard operation
torch-rechub copied to clipboard

get_auto_embedding_dim代码错误

Open yqstar opened this issue 8 months ago • 0 comments

https://github.com/datawhalechina/torch-rechub/blob/main/torch_rechub/utils/data.py中get_auto_embedding_dim的np.floor(6 * np.pow(num_classes, 0.26))应该改成np.floor(6 * np.pow(num_classes, 0.25))吧。

yqstar avatar Jun 29 '24 00:06 yqstar