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

Seems a bug here #3

Open
Zhaoyi-Yan opened this issue Dec 31, 2021 · 1 comment
Open

Seems a bug here #3

Zhaoyi-Yan opened this issue Dec 31, 2021 · 1 comment

Comments

@Zhaoyi-Yan
Copy link

Zhaoyi-Yan commented Dec 31, 2021

gbn_params = gbn_params[:, 2 * m.num_features:]

gbn_params = gbn_params[:, 2 * m.num_features:]

# it should be:
gbn_params = gbn_params[:, :2 * m.num_features]
@mpmmpmmmp
Copy link

你好,请问你有world10数据集吗,如果有的话能否发我一份?我的邮箱是[email protected],谢谢

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

2 participants