Skip to content

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

@norihiro-ito

Description

@norihiro-ito

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions