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

[12-regularization.ipynb] two errors happened #777

Open
norihiro-ito opened this issue Apr 30, 2021 · 1 comment
Open

[12-regularization.ipynb] two errors happened #777

norihiro-ito opened this issue Apr 30, 2021 · 1 comment
Assignees

Comments

@norihiro-ito
Copy link

norihiro-ito commented Apr 30, 2021

The notebook happens two error.
Oen is the 7th cell

ds_train, ds_valid = ds_train.split(random_state=random.seed(seed_num))

random.seed() needs param name in my environment.

ds_train, ds_valid = ds_train.split(random_state=random.seed(a=seed_num))

Another is the 33rd cell. Commented weights_L1, weights_L2, lines lack cpu(). calling

@Atcold
Copy link
Owner

Atcold commented May 4, 2021

Thanks @norihiro-ito. @ritchieng we'll look into it.

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

3 participants