Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_auto_embedding_dim代码错误 #69

Open
yqstar opened this issue Jun 29, 2024 · 0 comments
Open

get_auto_embedding_dim代码错误 #69

yqstar opened this issue Jun 29, 2024 · 0 comments

Comments

@yqstar
Copy link

yqstar commented Jun 29, 2024

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))吧。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant